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

User exit without import export parameters

Former Member
0 Likes
625

hello All,

Can any one tell me how we can use any user exit that is not having import export parameters - in the function module..

Ex. : MEREQ001- exit_saplmereq_006.

Thanks,

Kinjal

2 REPLIES 2
Read only

Former Member
0 Likes
411

hi,

read the following doccment to understand hwo to use the exits

http://sapass.metro.client.jp/UserExit/MEREQ001.htm

Regards,

Aparna

Read only

Former Member
0 Likes
411

In that case you have access to all global data available at function group level. For example, FM EXIT_SAPLMEREQ_006 is assigned to function group XM02. If you noticed, the screen exit is in the same program ( main program of function group) i.e. SAPLXM02 screen 111. So when you create customer tab, you have to create a customer screen and you have to some global data to communicate with the fields on the screen. You can access and update that information.