cancel
Showing results for 
Search instead for 
Did you mean: 

Adapter specific message attributes in ABAP proxy

Former Member
0 Kudos

Dear all,

i have a short question. I have a file to ABAP server proxy scenario. When picking up the file i write communication data from the adapter in the message header using dynamic configuration and route the message to a abap proxy.

My question is: Do i have access to the header data in the proxy, or do I have to make a message mapping and put the header data into the payload of the message?

Kind regards

Florian

Accepted Solutions (1)

Accepted Solutions (1)

former_member190389
Active Contributor
0 Kudos
Former Member
0 Kudos

So I do not see any adapter specific message attributes in the header. So i guess that i can not access them in the proxy directly?

former_member190389
Active Contributor
0 Kudos

DO you need them for routing message to the receiver?

Former Member
0 Kudos

No I need them, during the processing of the server ( i want to write the filename, sending FTP server,..) into a Z-zable. So the question is: Do i have to map this stuff into the payload to use it in the proxy?

former_member190389
Active Contributor
0 Kudos

Yes you will have to write it to the payload.

For ABAP proxy u have your XI adapter which does not support ASMA.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

here is a blog about your scenario:

Hope it helps.

Regards

Patrick

JaySchwendemann
Active Contributor
0 Kudos

This isn't even the right direction. OP has a sender / client proxy - linked blog is talking about receiver / server proxy.