cancel
Showing results for 
Search instead for 
Did you mean: 

Modify entries of Value mapping table fromValue mapping replication

Former Member
0 Kudos

Hi,

I have successful uploaded value mapping table from external source(SAP Table) using value mapping replication. The entries are displayed in the cache monitoring.

Now what should i do,if i have to modify the entries in the value mapping table.I tried uploading the new entries using the same GUID, Agency, Schema.... but now both the previously uploaded and the new entries are dispalyed in Cache monitoring.

But i want only the new entries to get reflected in the value mapping table. So kindly request anyone to help.

Regards,

Anup

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member185846
Active Participant
0 Kudos

Hi Anup,

I'm also working on the same scenario. Can you pls. tell me the way to upload the data to the XI cache?.

Actually, am following the blog /people/sreekanth.babu2/blog/2005/02/23/value-mapping-replication for that.

According to that ValueMappingReplication is the Inbound interface and ValueMappingReplicationOut is the Outbound interface.

1.) I'll be registering for the inbound interface ( ValueMappingReplication).

2.) Then I've to write an ABAP program which will call the ValueMappingReplicationOut to transfer the table data. Is that rite?..

If yes, please let me know where and how to write the ABAP pgm?.. Is there any other way to avoid ABAP program ( except lookup )?...

Thanks,

Jothivel.

Former Member
0 Kudos

Hi Jothivel,

Once the inbound java proxy is registered. You can use the ABAP Proxy to send the data or any other service can be used(Excel file..etc).

Pls go through this link:

from this link u can get the structure of the source XML file and also a sample ABAP Code.

Regards,

Anup

Former Member
0 Kudos

Hi Anup,

To know more about the value mapping tools for the SAP Exchange Infrastructure (XI), please go thru the following link:

http://www.applicon.dk/fileadmin/filer/XI_Tools/ValueMappingTool.pdf

To get an idea as to what value mapping is, please go thru the following links:

http://help.sap.com/saphelp_nw04/helpdata/en/13/ba20dd7beb14438bc7b04b5b6ca300/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/f2/dfae3d47afd652e10000000a114084/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/2a/9d2891cc976549a9ad9f81e9b8db25/content.htm

most of the links that I have provided also helps you get the step by step procedure of doing the same. And also involves the procedure to implement certain advanced features.

Regards,

abhy

Former Member
0 Kudos

Hi Anup,

As for as my experience with value mapping table if u have to modify an entry, u have to delete the older entry and insert the new entry.

so what u have to do is

1.Delete the old entry with the existing GuID(Agency,Scheme,etc)

and

2.Insert the new entry with same GuID or a different one with the same Agency,scheme..

Delete is same as that of Insert except for the operation.

I would be happy if some one provides a better way than this.

Regards,

Sudharshan.