‎2006 Aug 22 6:54 AM
Hi..
I have created an Outbound IDOC for material master by using the sap standard transaction BD10.
The status code = 30.
What does that mean?
In order to successfuly send the IDOC out, what shall I do now?
Thanks
‎2006 Aug 22 6:59 AM
Status 30 means send it ok to port, but maybe it's an error in port to send the idoc, and that is why Idocs stay in status 30.
order to successfuly send the IDOC use Program Name : RSEOUT00.
Pass Idoc numbers or if you want to execute for specific basic type then pass basic type in selection screen.it will pick the all idoc's realted to the provided basic type.
‎2006 Aug 22 7:33 AM
‎2006 Aug 22 7:47 AM
Hey,
The Outbound IDoc status depends on the "Output mode" chosen in the partner profile settings. If you have set the Output mode to "Transfer Immediately" the IDoc will be in status 03. If the mode is set to "Collect IDocs" the IDocs will be in status 30 on creation and have to be dispatched to the receiver via a scheduled program i.e. RESOUT00. This program would change the status of the IDocs from 30 to 03.
Also for outbound IDocs you need to schedule program RBDMOIND to convert the status of the IDocs successfully sent to the receiver from 03 to 12.
-Kiran
*Please reward useful answers