cancel
Showing results for 
Search instead for 
Did you mean: 

Developing AIF Inbound (IDOC) it will trigger another custom Outbound proxy

0 Kudos

My requirement is like One inbound i doc is coming to AIF interface using .If inbound IDOC is successfully create i need to trigger the custom Outbound proxy using inbound Idoc data.

Please guide me step by step how to setup.

Accepted Solutions (0)

Answers (1)

Answers (1)

sebastian_gottmann3
Participant

Hi grover.2001,

that is pretty simple.

I would implement the following approach:

  1. In the first interface, you setup one action for IDoc inbound processing and a second action for trigger outbound proxy message
  2. The first action for inbound IDoc processing should be clear
  3. Within second action, you call function module /AIF/SEND_WITH_PROXY with prepared data and parameter for second proxy interface

Let me know, if you need more details.

BR,
Sebastian

disisabhishek
Discoverer
0 Kudos

Hi Sebastian-

I have a similar requirement--

When an Inbound IDoc gets succesfully posted to SAP, I want to trigger an Outbound Proxy(for this I have already setup AIF ). Any clue how to achieve this functionality ?

Thanks in advance.

Best,

AB

sebastian_gottmann3
Participant
0 Kudos

Hi AB,

that's not a problem with AIF. I would cover this requirement having 2 action steps in place.

First step is processing the inbound IDoc, second step will trigger the outbound proxy. For the proxy call, you can use /AIF/SEND_WITH_PROXY function.

Regards,
Sebastian