cancel
Showing results for 
Search instead for 
Did you mean: 

Is there any way to access PO cache table from ESR other than by using value mapping?

Former Member
0 Kudos

We have a business scenario where there are multiple source values and multiple target values that are sent to PO cache table using value mapping replication scenario. We need to validate one target field based on multiple source values.

2018-02-10-21-20-54.png

Please let me know if i can access it via some inbuilt java functions.

Accepted Solutions (0)

Answers (1)

Answers (1)

mate_moricz
Advisor
Advisor

Hi Nitin,

There is a way, a standard API is provided for this purpose (com.sap.aii.mapping.value.api) which is described on the the Javadocs page: https://help.sap.com/doc/javadocs_nw75_sps06/7.5.6/en-US/PI/com/sap/aii/mapping/value/api/package-su...

There are several blogs that describe how to use these: https://blogs.sap.com/2006/10/23/accessing-value-mapping-defined-in-directory-using-java-functions/

Best regards,
Mate