‎2006 Nov 30 10:57 AM
Hey ppl!
Any idea, in which table the code and parameters of function modules are stored.
Regards
Puru
‎2006 Nov 30 11:04 AM
All workbench objects are managed by the Workbench manager.
Check /h in SE37
Regards
Meera
‎2006 Nov 30 11:03 AM
use FUNCTION_IMPORT_INTERFACE to get the parameters
CALL FUNCTION 'FUNCTION_IMPORT_INTERFACE'
EXPORTING
FUNCNAME = FUNCNAME
IMPORTING
GLOBAL_FLAG = I01
REMOTE_CALL = I02
UPDATE_TASK = I03
TABLES
EXCEPTION_LIST = IF_EXCEPT
EXPORT_PARAMETER = IF_EXPORT
IMPORT_PARAMETER = IF_IMPORT
CHANGING_PARAMETER = IF_CHANGE
TABLES_PARAMETER = IF_TABLES
EXCEPTIONS
ERROR_MESSAGE = 01
FUNCTION_NOT_FOUND = 02
INVALID_NAME = 03.
Message was edited by:
chandrasekhar jagarlamudi
‎2006 Nov 30 11:03 AM
Hi Puru,
Table to read function module parameters
FUPARAREF, " Parameters of function modules
Thanks & Regards,
Siri.
‎2006 Nov 30 11:04 AM
All workbench objects are managed by the Workbench manager.
Check /h in SE37
Regards
Meera
‎2006 Nov 30 11:04 AM
hi,
kindly chk these tables.
INFO_FUNCview to see all the function modules
TFDIRrgds
'Anver