Hi Experts,
In my driver program , script is passing in to the FM ' SSF_FUNCTION_MODULE_NAME'
CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
EXPORTING
formname = 'SCRIPT NAME HARDCODED'
VARIANT = ' '
DIRECT_CALL = ' '
IMPORTING
fm_name = tp_function_name
EXCEPTIONS
NO_FORM = 1
NO_FUNCTION_MODULE = 2
OTHERS = 3
.
and the tp_function_name is calling with import , export parameters and tables. Now the line item entries are comming in the TABLES.But if I am changing in another window oter that MAIN , it is not reflecting in the output.
Can anyone pls help me to resolve this issue?
Regards,
Sreeja