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: 

Idoc Status Change

Former Member
0 Kudos

Hi All,

Anyone can pl. tell me is there any t.code is avialable to change the status of IDoc.

For example from status 51 to 53.

regards,

Sen

2 REPLIES 2

former_member404244
Active Contributor
0 Kudos

Hi,

U cannot straight away change the status of idoc from 51 to 53..if a idoc is in status 51,it menas it is error,wat u can do is u can change the data of the idoc and then finally resend it..if evrything is fine then it will automatically comes to 53 status..u can change the data in WE02 transaction code..

First have a look at the data and see where it was wrong,then correct the data and then using transaction BD87 u can reprocess the idoc,now once data is fine,while reprocessing it will change to 53 status..

Regards,

Nagaraj

Former Member
0 Kudos

Use the IDOC_STATUS_WRITE_TO_DATABASE to change the status of IDoc.

Regards.