cancel
Showing results for 
Search instead for 
Did you mean: 

how to refer to the library when define user-defined function

Former Member
0 Kudos

I have a jar file, it will be used by user-defined function. I imported this jar file, but my jar file also refer to other library. how to handle these other library?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Spring,

Your imported archive should also contain the other jar files that your custom jar file is referring to.

Regards,

Amol

Former Member
0 Kudos

are these two jar files in one zip archive and then import it?

Message was edited by: Spring Tang

Former Member
0 Kudos

To make it simple, import the other jar file as a different archive.

Former Member
0 Kudos

Hi, Amol

Thanks for your quick reply:)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

in addition you can have a look to this one:

http://help.sap.com/saphelp_nw04/helpdata/en/a4/64b93d0d4e6b3be10000000a114084/frameset.htm

It describes who can reference what in regards to Java Mapping and User Defined Functions.

regards,

peter