SAP AIF- Simple Outbound Scenario Part-2
Previously SAP AIF- Simple Outbound Scenario Part-1 we have covered the basic process for SAP PI and Proxy.
Here we will be dealing with SAP AIF Customization for Outbound Scenario .
SAP AIF Customization
Here I’ll be using the same namespace ZAIF_D (as it was created for Inbound Scenario )
Define Interface– Select the namespace (ZAIF_D), New Entries.
Select-(as highlighted in below figure )
Proxy Class Outbound.
SAP DataStrucutre
Specify interface engine – Enter the details as shown below.
Define Structure Mapping – Select Namespace, InterfaceName,Interface Version
Select the Source Structure ( this is created in SE11)
Now select destination structure –
Define field Mapping
For simplicity, No action has been added here
For triggering an Outbound data.
Go to SE38 – Create a report which will give the total number of records updated, using CALL FUNCTION ‘/AIF/SEND_WITH_PROXY’
SXMB_MONI (ECC)
T-code –AIF/ERR – Shows successful message
Related Content —
nice blog 🙂
Can you also post the different methodology for connectivity to PI and other systems ?
Thanks for the info by the way.
Can we send data from a report / OData service to AIF? Please explain with steps. I checked many forums in SAP, but didn’t find any document for that
Hi,
thanks for the helpful blog entry.
I'm wonding if we can fill the virtual receiver fields with AIF and how?
Can anyone help, because /AIF/SEND_WITH_PROXY is missing them.
(Code example: Sender ABAP Proxy Routing Protocol)
Thanks and kind regards
Jo
Answer: Use the changing option of /AIF/SEND_WITH_PROXY and fill REF_TO_PROXY with an object of your proxy
what parameter we can pass to ref_to_proxy ?