With this object you can retrieve the stock information (together with Batch/Serial and Bin location information) in a warehouse.
It supports SAP, Beas and WMS Bin-managed system - but not all in parallel. This is the reason why you can only display the item stock for one warehouse.
The definition of warehouse and item is mandatory.
The performance of this entity is significantly higher than the WareHouseStock entity filtered by item.
Database: coalesce(case when "OITM"."ManSerNum"='Y' then "OSRQ"."Quantity" when "OITM"."ManBtchNum"='Y' then "OBTQ"."Quantity" else "OITW"."OnHand" end,0)
If the filter ForBoMId is not defined, then this field return always 0
Database: case when = '' then 0 else (SELECT coalesce(SUM(R1."Quantity"),0) FROM "BEAS_RESERVATION_LINE" R1 WHERE R1."BASE_TYPE"='wo' AND (CAST(R1."BASE_DOCENTRY" AS VARCHAR)+CHAR(47)+cast(R1."BASE_LINENUM" AS VARCHAR)+CHAR(47)+cast(R1."BASE_LINENUM2" AS
Reserved Quantity from this Batch/ Serial/ Bin Location (Check only Beas Reservation system, not SAP Commited Quantity)
Database: coalesce(R.reservedQuantity,0)
Relations
Join to Entiy Object
Relation
ItemWareHouse
ItemCode,WhsCode
Item
ItemCode
WareHouseArea
AreaCode
BinLocation
BinCode
ItemVersion
ItemCode,IVersionId
UoM
UoMCode
WareHouse
WhsCode
Batch and Serial number related fields
Note: It is not possible to create a link to Object BatchNumber or to the SerialNumber. These fields can be accessed directly from Batches and Serials in the WareHouseStock Object.