cancel
Showing results for 
Search instead for 
Did you mean: 

Get sender service in abap proxy

Former Member
0 Kudos

Hi,

Is there a way to get Sender Service in abap proxy in a similar way as we can do in a mapping using StreamTransformationConstants.SENDER_SERVICE?

Thanks,

Pedro Leal

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Thanks for your replies. We will add an extra field in receiver proxy structure and retrieve sender system in XI graphical mapping.

abhay_rajhans2
Contributor
0 Kudos

Hi,

In ABAP proxy the data will be available that is present in the Payload which is created after mapping.

So to get data in abap proxy it should be available in payload.

if it is not possible to creating a new target element then you can concatenate it in the existing some other element. Separate it in the ABAP proxy.

Shabarish_Nair
Active Contributor
0 Kudos

since it is a runtime variable, it gets executed during mapping.

hence as part of the mapping program, you can add a target field for you proxy structure which will populate the sender service. You dont have to even code if you are using the graphical mapping use the standard function Constants -> Sender

Former Member
0 Kudos

Ravi,

Those runtime constants are available in the mapping context. What i want to do is to retrieve sender service in the receiver abap proxy and not in xi mapping.

Shabarish,

I'm trying not to add a an extra field in the target structure. Do you know any other way to achieve this?

Thanks,

Pedro Leal

former_member181962
Active Contributor
0 Kudos

refer this link:

http://help.sap.com/saphelp_nw04/helpdata/en/ba/e18b1a0fc14f1faf884ae50cece51b/content.htm

Under section: Runtime Constants

Regards,

ravi