cancel
Showing results for 
Search instead for 
Did you mean: 

Java Mappings for XI

CHKNELL
Participant
0 Kudos

Hi, all!

Does anybody know which package contains the GlobalContainer resp. the Containere class used for XI-Java Mappings and in which jar this package may be found?

Additionally, I' ve a problem with the help.sap.com-example for accessing adapter-specific attributes, which shows the code-line

DynamicConfiguration conf =

(DynamicConfiguration) container

.getTransformationParameters()

.get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);

Unfortunatly, the StreamTransformationConstants-Class doesn't seem to have a public static final variable of this name.

Any ideas?

Thanks a lot in advance!

BR

Christian

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Christian,

download file "SAPXITOOL13P_3-20000274.zip" from the sap pages.

It contains several .sda files which contain all the java-packages (like "aii_map_api.jar") you need for XI-Java mapping.

Regards

Karsten

Answers (2)

Answers (2)

Former Member
0 Kudos

aii_mt_rt.jar

Former Member
0 Kudos

Hi,

check out these weblogs...hope these weblogs give you the details of necessary files needed for java mappping and how to implement java mapping.

/people/prasad.ulagappan2/blog/2005/06/29/java-mapping-part-i

/people/prasad.ulagappan2/blog/2005/06/29/java-mapping-part-ii

/people/prasad.ulagappan2/blog/2005/06/29/java-mapping-part-iii

regards,

Sundararamaprasad