Skip to Content
0
Former Member
Jun 05, 2008 at 11:01 AM

smart form

26 Views

hi experts

i have a program that calls function SSF_FUNCTION_MODULE_NAME and

generates a form how do i get to see and change this form?

the function call is attached

call function 'SSF_FUNCTION_MODULE_NAME'

exporting

formname = 'ZCL_EQD'

importing

fm_name = fm_name

EXCEPTIONS

NO_FORM = 1

NO_FUNCTION_MODULE = 2

OTHERS = 3

.

thanks

amit