Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CALL FUNCTION FUNCTION_NAME?

Former Member
0 Likes
800

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.

2 REPLIES 2
Read only

Former Member
0 Likes
450

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.

Read only

Former Member
0 Likes
450

I think it is maintained in CUVFUN table