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

Find program for an IDOC type

0 Likes
10,166

Hello Gurus,

I need to identify what program or transaction does a Particular IDOC type is associated to.

How do I find Program related to IDOC type?

How many ways to find such link?

Regards,

Abhishek.

1 ACCEPTED SOLUTION
Read only

former_member195698
Active Contributor
4,398

Since the program will be using FM master idoc distribute for sending the idocs you can search the idoc type through RPR_ABAP_SOURCE_SCAN.

Regards,

Abhishek

5 REPLIES 5
Read only

former_member195698
Active Contributor
4,399

Since the program will be using FM master idoc distribute for sending the idocs you can search the idoc type through RPR_ABAP_SOURCE_SCAN.

Regards,

Abhishek

Read only

Former Member
0 Likes
4,398

Hi Abhishek,

Just check the transactions staring with WE* as they all are IDOC related. You may be able to find the useful one.

Regards,

Atish

Read only

former_member404244
Active Contributor
4,398

Hi,

generally we will use Function modules to trigger the idoc.u can get the fynction module name in WE57 and BD60..thre u can find the attached FM'S to the message and basic types..

Reward if helpful.

Regards,

Nagaraj

Read only

4,398

Hello Gurus,

My scenario is to find the easiest way to search for the Link between and IDOC type (Outbound idoc) to a program.

I have list of all the IDOC type now I need to find from where these IDOC´s are triggering from?

Regards,

Abhishek...

Read only

4,398

Hi

already i have given the solution u can find it in WE57 tcode and BD60 tcode...each message type will give the idea of what transaction it is dealing.for example...ORDERS message type is for both sales order and purchase order,Invoic is for invoice,delvry is for delivery..like this..

Reward if helpful.

Regards,

Nagaraj