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

T code for changing the idoc status

sudhakar196
Participant
0 Likes
10,319

hi is there any Tcode to change the idoc status from outbound to inbound or from one status to another status.

1 ACCEPTED SOLUTION
Read only

ferry_lianto
Active Contributor
0 Likes
5,258

Hi,

Please use this standard program RC1_IDOC_SET_STATUS to change IDoc status.

Regards,

Ferry Lianto

5 REPLIES 5
Read only

Former Member
0 Likes
5,258

Hi,

Please do not open multiple threads for the same question. Please close this thread..

Thanks,

Naren

Read only

Former Member
0 Likes
5,258

Hi...

Outbound and inbound are totally different.... nothing is common except they are IDocs and both has word 'Bound'...

The transactions are different , their statuses are different... So they cant be compared...

Now to change the status of Idoc, you need to change status in EDIDS table, but advised not to do so directly... But you can do it in posting program...

There is no transaction for changing status without reprocessing them... There are couple of programs like RBDMANIN which reprocesses Idocs and change the status accordingly...

LEt me check any FM is there or not...

Read only

0 Likes
5,258

you can use we47 i guess to change status of idoc

then use bd87 to process it.

regards

sarath

Read only

ferry_lianto
Active Contributor
0 Likes
5,259

Hi,

Please use this standard program RC1_IDOC_SET_STATUS to change IDoc status.

Regards,

Ferry Lianto

Read only

soumitra_bera2
Explorer
0 Likes
5,258

Go to SE38 and then run program RC1_IDOC_SET_STATUS

the put the idoc number,

there is a test option so you can first try with the test if everything goes well then choose without test.