cancel
Showing results for 
Search instead for 
Did you mean: 

mapping: accessing XI's client number at runtime

Former Member
0 Kudos

Hi <experts>

Is there a way to access XI installation specific stuff like e.g. client number at mapping runtime ??

Example:

XI is client 100 in dev, 200 in qa and 300 in prod.

Need to read that client number at runtime in a mapping program.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Hans,

Have a UDF in your mapping and use the code

System.getProperty("SAPSYSTEMNAME");

Thanks

Vikranth

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Please reward points if it helps and close the thread

Thanks

Vikranth

Edited by: Khimavath Vikranth on May 28, 2008 8:48 PM

agasthuri_doss
Active Contributor
0 Kudos

Hi,

Thanks - Vikranth

Regards

Agasthuri Doss