This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
bw:sap_business_one_enumerators [2019/04/05 13:14] runger created |
bw:sap_business_one_enumerators [2020/04/15 14:36] (current) runger Add service call components |
||
|---|---|---|---|
| Line 4: | Line 4: | ||
| The following table shows many of the common values that may be used in Bizweaver workflows. | The following table shows many of the common values that may be used in Bizweaver workflows. | ||
| + | <WRAP center round info> | ||
| * **DB Value** is what you will see if you query the database. | * **DB Value** is what you will see if you query the database. | ||
| * **Member Name** is what is typically used with the DTW tool and with the HANA Service Layer. | * **Member Name** is what is typically used with the DTW tool and with the HANA Service Layer. | ||
| - | * <WRAP center round info> | + | * **Value** is what should be used when mapping a transaction using DI Server or DI API. |
| - | **Value** is what should be used when mapping a transaction using Bizweaver. | + | |
| </ | </ | ||
| Line 29: | Line 28: | ||
| | | | | ||
| | | | | ||
| + | |BoProductionOrderTypes |Standard | ||
| + | | | ||
| + | | | ||
| |BoProductionOrderStatus|Planned | |BoProductionOrderStatus|Planned | ||
| | | | | ||
| Line 66: | Line 68: | ||
| |batToWarehouse | |batToWarehouse | ||
| |batFromWarehouse | |batFromWarehouse | ||
| + | |boSvcCallPriorities | ||
| + | | | ||
| + | | | ||
| + | |ServiceTypeEnum | ||
| + | | | ||
| + | |BlanketAgreement | ||
| + | | |On Hold | ||
| + | | | ||
| + | | | ||
| + | |ServiceTypeEnum | ||
| + | | | ||
| + | |boSvcCallPriorities | ||
| + | | | ||
| + | | | ||
| As an example, assume you want to create a Service-type Sales Order. An Item-type order is created by default. To create the Service-type order you will pass a value of **1** into the Mapper for the field “DocType.” | As an example, assume you want to create a Service-type Sales Order. An Item-type order is created by default. To create the Service-type order you will pass a value of **1** into the Mapper for the field “DocType.” | ||