‎2007 Apr 26 9:49 PM
hi is there any Tcode to change the idoc status from outbound to inbound or from one status to another status.
‎2007 Apr 26 11:55 PM
Hi,
Please use this standard program RC1_IDOC_SET_STATUS to change IDoc status.
Regards,
Ferry Lianto
‎2007 Apr 26 10:00 PM
Hi,
Please do not open multiple threads for the same question. Please close this thread..
Thanks,
Naren
‎2007 Apr 26 10:07 PM
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...
‎2007 Apr 26 10:53 PM
you can use we47 i guess to change status of idoc
then use bd87 to process it.
regards
sarath
‎2007 Apr 26 11:55 PM
Hi,
Please use this standard program RC1_IDOC_SET_STATUS to change IDoc status.
Regards,
Ferry Lianto
‎2021 Feb 05 5:47 PM
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.