cancel
Showing results for 
Search instead for 
Did you mean: 

Newbie - basic questions

Former Member
0 Kudos

Hi

I need to export data from a Delphi application into Business One and would appreciate some help getting started.

1. I see reference to an SDK but all I appear to find is some old documentation.  Obviously I am looking in the wrong place - can anyone point me to the latest documentation?

2.  Are interfaces by XML, WSDL or other methods

3.  Is there any sample code written in Delphi to get me started?  If not VB or C# code will give me some pointers as to the way to go.

Any advice gratefully appreciated.

Thanks for looking

Philip L Jackson

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

As long you can import library you can use the DI API of SAP Business one. As mention above there's a lot of sample in C:\Program Files (x86)\SAP\SAP Business One SDK\Samples\COM DI that written in VB and C#

Regards,

Bry

Blog: http://www.sap-tips-tricks.com/

former_member185682
Active Contributor
0 Kudos

Hi Philip,

1 and 3 . You can find the documentation with your SAP B1 installation in that folder:

%programfiles%\SAP\SAP Business One SDK\

In that folder you will find some samples of the most used functionalities of SAP B1 SDK.(All samples are in VB and C#)

Some samples and documentation are old and need some adjusts, but I believe that helps you.

2. All objects present in SDK can be load by a XML.

Regards,

Diego