‎2005 Aug 15 6:15 PM
Hi,
Is there any method by which we can get the list of all exits in a module. I have come across programs which can list exits in a particular transaction, but how can I find exits like MV45AFZZ, MV45AFZB etc.?
Regards,
Sajith.
‎2005 Aug 15 6:30 PM
These are not traditional "exits" but include programs built into the program to allow you modify the program as you need. These are program modifications, which you will need to register with SAP. Traditional user exits, like calling customer function, are more of a "branching out" kind of thing.
The include programs which you mentioned are documented in the implementation guide.
http://help.sap.com/saphelp_46c/helpdata/en/64/72369adc56d11195100060b03c6b76/frameset.htm
In this documentation, look under user exits, user exits in sales, user exits in Sales Document Processing
Regards,
Rich Heilman
Message was edited by: Rich Heilman
Message was edited by: Rich Heilman
‎2005 Aug 15 6:39 PM
Hi Rich,
You ar right. These are includes. What I meant was effectively this also provides the function of an user exit.
The list of s/m modification is avilable for SD but I couldn't find any for the other modules? any way to get those?
Regards,
Saji.
‎2005 Aug 15 6:40 PM
The only way you can find them is to go through configuration(tcode SPRO) and look at the documentation for 'user exits' or 'system modifications'. The link Rich posted here will take you to the ones for Sales and Distribution. Similarly you can search for others at this link.
http://help.sap.com/saphelp_46c/helpdata/en/e0/71369adc56d11195100060b03c6b76/frameset.htm
‎2005 Aug 16 6:51 AM
Hi Sajith,
here's a tool-program: user exit / transaction code
http://www.abapforum.com/forum/viewtopic.php?t=4342&highlight=user+exit
Andreas