cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ABAP Proxy Structure

Former Member
0 Likes
1,286

Hi,

I have SAP server at sender side, XI is my middleware and two 3rd partyservers on the receiver side.

So,from SAP side data comes through proxy,I would generate a structure which contains the fields required to send the data to both the receivers.But few fields would used to send the data to one server and some fields to another server.

So, once the data is filled,there would be a segreation process internally writeen in proxy to segregate the data.

So, Now can i use the same structure for all the proxies i generate to send the data or should I generate different structures for each and every interface.

Thank you,

Kishore J.

View Entire Topic
Former Member
0 Likes

Hi Kishore,

You have one sender and two receivers.........

You can create one structure which contains the fields required to send the data to both the receivers.The receiving system will update the required fields and delete rest of them.

This is what we are doing in my present project....

This way you can keep the messages in XI simple and will have a good perfromance.

Regards,

SE