Hi All,
I am very new to SAP AIF. I am working on an inbound RFC scenario.
PI will send the data to SAP through RFC call and RFC will update a custom table. I am testing it through two SAP systems only. I have created an RFC in System A and calling it from System B and updating a Z table in System A. Now I have to connect the inbound RFC to AIF so that AIF can monitor this interface.
This way I am calling RFC FM from the other system(System B). I have to monitor the RFC call through AIF in the System A (Called System).
What code should I write in the RFC FM '/SIE/LOT_INF' in system A so that it can be monitored through AIF. This RFC FM is a simple FM updating a custom table. In the real scenario; system A will be PI system and System B will be ECC system. Monitoring will be done in ECC system only.
Do I need to write the code inside the RFC FM or I have to do any customizing. Please note that there is no structure involved in this RFC ; only internal table is passed. So what structure should I use in customizing.
How can I transfer this RFC interface to AIF.
I know a method
CALL METHOD /aif/cl_enabler_xml=>transfer_to_aif
EXPORTING
is_any_structure = ls_calc_sap.
But in this we pass a structure (e.g. ls_calc_sap ). But in my case there is only one internal table to be passed to SAP ECC system which will update the data in custom table.
Please let me know if you did not understand anything. I need to complete this urgently.
Thanks in Advance
Pankaj Sharma