‎2007 Apr 26 6:16 AM
Hi Experts,
How to find User exits while working with ALE/IDOCs?
Regards
‎2007 Apr 26 6:18 AM
Hi
Every IDoc uses a fun module
Go to the Function module code in SE37
and search for CUSTOMER-FUNCTION in them
there will be many
double click on them and use the correct one which satisfies your requirement.
reward points if useful
regards,
Anji
‎2007 Apr 26 6:18 AM
Hi
Every IDoc uses a fun module
Go to the Function module code in SE37
and search for CUSTOMER-FUNCTION in them
there will be many
double click on them and use the correct one which satisfies your requirement.
reward points if useful
regards,
Anji
‎2007 Apr 26 6:26 AM
‎2007 Apr 26 6:19 AM
Hi Ravi,
Here is a sample to find for DEBMAS idoc.
From SE37, display function module MASTERIDOC_CREATE_ DEBMAS.
Find Customer Function 001.
Double-click on 001.
The function EXIT_SAPLVV01_001 will be displayed.
Double-click on INCLUDE ZXVSVU01.
You will be asked to create a new include object. Proceed as desired.
Regards,
Raghav
‎2007 Apr 26 7:13 AM
HI Ravi,
Go to se93 and give the tcode to find the main program associated to it.
Go to se38 and give the main program.
Find the package associated to it. Go to->Object Directory Entry.
Go to smod transaction.
Press f4.
Press Information System Button.
Give the Project (Dev Class).
Press enter.
Find the enhancements associated
Or
1.In se11, go to table MODSAP
View table contents
2. in Type field, enter 'E' (for function exit)
3. For that tcode, u should know the program name.
e.g. SAPLLMOB
4. then type SAPLLMOB and execute
Please close the thread if u update with the solutions.
Hope this helps you. Reply for queries, shall post the updates.
Regards.
Kumar.