cancel
Showing results for 
Search instead for 
Did you mean: 

Need Help for BusinessOne

Former Member
0 Kudos

hi,

we have delevoped BusinessOne in VB. But our requirment is to change Project <b>vb to java</b>.

i am a javaprogramer .please help me for creating salesorder in BusinessOne using java.

Regards

Guru

Accepted Solutions (1)

Accepted Solutions (1)

Gianluigi
Product and Topic Expert
Product and Topic Expert
0 Kudos

Guru hi -

I think you got already answers from a similar thread you opened. Anyway SAP provides you JCo, i.e. a JNI wrapping around DI API. Using JCo you can access DI API objects from a JVM with the same programming rules used from a COM

environment.

Note that JCo wraps only DI API and not UI API. You can find all the documentation about JCo in the Help Center of SAP Business One

Former Member
0 Kudos

from which object of DIAPI (JCO) we will get the salesrelated objects.

how do we know the realted objects that our objects include.

we have developed in vb and we got the item list.

now we want to create a salesorder.

from where we will get the documentation related to this.

thanks and regards

guruvulu

Answers (1)

Answers (1)

Gianluigi
Product and Topic Expert
Product and Topic Expert
0 Kudos

The object model is the same than for DI API. Please have a look at the documentation. You can read it from the Help Center and you can download it from SDN.

Former Member
0 Kudos

Where from you get the documentation.

can u please give me the link.

thnks and regards

guru

Former Member
0 Kudos

Hi Guruvulu,

The help center is installed with the SDK. Here is the standard path. C:\Program Files\SAP\SAP Business One SDK\Help\SDK_EN.chm

If you're on the contents page you will see 2 Java Connector sections. This will help you to get started.

Hope it helps,

Adele