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

outbound idoc

former_member599326
Participant
0 Likes
1,234

hi,

I am receiving data from external system Through inbound idoc.. After that i m processing inbound idoc and posting is done through FB70.. document no is getting generated.. now i have to send back the same document through outbound idoc to the parent system..

how i can trigger outbound for this ??

Regards,

1 ACCEPTED SOLUTION
Read only

mithun_shetty4
Contributor
0 Likes
1,019

Have you configured the system to send outbound idoc?

in not use the same messagetype FIDCC1 in outbound parameter of the partner.

Maintain a distribution model if it is a logical system.

Create a port and RFC connection from ur system to the reciver

5 REPLIES 5
Read only

mithun_shetty4
Contributor
0 Likes
1,020

Have you configured the system to send outbound idoc?

in not use the same messagetype FIDCC1 in outbound parameter of the partner.

Maintain a distribution model if it is a logical system.

Create a port and RFC connection from ur system to the reciver

Read only

Former Member
0 Likes
1,019

Hi,

Try using 'Master_idoc_distribute' to trigger an outbound idoc.

Regards,

Sharin

Read only

Former Member
0 Likes
1,019

As there will be an inbound function module to process those idocs, so after processing FB70, check if the control is coming back to inbound function module .. if its coming back , then after successful posting you can trigger the outbond masrt idoc trigger function module to send the data back... now if after posting FB70 control does come to inbound FM, then u have to look for badi or exit for FB70 to do the same operation.. now for details of outbound idoc , you can refer many doc available here.

Read only

Former Member
0 Likes
1,019

Hi Santosh,

Use ' master_idoc_distribute' fm to trigger the idoc.

Create a partner profile(WE20) with the necessary information in the outbound parameters for the partner you want to exchange the idoc with.Trigger the idoc.

Note :Partner profiles are a prerequisite for data exchange. This involves defining who can exchange messages with the SAP system and using which port.

Read only

former_member599326
Participant
0 Likes
1,019

i think i have to find out the user exit where enhancement spot can be created for the requirement...