cancel
Showing results for 
Search instead for 
Did you mean: 

Work Manager - upgrade of custom java code from 6.0 to 6.2

Former Member
0 Kudos

Dear All,

I'm working on an upgrade project from Work Manager 6.0 to 6.2 and I saw in the Work Manager 6.2 deployment package that the sapjco.jar has been replaced by sapjco3.jar.

So in my custom java code I replaced the import com.sap.mw.jco.JCO.Table by import com.sap.conn.jco.JCoTable;

But I have the following error referring to the old object (JCO.Table) instead of the new one (JCoTable)

So my questions are :

  1. Is it mandatory to move from sapjco.jar to sapjco3.jar ?
  2. Is there anywhere a documentation with code example up-to-date ?
  3. What is the issue in the code ?

Thanks in advance

Regards

Nicolas

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Nicholas,

Yes, you have to use the new sapjco3.jar .

You have to import - com.syclo.sap.jco.JCO & if necessary com.syclo.sap.jco.JCO.Table.

-shanthi

Former Member
0 Kudos

Perfect Prashanthi, it's OK now.

Thanks a lot

Regards

Nicolas

Answers (0)