cancel
Showing results for 
Search instead for 
Did you mean: 

Error in importing Java mapping from the UDF in the message mapping in SAP PI 7.3

Former Member
0 Kudos

Hi All,

we are upgarding from SAP XI 3.0 to  PI 7.3

I have a Java mapping which is imported to the imported archives. In the message mapping i am trying call this class in the UDF.

i have added the imported archieve, added the package Name in the Functions tab.

When i do a chcek(F7) in the mapping, there are no error. But when i test mapping with the payload,the class is not getting executed.But the same is getting executed in XI 3.0

Could you please help me if i have missed something while imnporting?

Thanks,

Hemanth.

Accepted Solutions (1)

Accepted Solutions (1)

anupam_ghosh2
Active Contributor
0 Kudos

Hi Hemanth,

                   Please add trace object ib UDF just before calling the java mapping and immediately after the call is complete. Similarly you need to add trace in java mapping also. Have you recompiled and rewrote java mapping codes in PI 7.3 ? as java version and manner in which java mapping code is written has undergone changes from PI 7.1. I can remember another thread which had some issue while calling a java mapping from UDF in PI 7.3. Please have a look in the same http://scn.sap.com/thread/3235341

Regards

Anupam

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Please check this links:

http://scn.sap.com/thread/3154764

http://scn.sap.com/thread/2133901

Did you recompile your java mapping using jdk 1.6?

Regards,

Beena.