Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

finding the exits for idoc programs

Former Member
0 Likes
583

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.

3 REPLIES 3
Read only

Former Member
0 Likes
553

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

Read only

Former Member
0 Likes
553

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.

Read only

Former Member
0 Likes
553

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