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 IDoc through number

Former Member
0 Likes
859

Hi All,

I have a IDoc number, now I got some message type and IDoc type,even though I don't know whether the transaction is master data or transactional data, so how could I know

1. Whether IDoc is executed by which method, whethere message control,change pointer or standard alone programs.

2. If it is executed through particular method ,then how to find out which program is creating the IDoc .

3. Which program is sending the IDoc

Regards,

Jogu

Hi All,

I have a IDoc number, now I got some message type and IDoc type,even though I don't know whether the transaction is master data or transactional data, so how could I know

1. Whether IDoc is executed by which method, whethere message control,change pointer or standard alone programs.

2. If it is executed through particular method ,then how to find out which program is creating the IDoc .

3. Which program is sending the IDoc

Regards,

Jogu

4 REPLIES 4
Read only

GauthamV
Active Contributor
0 Likes
827

Use these tables.

EDIDC,EDIDD,EDIDS

Also you can check other details of idoc from WE02 or WE05 transactions.

Read only

Former Member
0 Likes
827

Hi All,

This is my IDoc Number " 0000000027071609 " , please let me know how to find whether it is getting executed though change pointers or message contols or standard alone programs.

Regards,

Siddivinesh Jogu

Read only

Former Member
0 Likes
827

hi Siddivinesh,

the following t codes will help you

check the tcodes :

WE60

We64

WEDI

regards

Saurabh Goel

Read only

Former Member
0 Likes
827

Hi,

Goto tcode -> WE02-> give the idoc number & idoc details will be displayed , from that

select the partner type , partner number ex: LS/ZTEST

goto tcode WE20 and in the specified partner type (here LS) look for the partner numbers( here ZTEST ) and double click.

u can get further information from inbound & outbound parameters.

chk the field repid in edids table.

Regards