2009 Oct 25 6:52 AM
Dear all,
1 ) I have to use the function module " EXIT_SAPL1001_003 "
But i have no idea to which user exit belongs to, can some one help me know how to find user exit with a function module name,
i would appreciate if some one letme know the process of finding instead of directly enhancement name.
2)
Given a standard bapi name how do we find out which user exit gets triggered with that bapi.
for example , the enhancement SAPLMEWP is related to BAPI_PO_CREATE.
Thanks every one.
2009 Oct 25 1:13 PM
you should ask only one question per thread
For the main question (the #1), just go to SMOD, press F4, click the EXPAND button (worth seeing on all workbench object search helps!), input EXIT_SAPL1001_003, press enter. That's it.
2009 Oct 25 8:38 AM
HI Vinay,
Goto se18: search for L1001* this enhancement.
you funciton exist will be here.
2009 Oct 25 9:46 AM
Hi Srinu rao,
I searched in SE18, and also in SMOD,
It says no objects found.
Any other way ?
2009 Oct 25 1:13 PM
you should ask only one question per thread
For the main question (the #1), just go to SMOD, press F4, click the EXPAND button (worth seeing on all workbench object search helps!), input EXIT_SAPL1001_003, press enter. That's it.
2009 Oct 25 1:29 PM
I answered the same question a few days ago in this thread:
Try to follow these steps:
1. Goto transaction SMOD
2. Select from the menu: Utilities> Find
3. Expand all the selection criteria by selecting the fourth pushbutton "All Selection" in the application toolbar
4. In the "additional selections" box specify your function module exit (eg EXIT_SAPLV02V_001) in the "component name" field
5. Execute the report
The result is the exit name (SAP Enhancement Name) that you should include in your customer project by cmode.
Regards,
Andrea
2009 Oct 25 2:35 PM
Yep, so many people don't search the forum (question 1 asked many times in the past). We both should have pressed abuse button for that: didn't search + asked 2 questions
2009 Oct 26 11:40 AM
Hi.
Goto transaction SMOD
menu: Utilities> Find
Clk on th e + sign, all selections.
Check fm exit
enter ur fm name and execute
U will get the main exit name .
Regards