cancel
Showing results for 
Search instead for 
Did you mean: 

reg: mi with xi

Former Member
0 Kudos

MI has control only at ABAP level on Middleware(Server) so please give me some possible options where the requirement is such that an RFC has to extract the data dumped by XI in some location on the server and give the output in a structure defined for MI (some ABAP structure) .

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Ajay,

1. Create a Temporary Function Module in XI. Use RFC receiver adapter and dump the data in temporary ABAP Table. This way you are able to dump the data data in XI.

2. Now Create a Sender RFC communication channel. Import the RFC in Integration Builder (Design) and directly use it as Outbound interface, perform mapping . Run the function module, data will automatically come in XI and your purpose will get solved

Regards,

Shri

    • Reward points if it helps you