‎2008 Apr 28 12:49 PM
Hi,
This is Venkat.I want how to find out exits for idoc programming.I know where the exits located in which packages.but i am not able to find process what the exits available in that package.
if any one knows plz sen me the solution indetail .
Regards,
Venkat.
‎2008 Apr 28 1:11 PM
goto smod tcode, click on f4
click on information systems
provide the package name
execute u get the all user exits for perticular package
Regards,
Venkat
‎2008 Apr 28 1:13 PM
Hi,
Go to se15
you can find the enhancment node open that node you can find the businnes addins
custormer exists
provide the package name in each of them and execute you will get all the enhancments related to that package and create a project of all the enhancements and put a break point and execute the transactions.
Thanks,
Nethaji.
‎2008 Apr 28 10:19 PM
If you know the message type then get into the table TBDME and then give the message type and execute then it gives you the function module name for the message type.
Then get into the transaction SE37 and give the above function module name and display the source code and search with the text "call customer" in the main program then it gives you the exits available to that message type. double click on the exit name it takes you to the function exit.
Thanks,
Srinivas