bw:sbo_sl_v25

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
bw:sbo_sl_v25 [2020/04/22 16:00]
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.
 </WRAP> </WRAP>
  
Line 12: Line 12:
 ==== Login Step ==== ==== Login Step ====
  
-{{:bw:sap_sl_login.png?600|WebService Login}}+{{  :bw:sap_sl_login.png?600  |WebService Login}}
  
   * Select **SAP Service Layer** in the "Select Service" drop-down list.   * Select **SAP Service Layer** in the "Select Service" drop-down list.
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.
  
-{{:bw:sap_sl_action_step_1.png?600|}}+{{  :bw:sap_sl_action_step_1.png?600  |}}
  
   * Select **SAP Service Layer** in the "Select Service" drop-down list.   * Select **SAP Service Layer** in the "Select Service" drop-down list.
Line 38: Line 38:
   * Enter the **Content Type** as <code>application/json</code> for all Service Layer transactions.   * Enter the **Content Type** as <code>application/json</code> for all Service Layer transactions.
  
-{{:bw:sap_sl_action_step_2.png?600|}}+{{  :bw:sap_sl_action_step_2.png?600  |}}
  
 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.
  
-===== Sending Data to the Service Layer ===== +==== Working with the Service Layer ==== 
-Transactions sent to the Service Layer for SAP Business One use a **JSON** data structure.  The structures must be structured specifically as the Service Layer expects them to be. +Information on sending data through the Service Layer is found **//[[Sending Data to the Service Layer|here]]//**.
- +
-In addition, some values must be sent as **enumerators**.  These are specific values that represent other values in the SAP Business One database.  A listing of common enumerators is found here **//[[SAP Business One Enumerators]]//**. +
- +
-Samples of the JSON structures for key SAP Business One objects can be found in the links below.  Data is sent to the Service Layer for SAP Business One using a web service call.  This call sends the data to the Service Layer API in a JSON data structure. +
- +
-==== JSON Samples ==== +
-These samples are provided as a way to help understand the structure of the various SAP Business One objects.  They are correct at the time they were created but you should always verify them with your version of SAP Business One. +
- +
-=== Sales Order === +
-[[Sales Order for Service Layer]] +
- +
-=== Sales Delivery === +
-[[Sales Delivery for Service Layer]] +
- +
-=== Sales Invoice === +
-[[Sales Invoice for Service Layer]] +
- +
-=== Business Partner === +
-[[Business Partner for Service Layer]] +
- +
-=== Purchase Order === +
-[[Purchase Order for Service Layer]] +
  
  
bw/sbo_sl_v25.1587585634.txt.gz · Last modified: 2020/04/22 16:00 by runger