Application Development 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: 

Change pointers trigger IDOCs. My question is how do we get that IDOCs

Former Member
0 Kudos
166

Change pointers trigger IDOCs. My question is how do we get which IDOC is triggered for a particular CPIDENT?

I have CPIDENT values with me. I just need to trace which IDOCs were created for that CPIDENT.

How do i get this?

Do i need to have some more information also to trace IDOCs?

5 REPLIES 5

Former Member
0 Kudos
76

transactions WE02/WE05 can be used to display IDOC, including contents of individual segments, by expanding the levels.

Former Member
0 Kudos
76

Hi Snehal,

The CPIDENT u have go with it in table BDCPS u will get the message type against that CPIDENT .

The IDocs corresponding to these message type will be triggered (if all the settings for change pointers are done).

if those IDocs are triggered the last COLUMN in BDCPS i ,e PROCESS will be 'X' in front of that message type.

for example

CPIDENT MESTYPE PROCESS

0000000505 WP_PLU X

0000000505 COND_A

This says that the IDOC for message type WP_PLU is processed and for COND_A is not yet processed.

Thanks ,

Gaurav

0 Kudos
76

Yes Gaurav

From its message type and Process , i can get the particular data has been processed but i m not able to get which is the IDOC in we05 for that message type.

How can i get which is that IDOC containing data for that particular CPIDENT?

0 Kudos
76

hi snehal,

From WE09 u can get IDOC as per the Data.

if suppose u want to find MATNR 0000000000919999

then u can get the IDOC's containing this matnr from WE09.

try it out.

revert for further queries.

Thanks,

Gaurav.

0 Kudos
76

Yes ..WE09 works in this regard..

Thanks Gaurav....