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