cancel
Showing results for 
Search instead for 
Did you mean: 

Value mapping tale

Former Member
0 Kudos

Hi,

Is there a way to view Value mapping tables in SAP through the GUI, not the Runtime workbench?

is there a way through an ABAP or RFC, to modify data in the Value Mapping tables? I would like to see if I can put programming logic in the the ABAP to perform certain checks before values in the Value Mapping Tables are modified.

Thanks,

Sharmila

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>>is there a way through an ABAP or RFC, to modify data in the Value Mapping tables?

sure you can:

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

you just have to call a standard interface

and value mapping tables will be filled

Regards,

michal

Former Member
0 Kudos

Hi Mical,

Thanks for your reply .I would like to confirm onething . We cant see the value mapping table through any sap transaction because it is stored in java run time cache. We can see the table only in RWB. Is it right?

If I have the SAP table in XI itself how can I export data to java runtime cache.

If you have any step by step procedure pls send me.

Thanks,

Sharmila

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>>run time cache. We can see the table only in RWB. Is it right?

exactly:)

Regards,

michal

bhavesh_kantilal
Active Contributor
0 Kudos

<i>If I have the SAP table in XI itself how can I export data to java runtime cache.</i>

Take a look at the E-Learning Section and the value mapping El Leraning.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/a680445e-0501-0010-1c94-a8c4a... [original link is broken]

This E leraning describes ValueMappingReplication where data from a R3 table is moved intto the Integration Directory Value Mapping Table.

Regards

Bhavesh