cancel
Showing results for 
Search instead for 
Did you mean: 

value mapping replication

Former Member
0 Kudos

I am currently doing a VMR scenario wherein I have two fields in a csv file. I need the data in this file to go into PI runtime cache.

I have created all the necessary objects in ID, but on the ESR, I am not sure how to map my two fields which are on the sender side. Basically on the sender side, I have two fields key, value and on the receiver side, I have the standard ValueMappingReplicaiton Messagetype that we import from XI system.

Can anybody pl provide some insight into this ?

Thanks.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Actually you dont have to do anything on ESR side. Just complete the steps on ID make sure you have activated you JPR:

For Synchronous:

http://Server:Port/ProxyServer/register?ns=http://sap.com/xi/XI/System&interface=ValueMappingReplica...

/ValueMappingApplicationSynchronous&method=valueMappingReplicationSynchronous

For Asynchronous scenario:

http://Server:Port/ProxyServer/register?ns=http://sap.com/xi/XI/System&interface=ValueMappingReplica...

/ValueMappingApplication&method=valueMappingReplication

Former Member
0 Kudos

Medhaj,

for value mapping replication, in the ESR, under the basis SWC, we have service interface available for ValuemappingReplication.

For this, you have to do table maintanance and creation of events in the Abap (sender) system.

Then in the XI side, you have to activate Java inbound proxies to get this incoming data from SAP updated in Java runtime cache of XI.

These are the URLs for activating inbound proxy:

For Synchronous scenario:

http://Server:Port/ProxyServer/register?ns=http://sap.com/xi/XI/System&interface=ValueMappingReplica...

/ValueMappingApplicationSynchronous&method=valueMappingReplicationSynchronous

For Asynchronous scenario:

http://Server:Port/ProxyServer/register?ns=http://sap.com/xi/XI/System&interface=ValueMappingReplica...

/ValueMappingApplication&method=valueMappingReplication

Then you should go for normal configuration, in this case your sender would be SAP system, and receiver would be Integration server.

Also look at the below blog link as well:

/people/sreekanth.babu2/blog/2005/02/23/value-mapping-replication

Divyesh

Former Member
0 Kudos

Hi Medhaj

PLease check the below link .Hope you get some idea

http://www.sappi.sapag.co.in/uncategorized/value-mapping-replication-scenario/

and let me know if you have nay queries