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

Idoc reprocessing

Former Member
0 Likes
1,992

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

12 REPLIES 12
Read only

Former Member
0 Likes
1,667

we have WE19 tcode , here you can edit the idoc and reprocess agagin, this will happens one idoc at a time.

Read only

0 Likes
1,667

Use Tcode BD73. You can schedule a background job every 10 mins to clear out the 51 status idocs.

Thanks,

Mathivanan.G

Read only

0 Likes
1,667

WE19 creates new idoc ,which is not my case.Same Idoc needs to be posted.

Read only

0 Likes
1,667

Hi,

Use BD87 to post the same Idoc.

Thanks,

Alex.

Read only

0 Likes
1,667

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.

Read only

0 Likes
1,667

Thanks for your step by step walk through process. It really helped solving the problem.

Sam

Read only

manubhutani
Active Contributor
0 Likes
1,667

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

Read only

Former Member
0 Likes
1,667

Hi,

Go to we02, edit the idoc data, then u can reprocess the edited idocs through program RBDAGAIE in background.

Regards,

Vinod

Read only

0 Likes
1,667

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

Read only

0 Likes
1,667

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

Read only

0 Likes
1,667

Hi,

With 'IDOC_READ_COMPLETELY' Function module you can read the Idoc segment values.

Refer the program 'RSECHK05'.

Regards,

Surendar Reddy.

Read only

0 Likes
1,667

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