Wiki

Scale Your Enterprise

User Tools

Site Tools


bw:sap_business_one_enumerators

Differences

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

Link to this comparison view

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.+
 </WRAP> </WRAP>
  
Line 29: Line 28:
 |                       |Medium                |**1**    |pr_Normal        |M       | |                       |Medium                |**1**    |pr_Normal        |M       |
 |                       |High                  |**2**    |pr_High          |H       | |                       |High                  |**2**    |pr_High          |H       |
 +|BoProductionOrderTypes |Standard              |**0**    |bopotStandard    |S       |
 +|                       |Special               |**1**    |bopotSpecial     |P       |
 +|                       |Disassembly           |**2**    |bopotDisassembly |D       |
 |BoProductionOrderStatus|Planned               |**0**    |boposPlanned     |P       | |BoProductionOrderStatus|Planned               |**0**    |boposPlanned     |P       |
 |                       |Released              |**1**    |boposReleased    |R       | |                       |Released              |**1**    |boposReleased    |R       |
Line 66: Line 68:
 |batToWarehouse         |"To" transfer         |**1**    |                        | |batToWarehouse         |"To" transfer         |**1**    |                        |
 |batFromWarehouse       |"From" transfer       |**2**    |                        | |batFromWarehouse       |"From" transfer       |**2**    |                        |
 +|boSvcCallPriorities    |Low                   |**0**    |scp_Low          |L       |
 +|                       |Medium                |**1**    |scp_Medium       |M       |
 +|                       |High                  |**2**    |scp_High         |H       |
 +|ServiceTypeEnum        |Customer              |**1**    |srvcSales        |S       |
 +|                       |Supplier              |**2**    |srvcPurchasing   |P       |
 +|BlanketAgreement       |Approved              |**0**    |asApproved       |A       |
 +|                       |On Hold               |**1**    |asOnHold         |H       |
 +|                       |Draft                 |**2**    |asDraft          |D       |
 +|                       |Terminated            |**3**    |asTerminated     |T       |
 +|ServiceTypeEnum        |Sales                 |**1**    |srvcSales        |R       |
 +|                       |Purchasing            |**2**    |srvcPurchasing   |P       |
 +|boSvcCallPriorities    |Low                   |**0**    |scp_Low          |L       |
 +|                       |Medium                |**1**    |scp_Medium       |M       |
 +|                       |High                  |**2**    |scp_High         |H       |
  
 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.”
bw/sap_business_one_enumerators.1554484468.txt.gz · Last modified: 2019/04/05 13:14 by runger