‎2007 Jun 22 9:53 PM
Hi, All:
In function Group CUFC, there is FM called CUFC_FUNCTION_CALL
within this function module, It call the following module.
when I debug it, FUNCTION_NAME is dynamic change to a real FM.
CALL FUNCTION FUNCTION_NAME
EXPORTING
GLOBALS = GLOBALS
TABLES
QUERY = QUERY
MATCH = MATCH
EXCEPTIONS
FAIL = 01
INTERNAL_ERROR = 02.
Is there anybody know where to configure or define FUNCTION_NAME in the system.
Thanks in advance.
‎2007 Jun 22 9:57 PM
Hi,
FUNCTION_NAME is import parameter.
So you will have to specify the FUNCTION_NAME when you call this function.
It does not require configuration, i think.
‎2007 Jun 22 10:06 PM