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

Function modules in function module exits

Former Member
0 Likes
346

Hi,

Could you please clarify the concepts of function moduels and funtion 'X' modules in function module exits.

Thanks in advance.

2 REPLIES 2
Read only

Former Member
0 Likes
319

Hi,

Could you elaborate as to what u r looking for maybe i will be able to help

Thanks

Read only

Former Member
0 Likes
319

Hi mallela,

1. in user-exits,

this thing happens.

a) the main program,

somewhere in the code, (eg. before saving)

calls the SPECIAL SYNTAX

CALL CUSTOMER-FUNCTION '001'.

b) This special syntax

searches for a FM

with the following format of name.

'EXIT' + CURRENT PROGRAMNAME + '001'

c) This new found FM

is called in which parameters

are imported/exported etc.

d) THIS FM is called X FM for user-exit.

2. This X FM is also but a simple FM,

the only difference is

a) its naming convention

b) its detected by the special syntax

regards,

amit m.