Skip to Content
0
Former Member
Jun 10, 2009 at 11:12 AM

Value Mapping Replication issue

50 Views

Hi experts,

I tried to setup a value mapping scenario to update runtime cache data from a SAP Table.

So here is my scenario :

I maintain data in SAP in which I have my transcodification values. When I save data in this table, it invokes an ABAP Proxy that is supposed to send data to PI and then update the runtime cache.

My problem is that I do not see any values appearing in the runtime cache.

I have a message in the RWB though, which is successful, and the payload that I find in SXMB_MONI is as follow :

<?xml version="1.0" encoding="utf-8"?><n0:ValueMappingReplication xmlns:n0="http://sap.com/xi/XI/System" xmlns:prx="urn:sap.com:proxy:xxx">
<Item>
<Operation>DELETE</Operation>
<Context>http://TEST</Context></Item>
<Item>
<Operation>INSERT</Operation>
<GroupID>A...B</GroupID>
<Context>http://TEST</Context>
<Identifier scheme="SOURCE" agency="ECC_DEV">xxx</Identifier></Item>
<Item><Operation>INSERT</Operation>
<GroupID>A...B</GroupID>
<Context>http://TEST</Context>
<Identifier scheme="TARGET" agency="LEGACY">yyy</Identifier>
</Item></n0:ValueMappingReplication>

I can not see anything in the cache monitoring, do you have any idea what I may have done wrong ?

I also configured the configuration scenario in PI with the java proxy.

Any help would be greatly appreciated.

Kind regards,

Jamal

Edited by: ba_da_boom on Jun 10, 2009 1:13 PM