BinReceiptDropdown

Define the fields in dropdown window

Example: Manual receipt, Goods Receipt Po and so on

 

Define new Batch Number in variable e_DistNumber. If this is not defined, the system use the settings in congifuration wizzard

 

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, which you see in the dropdown

Standard is

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 windows working 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