This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
bw:sbo_sl_v25 [2020/04/22 15:26] runger |
bw:sbo_sl_v25 [2020/12/14 18:24] (current) akoehler |
||
|---|---|---|---|
| Line 4: | Line 4: | ||
| <WRAP center round tip 60%> | <WRAP center round tip 60%> | ||
| - | Accessing SAP Business One via the Service Layer is available for v9.3 on HANA only. It will be available for both HANA and SQL Server beginning with the GA release of SAP Business One v10. | + | 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. |
| </ | </ | ||
| Line 12: | Line 12: | ||
| ==== Login Step ==== | ==== Login Step ==== | ||
| - | {{: | + | {{ : |
| * Select **SAP Service Layer** in the " | * Select **SAP Service Layer** in the " | ||
| Line 24: | Line 24: | ||
| Once the workflow has completed a successful login, the remaining steps will use the **Interact With Data** option. | Once the workflow has completed a successful login, the remaining steps will use the **Interact With Data** option. | ||
| - | {{: | + | {{ : |
| * Select **SAP Service Layer** in the " | * Select **SAP Service Layer** in the " | ||
| Line 31: | Line 31: | ||
| * Enter the SAP Business One //Object// with which you want to work in the **Construct URI** field. | * Enter the SAP Business One //Object// with which you want to work in the **Construct URI** field. | ||
| * Select the desired interaction method from the **Method** drop-down list. The most common methods used in SAP Business One will be Get, Post, Patch, and Delete | * Select the desired interaction method from the **Method** drop-down list. The most common methods used in SAP Business One will be Get, Post, Patch, and Delete | ||
| + | |||
| + | <WRAP center round tip 60%> | ||
| + | More information on the various objects and methods is available on your HANA server by using this URL in a browser on your network. | ||
| + | </ | ||
| + | |||
| * Enter the **Content Type** as < | * Enter the **Content Type** as < | ||
| - | {{: | + | {{ : |
| 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. | 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 **// | ||