Defines the fields in a drop-down window.
Example: Manual Issue
Define new Batch Number in variable e_DistNumber. If this is not defined, the system uses the settings of the Congifuration wizard.
Variable |
Read |
Write |
Description |
|---|---|---|---|
e_ItemCode |
x |
The current ItemCode |
|
e_Type |
x |
|
The Transaction type |
e_WhsCode |
x |
|
The Warehouse Code |
e_DropdownBSL |
|
x |
You can define a Beas Service Layer command, which you see in the drop-down Standard is
WareHouseStock(<e_WhsCode,bsl>)?$select=BinLocation/BinCode,BinLocation/BinColor, OnHand,UoMCode,Batch,IVersionId,RFID,BatchAttribute1,BatchAttribute2, ExpirationDate&$filter=ItemCode eq <e_itemcode,bsl> and OnHand gt 0
The field "BinCode" must be available, otherwise an error may occur. |
Additional variables are available for windows without SAP Bin Support.
This windows works with SQL Statement on Beas Bin Location tables
Variable |
Read |
Write |
Description |
|---|---|---|---|
e_bindropdown |
|
x |
SQL Statement for the dropdown window |
e_binfilter |
|
x |
Additional filter for current standard SQL Statement |