cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding Java mapping Interface

Former Member
0 Kudos

Hello,

while implementing the java mapping, we need to develop the interface called

com.sap.aii.mapping.api.streamTransformation

So here what is " aii "

how can we develop this interface.

Thank you

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

The jar files needed for java mapping is aii_map_api.jar

You can find this in your your XI server in the following path:

j2ee\cluster\server0\apps\sap.com\com.sap.xi.services

remember to add it in the build path of ur editor..NWDS before u start the development..

if u want to know about the development..u can download the how to implememnt java mapping guide...it will give u a step by step procedure of using bothethe DOM and SAX parser

hope it helps

Former Member
0 Kudos
Former Member
0 Kudos

Hi Ravi,

com.sap.aii.mapping.api.StreamTransformation is a class contained in the archive aii_map_api.jar so in your java project you need aii_map_api.jar to be able to use class StreamTransformation.

There is no specific meaning for "aii"

For more details about StreamTransformation, you have this:

http://help.sap.com/saphelp_nw2004s/helpdata/en/bd/c91241c738f423e10000000a155106/frameset.htm

The package com.sap.aii.mapping.api.StreamTransformation can be obtained from SAP service Market place.

Thanks

Swarup