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

Former Member
0 Likes
575

hi experts

I did one idoc taking 3segments , i did this in one client , finally i got when executing the program i got idoc generated sussfuly, & in we05 iam getting message no 30. ie IDOC is ready to dispatch,

then getin problem in other client there iam not geting inbound parameters there is no IDOC at all.

how to solve this.

3 REPLIES 3
Read only

Former Member
0 Likes
542

Hi,

Please run program RSEOUT00 with the corresponding IDoc in order to send the IDoc with status 30 to another SAP system.

You could also change the outbound partner profile setup to send immediately in order to dispatch the IDoc automatically.

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
542

Hi Raj,

Although the partner profile is defined and the IDoc has been constructed, the IDoc cannot be transferred to the asynchronous RFC. The IDoc is not sent, and there is no official entry in the RFC valuation (/nSM58) for the relevant subsystem.

<b>You trigger transmission of the IDoc using report RSEOUT00.</b> To start the report manually, choose Tools -> Business Communication -> IDoc Basis -> Test -> Outbound Processing from IDoc (/nWE14), or schedule a regular job in background processing for this report.

Check the outbound processing mode for the IDoc in the partner profile.

  • Outbound processing mode 2: The system sends the IDoc immediately

  • Outbound processing mode 4: The system collects IDocs that have been created and sends them in packets of a predefined size.

IDocs are not intended to be sent directly.

Status 30 in the IDoc can normally only occur if outbound mode is set to 4.

Thanks,

Vinay

Read only

Former Member
0 Likes
542

Hi Raj,

In the partner profile setting set the option

Transfer IDOC immediately.

Regards

Arun