BinReceiptDropdown

Defines the fields in drop-down window

Example: Manual receipt, Goods Receipt Po and so on

 

Defines a 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 BeasServiceLayer command that you can see in the drop-down

Standard:

BinLocation(<e_WhsCode,bsl>)?$mask=1

 

The field "BinCode" must be available, otherwise you can produce an error

beasscript-logo-small

// Example: Display ONLY BinCode
function binreceiptdropdown 
setvar=e_DropdownBSL=BinLocation(<e_WhsCode,bsl>)?$select=BinCode
end function

 

Additional variables available for windows without SAP Bin Support.

This window is working with SQL Statement on Beas Bin Location tables.

Variable

Read

Write

Description

e_bindropdown

 

x

SQL Statement for the drop-down window

e_binfilter

 

x

Additional filter for current standard SQL Statement