cancel
Showing results for 
Search instead for 
Did you mean: 

Insert into XI Internal Table

Former Member
0 Kudos

Hello,

I need to store information sent from a sender system into a XI internal table. Which is the best approach to develop this kind of scenario? Implement an abap class and call that class from a message mapping? Implement an abap proxy in XI itself?

This an unusual scenario because we have a sender system and we have XI as a receiver system. In this case you don´t have an external receiver system.

Thanks in advance,

Pedro Leal

Accepted Solutions (1)

Accepted Solutions (1)

Shabarish_Nair
Active Contributor
0 Kudos

Use receiver abap proxy.

Note that the proxy should be on a different client of XI which should be configured as a Application system in its SXMB_ADM -> Integration engine conf

Answers (1)

Answers (1)

Former Member
0 Kudos

Leal,

It all depends upon what do you want to do with the internal table data. If you want to put this data in XI itself then create an abap server proxy in XI only and then save it in an ztable.

If you want to send that internal table data to some where else then i think once you receive the data into internal table fire one more client proxy from XI to where ever you want. So various approaches can be taken and it all depends upon your end to end integration.

Regards,

---Satish