cancel
Showing results for 
Search instead for 
Did you mean: 

Imported Archive. Help required

Former Member
0 Kudos

Hi All,

I want to develop java program on my local system.I do not have NWDS , Eclipse etc.

I want to use below classes. From where I can download them:

import com.sap.aii.mapping.api.AbstractTrace;

import com.sap.aii.mappingtool.tf3.rt.Container;

import com.sap.aii.mappingtool.tf3.rt.GlobalContainer;

Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

u can dowanload from service.sap.com

it will prompt for suserid and password.

afterlogging into it u can download fron downloads section.

Former Member
0 Kudos

Hi,

Can you please tell me from where excatly in download section

where I can downlaod it

Regards

Former Member
0 Kudos

Hi Rick,

If you are having the access to your XI server then you can download those jars. Other wise you can download from the service market place.

aii_map_api.jar

com.sap.aii.mappingtool.tf3.rt.Container

In your XI server go to Drive:\usr\sap\<SID>\DVEBMGS00\j2ee\cluster\server0\apps\sap.com\com.sap.xi.services and get the aii_mt_rt.jar and use it.

Go to service marketplace and d/load SAPXITOOL Patch of any version (better 13 open it with winzip u'll find IntegrationServices.sda open this with winzip and get the aii_mt_rt.jar and use it.

Regards

Goli Sridhar

Former Member
0 Kudos

Hi,

I have access to my XI Server.

Location:

Drive:\usr\sap\<SID>\DVEBMGS00\j2ee\cluster\server0\apps\sap.com\com.sap.xi.services

Will I get all the class files in above location or I need to search other directories also?

import com.sap.aii.mapping.api.AbstractTrace;

import com.sap.aii.mappingtool.tf3.rt.Container;

import com.sap.aii.mappingtool.tf3.rt.GlobalContainer;

Regards