cancel
Showing results for 
Search instead for 
Did you mean: 

I cant import com.sap.aii.mapping.lookup.* in my class

Former Member
0 Kudos

Hello,

I am trying to build a external java class to make calls to an external database.

The api I'm trying to use is included in the package com.sap.aii.mapping.lookup.

However when i tried to compile my class in Netweaver studio, i cannot find the package mentioned above. Do I need to download those packages specifically or they are hidden somewhere on my computer?

Can someone please help?

Thanks!

Fay

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks a lot guys, I have found the jar files in the location mentioned above. - Fay

Shabarish_Nair
Active Contributor
0 Kudos

you should use the jar in NDS for your project.

The jar can be found on the server where XI is installed.

The location being -

<SAP_install_dir>/<SID>/<instance_name>/j2ee/cluster/server<number>/apps/sap.com/com.sap.xi.services/

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

You need the aii_map_api.jar . The class is a part of this jar.

Look into Michal's Faq , <b>Mapping section Question 5</b> to find out the path for aii_map_api.jar on the XI server,

/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions

Regards

Bhavesh