cancel
Showing results for 
Search instead for 
Did you mean: 

PI 7.1 function library

Former Member
0 Kudos

Dear All,

We are working on PI 7.1 EHP1, we have implemeted the functionality of Function Library having common place for UDFs. We have seperate SWCV for this.

We are using these UDFs in other SWCV's mapping and working well in DEvelopement Server.

When we have transported this to Production Server, it is giving following error.

"Linkage error while loading class com/sap/xi/tf/_Invoic02_InvoiceDataService_MM_; java.lang.NoClassDefFoundError: Extend/GeneralUDFs"

Here, Extend is the name of the SWCV and GeneralUDFs is the name of Function Library.

Please help

with regards,

Ravi Siddam

Accepted Solutions (1)

Accepted Solutions (1)

former_member200962
Active Contributor
0 Kudos
We have seperate SWCV for this.
We are using these UDFs in other SWCV's mapping and working well in DEvelopement Server.

Working in DEV because you would have created Dependencies between the SWCVs....is the same thing (dependency) available in PROD.

Regards,

Abhishek.

Former Member
0 Kudos

Thanks Abhishek,

The SWCV is shown in BASIS Objects, but we do not have SWCV's and its dependancies in SLD, we don't transport the SWCVs in SLD, is it required.

regards,

Ravi Siddam

former_member200962
Active Contributor
0 Kudos

Dependencies are required to be defined between two SWCVs if you are maintaining Function Library in SWCV1 and using it in SWCV2......you can compare the SLD settings for DEV and PROD (if SLDs are different).....it is a requisite to use functions libraries across different SWCVs.

Regards,

Abhishek.

Former Member
0 Kudos

Thanks Abhishek, SLD enrty had to be made then it worked

Answers (0)