Hi
Try like this
call function 'SSF_FUNCTION_MODULE_NAME'
EXPORTING
formname = v_lf_formname
IMPORTING
fm_name = v_fm
EXCEPTIONS
no_form = 1
no_function_module = 2
OTHERS = 3.
i am getting output
![]()
change like this in smartform
![]()
now you will get like this
![]()