cancel
Showing results for 
Search instead for 
Did you mean: 

How to access value mapping table in xi ?

Former Member
0 Kudos

Hi All,

i want to load all value mapping table data from XI to a excel sheet. how can i do it ?could anyone provide java code needed for it ?

Accepted Solutions (0)

Answers (2)

Answers (2)

prateek
Active Contributor
0 Kudos

Goto Webservice navigator in XI. You will find a ValueMappingAccessor service, you may call it using some java client and fetch the data.

Regards,

Prateek

Former Member
0 Kudos

Hello

Maybe you could extract it via the Integration Directory Webservice Programming Interface...

Check this link:

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/46/6dca42e5c269dfe10000000a11466f/frameset.htm

There is a section for Valuemappings there. Apparently it would be a matter of calling the corresponding webservice with the GUID of the valuemapping and it returns the data.

Good luck and please tell us if it works!

-Sam.