cancel
Showing results for 
Search instead for 
Did you mean: 

Possible to set Dynamic Config from ABAP Proxy

Former Member
0 Kudos

Hi,

I know how to get and set Dynamic Config from Java/XSLT mappings and adapter modules. But I want to do this from an outbound ABAP Proxy Call (in the same way I can set the serialization context for EOIO), is that possible?

The scenario is: I have an interface; Proxy -> Xi -> ftp, with no mapping. It seems unnecessary to introduce a mapping just to set some dynamic config values for the receiving adapter which are already known at the outbound proxy call...

rgds Johan

Accepted Solutions (0)

Answers (3)

Answers (3)

henrique_pinto
Active Contributor
0 Kudos

Hey Johen,

im not sure if that is possible, because at proxy runtime you don't have the XI message object yet (you're merely filling its payload data).

You could always try to execute that method in the other thread from the proxy, though.

Regards,

Henrique.

Former Member
0 Kudos

Hi Bhavesh,

In the thread you mention it is shown that you can set Dynamic Config properties during an ABAP mapping. My question was if I can set these properties already in the proxy call? Or did I miss something?

Of-course I can introduce a dummy mapping in Java/XSLT/ABAP which copies the source message to the result message and sets the dynamic config properties, but I would rather not introduce a mapping if not neccessary...

rgds Johan

bhavesh_kantilal
Active Contributor
0 Kudos

Sure is.

Look at henrique's answer in this thread,

Regards

Bhavesh