cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping the Sender/ Receiver system

Former Member
0 Kudos

Hi Experts,

I am working on a requirement where in i have to pass the data based on system ID,like  i have to validate if this particular message is coming from which sender system based on system ID.

Thanks,

Pooja

Accepted Solutions (1)

Accepted Solutions (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Use UDF in the mapping to retrieve the system ID and based on system Id you decide the mapping logic.  Basically you need to use system property to retrieve the system name. Something as below.

String systemId=System.getProperty("SAPSYSTEMNAME");

Use If else condition and map the appropriate target structure.

Answers (2)

Answers (2)

markangelo_dihiansan
Active Contributor
0 Kudos

Hello,

Under the constants function in message mapping, there is a predefined function there called sender/receiver . You can also use the context object in receiver determination called SenderSystem.

Hope this helps,

Mark

Former Member
0 Kudos

Hi.

If you have in the incoming data, the value of SystemID , you can use Receiver determination to route the data to another receiver.

Regards.