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 re processing

sandeep_pv
Contributor
0 Likes
1,141

How to re-process an idoc with status 03- Data passed to port OK.?

please advice.

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,071

Hi PS

Status 03 is success status... you can not reprocess green status IDocs...

If you want repost the IDoc once again into sap...change the IDoc status to 30 then reprocess using BD87

This will solve your issues...

RR

6 REPLIES 6
Read only

jaideepsharma
Active Contributor
0 Likes
1,071

Hi,

Why do you want to reprocess the idoc? Do you want to update its status to 12 ?

If yes the execute report RBDMOIND.

KR Jaideep,

Read only

Former Member
0 Likes
1,072

Hi PS

Status 03 is success status... you can not reprocess green status IDocs...

If you want repost the IDoc once again into sap...change the IDoc status to 30 then reprocess using BD87

This will solve your issues...

RR

Read only

Former Member
0 Likes
1,071

Hello,

Status 03 is is success status, you cant reprocess IDOC with 03 status. status 03 mean Data pass to port OK.

Regards

sathish

Read only

Former Member
0 Likes
1,071

Hi,

Process with program RBDMOIND to bring the idoc from 03 status to 12 status.

1. Status 03 indicates "idoc ready to pass to port".

2. Status 12 indicates " Dispatch ok" means data transfered through port.

Thanks,

Asit Purbey.

Read only

Former Member
0 Likes
1,071

hi

If u got the status : 03 (Data passed to port OK)

then execute the program RBDMOIND, the status : 03

gets changed to 12 (Dispatch OK).

Else if u want to reprocess the IDOC again with seperate set of data(input)

then execute tcode : WE19, u will a seperate IDOC no generated for it.

then u can check the status in WE02/WE05.

Regards

Read only

Former Member
0 Likes
1,071

Hi,

Use program RBDMOIND - This report checks whether IDocs have been sent successfully using tRFC.

If they have, the IDoc status is changed from '03 Data transfer to port OK' to '12 Sent OK'. If the status of one IDoc has not been changed, this indicates that the tRFC for this IDoc has not yet been executed.

~ Bineah