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_Status Code 30?

Former Member
0 Likes
792

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

3 REPLIES 3
Read only

Former Member
0 Likes
701

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.

Read only

Former Member
0 Likes
701

Check in We21 transaction code.

Read only

Former Member
0 Likes
701

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