Table of Contents

SAP Business One Service Layer using Bizweaver v2.5 and higher

Accessing SAP Business One using the Service Layer is a two-step process. The first step (Login) responds with two cookies. These cookies are then used in any subsequent web service calls in the current processing cycle.

Accessing SAP Business One via the Service Layer is available for HANA on v9.3 only. It is available for both HANA and SQL Server beginning with SAP Business One v10 PL02.

The difference in Bizweaver v2.5 is that a Service Layer global connection can be used to manage much of the detail work. Configuring a Service Layer global connection is described here.

Login Step

WebService Login

Interact With Data Steps

Once the workflow has completed a successful login, the remaining steps will use the Interact With Data option.

More information on the various objects and methods is available on your HANA server by using this URL in a browser on your network.

https://<YourServerName>:50000

The above image is shown for information only. It illustrates the cookies variables that used as credentials to interact with SAP Business One. The cookies will created in the initial Login step.

Working with the Service Layer

Information on sending data through the Service Layer is found here.