cancel
Showing results for 
Search instead for 
Did you mean: 

JAR File for Channel-Class for Adapter-Modules

Former Member
0 Kudos

Hello,

does anybody know which JAR and Package i need for the Channel-Class.

It's not:

com.sap.aii.mapping.lookup.Channel

I need this one with the method "getValueAsString" in order to write an Adapter-Module.

Gunnar

Accepted Solutions (0)

Answers (1)

Answers (1)

aashish_sinha
Active Contributor
0 Kudos

Hi,

I am not sure but it must be inside aii_af_cci.jar.

Also check these jars.

aii_af_ms_spi.jar

aii_af_ms_api.jar

aii_af_trace.jar

aii_af_mp.jar

see SAP Note 819761

regards

Aashish Sinha

PS : reward points if helpful

Former Member
0 Kudos

Hello,

y've allready added all these jars. But which package do i have to import?

aashish_sinha
Active Contributor
0 Kudos

Hi,

Check out this link for the documentation of com.sap.aii.mapping.lookup.

You will get all the functions of this. and import com.sap.aii.mapping.lookup and use the function of this package.

Link : http://help.sap.com/javadocs/NW04S/SPS09/pi/com/sap/aii/mapping/lookup/class-use/Channel.html

hope this will help you.

Regards

Aashish Sinha

PS : reward points if helpful

Former Member
0 Kudos

No, thats com.sap.aii.mapping.lookup.Channel.

It's different.

Former Member
0 Kudos

I've found it:

com.sap.aii.af.service.cpa.Channel