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

ABAP Proxy Structure

Former Member
0 Likes
1,288

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
MichalKrawczyk
Active Contributor
0 Likes

Hi,

when you segreagate in abap (during sending the message)

you can use one of the fields in receiver determination

to route the message to a proper receiver

Regards,

michal