‎2009 Jun 24 7:43 AM
Hi ,
I want to edit and repost the inbound Idoc- message type ORDRSP with status 51.Is there any standard program available which will display segment data where we can edit and repost at the same time .
Thanks in advance
‎2009 Jun 24 8:28 AM
we have WE19 tcode , here you can edit the idoc and reprocess agagin, this will happens one idoc at a time.
‎2009 Jun 24 8:57 AM
Use Tcode BD73. You can schedule a background job every 10 mins to clear out the 51 status idocs.
Thanks,
Mathivanan.G
‎2009 Jun 24 8:58 AM
WE19 creates new idoc ,which is not my case.Same Idoc needs to be posted.
‎2009 Jun 24 10:01 AM
‎2009 Sep 04 6:00 AM
Hi,
You can edit the idoc by doing the following steps:-
1. Goto WE02 transaction and give the IDOC number and execute
2. Once the required IDOC gets retrieved then double on the text pad icon beside the segment which you wanted to change.
3. Select the Data Record at the top and click Display <-> Change option, which will enable you to change the data in that segment.
4. After doing the step 3 then click the save button to save your changes.
5. Then system will generate a new idoc number to store the actual data and your current idoc will hold the new data and the idoc will be in 69 status.
6. Execute the Program RC1_IDOC_SET_STATUS by giving your idoc number and status as 69 and new status 64 and remove the test flag
7. Then the IDOC will be in 64 status and you can reprocess the idoc with the help of the program RBDAPP01 by giving the idoc number.
The above is the entire process for editing the error idoc and reprocessing it again.
I hope I am clear and you understood the entire flow of editing and reprocessing an idoc.
Thanks,
Mahesh.
‎2009 Sep 04 5:25 PM
Thanks for your step by step walk through process. It really helped solving the problem.
Sam
‎2009 Jun 24 2:48 PM
if you want to edit an idoc
then you may do that with t-code we19
but here a new idoc will be created and will be posted.
if you dont have to edit an idoc but the corrections are done, then
you may reprocess idoc using BD 87
‎2009 Jun 24 8:38 PM
Hi,
Go to we02, edit the idoc data, then u can reprocess the edited idocs through program RBDAGAIE in background.
Regards,
Vinod
‎2009 Sep 03 8:15 PM
Hi
I am facing the same issue for reprocessing the idoc with out using we19. We have some IDOC's coming from source system with erroneous data segments and eventually this IDOC gets failed and when reprocess through workflow the IDOC fails.So i want to know is it possible to edit the data record to correct in the existing IDOC and reprocess it and not through WE19 as it creates a new IDOC.
I have also looked into WE02 for editing the data records but processing foreground is deactivated for this.
Can someone please advice on this
Sam
‎2009 Sep 03 8:16 PM
Hi
I am facing the same issue for reprocessing the idoc with out using we19. We have some IDOC's coming from source system with erroneous data segments and eventually this IDOC gets failed and when reprocess through workflow the IDOC fails.So i want to know is it possible to edit the data record to correct in the existing IDOC and reprocess it and not through WE19 as it creates a new IDOC.
I have also looked into WE02 for editing the data records but processing foreground is deactivated for this.
Can someone please advice on this
Sam
‎2009 Sep 04 2:15 PM
Hi,
With 'IDOC_READ_COMPLETELY' Function module you can read the Idoc segment values.
Refer the program 'RSECHK05'.
Regards,
Surendar Reddy.
‎2015 Jul 05 5:37 PM
Programs and T-codes associated with IDOC reprocessing
INBOUND/OUTBOUND | STATUS | PROGRAM FOR REPROCESSING | TCODE |
INBOUND | 51,63 | RBDMANI2 | - |
60 | RBDSYNER | - | |
69 | RBDAGAIE | WPIE | |
OUTBOUND | 02,04,05,25 and 29 | RBDAGAIN | BD83 |
26 | RBDSYNER | - | |
32 | RBDAGAIE | WPIE |