Application Development 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: 

outbound idoc

former_member599326
Participant
0 Kudos

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

mithun_shetty4
Contributor
0 Kudos

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

mithun_shetty4
Contributor
0 Kudos

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

Former Member
0 Kudos

Hi,

Try using 'Master_idoc_distribute' to trigger an outbound idoc.

Regards,

Sharin

former_member198275
Active Contributor
0 Kudos

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.

Former Member
0 Kudos

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.

former_member599326
Participant
0 Kudos

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