cancel
Showing results for 
Search instead for 
Did you mean: 

Accessing Party identifiers using value mapping

Former Member
0 Kudos

Hello

Does anyone know if it is possible to access identifiers defined under a party using a value mapping (in my case from an xslt mapping calling a java function, but it doesn't really matter I guess).

For party ADVDENV_US I have the following identifiers:

http://sap.com/xi/XI XIParty ADVDENV_US

INTERNAL GLN 1806367142

At runtime I have value 1806367142 and I would like to retreive the value ADVDENV_US in order to perform dynamic receiver determination... would that work?

Thanks

Greg

Edited by: Grégory VIAL on May 19, 2008 8:06 AM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Grégory, wonder if you could share your solution here, how you got access to party identifiers in mapping. Thanks, best regards, Martin

Former Member
0 Kudos

Grégory,

If you wish to use identifier during the java mapping then check in below mention value mapping java docs.

https://help.sap.com/javadocs/NW04S/current/pi/index.html

Gaurav Jain