cancel
Showing results for 
Search instead for 
Did you mean: 

use of DYNAMIC_CONFIGURATION->GET_RECORD in xi

Former Member
0 Kudos

hi,

I am bracning my payload to 2 different system say A and B.

for mapping, i am using ABAP mapping, can anyone tell me wether i can get the name of the Bussines system (A or B) ?

is Dynamic Config will help me out..

i m a bit confused

Kindly help me out in resolving this.

Thanks

Munish

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Please refer the link below:

http://help.sap.com/saphelp_nw70/helpdata/en/b3/9a2aeb24dc4ab6b1855c99157529e4/frameset.htm

I have never tried, however, it seems you could use the mapping runtime constants to determine the receiver and then perform the mapping accordingly. I am not sure how these could be accessed in ABAP program.

Thanks,

Bhavish

Award points if comments helpful

Former Member
0 Kudos

Hi,

That was for java, i needed for ABAP mapping. Thanks Anyways

Former Member
0 Kudos

Hi,

you could use the X-Path Expression with receiver determination in ID.

This will help you to redirect to the required business system A or B based upon conditions.

Here you have condition editor for this.

Illustration of Enhanced Receiver Determination - SP16

/people/venkataramanan.parameswaran/blog/2006/03/17/illustration-of-enhanced-receiver-determination--sp16

Customise your 'XPATH' Expressions in Receiver Determination

/people/shabarish.vijayakumar/blog/2006/06/07/customise-your-xpath-expressions-in-receiver-determination

Thanks

Swarup

Former Member
0 Kudos

Hi,

I need to Identify the Reciever in my ABAP mapping Code..

If i can get the Reciever name there, as if i have 2 reciever, then that IF_MAPPING program will be called twice, i need to know for which system , its being called