‎2009 Jun 04 7:17 PM
How to re-process an idoc with status 03- Data passed to port OK.?
please advice.
Thanks
‎2009 Jun 04 8:42 PM
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
‎2009 Jun 04 7:31 PM
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,
‎2009 Jun 04 8:42 PM
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
‎2009 Jun 05 2:45 AM
Hello,
Status 03 is is success status, you cant reprocess IDOC with 03 status. status 03 mean Data pass to port OK.
Regards
sathish
‎2009 Jun 05 4:10 AM
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.
‎2009 Jun 05 5:29 AM
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
‎2009 Jun 08 5:42 AM
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