cancel
Showing results for 
Search instead for 
Did you mean: 

Legacy System Using JAVA

Former Member
0 Kudos

Hi all,

I have legacy data which is in JAVA (client's JAVA application) and I want to migrate it to Business One. Kindly let me know if we can integrate JAVA with B1 and have all that legacy data into B1.

Thanx in advance

Accepted Solutions (1)

Accepted Solutions (1)

YatseaLi
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Kapil,

B1 has connector for Java - JCO (Java Connector). Some information about JCO:

Class / package hierarchy

java.lang.Object

com.sap.smb.sbo.util.ConvertUtil

com.sap.smb.sbo.api.SBOCOMUtil

com.sap.smb.sbo.api.SBOErrorMessage

java.lang.Throwable (implements java.io.Serializable)

java.lang.Exception

com.sap.smb.sbo.util.NestingException

com.sap.smb.sbo.api.SBOCOMException

com.sap.smb.sbo.wrapper.util.WrapperUtil

General remarks:

All Interfaces are contained in the package com.sap.smb.sbo.api

Check the Java Connector helpfile for more details.

Important difference to DI API:

Objects to add new records are created using u201Cnew<Object name>u201D of the SBOCOMUtil class instead of using ICompany objects u201CgetBusinessObjectu201D!

E.g. newBusinessPartners must be used when you want to add a business partner!

Or you can go to [SDK Forum|;, and search "JCO" for more information

Kind Regards, Yatsea

Answers (0)