‎2007 Mar 28 11:03 AM
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
‎2007 Mar 28 11:52 AM
hi,
read the following doccment to understand hwo to use the exits
http://sapass.metro.client.jp/UserExit/MEREQ001.htm
Regards,
Aparna
‎2007 Mar 28 6:54 PM
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.