hi
i have soap to idoc scenario. the receiver idoc has EDI_DC40 segment. i have query for RCVPRN (receiver partner type) query.
I have 2 ECC box - XYZ & ABC . I need to send same data to both the system.So, i have same one operation mapping and one message mapping for it.
I tried to use system id udf and based on PI system id I can define any one ECC system receiver partner type(RCVPRN).
But,my requirement is RCVPRN to be different for ECC system XYZ and ABC both. how can we achieve this using same message mapping.
SAP PI system ID RCVPRN value of SAP ECC system 1 -XYZ RCVPRN value of SAP ECC System 2 -ABC DEV XYZD ABCD QUAL XYZQ ABCQ PRD XYZP ABCPhow to get different RCVPRN value using SAP PI system ID in same mapping. the receiver business system & receiver comm channel is different for both.
I am using Apply control record from payload in receiver idoc channel. I have to use this, as its mandatory for my channel.
regards