Skip to Content
0
Former Member
Jun 12, 2009 at 11:31 AM

Issue on Script is passing into FM

32 Views

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