Table 7302 Bin Content in 18
- App
- Base Application
Fields, 33Keys, 7Procedures, 35Events, 31
Versions171819202122232425262728latest
Source29
Fields, 33
| Id | Name | Type | Obsolete |
|---|---|---|---|
| 1 | Location Code | Code[10] | - |
| 2 | Zone Code | Code[10] | - |
| 3 | Bin Code | Code[20] | - |
| 4 | Item No. | Code[20] | - |
| 10 | Bin Type Code | Code[10] | - |
| 11 | Warehouse Class Code | Code[10] | - |
| 12 | Block Movement | Option | - |
| 15 | Min. Qty. | Decimal | - |
| 16 | Max. Qty. | Decimal | - |
| 21 | Bin Ranking | Integer | - |
| 26 | Quantity | Decimal | - |
| 29 | Pick Qty. | Decimal | - |
| 30 | Neg. Adjmt. Qty. | Decimal | - |
| 31 | Put-away Qty. | Decimal | - |
| 32 | Pos. Adjmt. Qty. | Decimal | - |
| 37 | Fixed | Boolean | - |
| 40 | Cross-Dock Bin | Boolean | - |
| 41 | Default | Boolean | - |
| 50 | Quantity (Base) | Decimal | - |
| 51 | Pick Quantity (Base) | Decimal | - |
| 52 | Negative Adjmt. Qty. (Base) | Decimal | - |
| 53 | Put-away Quantity (Base) | Decimal | - |
| 54 | Positive Adjmt. Qty. (Base) | Decimal | - |
| 55 | ATO Components Pick Qty. | Decimal | - |
| 56 | ATO Components Pick Qty (Base) | Decimal | - |
| 5402 | Variant Code | Code[10] | - |
| 5404 | Qty. per Unit of Measure | Decimal | - |
| 5407 | Unit of Measure Code | Code[10] | - |
| 6500 | Lot No. Filter | Code[50] | - |
| 6501 | Serial No. Filter | Code[50] | - |
| 6502 | Dedicated | Boolean | - |
| 6503 | Unit of Measure Filter | Code[10] | - |
| 6515 | Package No. Filter | Code[50] | - |
Keys, 7
| Name | Fields | Obsolete |
|---|---|---|
| Key1, clustered | Location Code, Bin Code, Item No., Variant Code, Unit of Measure Code | - |
| Key2 | Bin Type Code | - |
| Key3 | Location Code, Item No., Variant Code, Cross-Dock Bin, Qty. per Unit of Measure, Bin Ranking | - |
| Key4 | Location Code, Warehouse Class Code, Fixed, Bin Ranking | - |
| Key5 | Location Code, Item No., Variant Code, Warehouse Class Code, Fixed, Bin Ranking | - |
| Key6 | Item No. | - |
| Key7 | Default, Location Code, Item No., Variant Code, Bin Code | - |
Procedures, 35
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| SetUpNewLine | () | public | - | |
| CalcQtyAvailToTake | (Decimal) | Decimal | public | - |
| CalcQtyAvailToTakeUOM | () | Decimal | public | - |
| CalcQtyAvailToPick | (Decimal) | Decimal | public | - |
| CalcQtyAvailToPickIncludingDedicated | (Decimal) | Decimal | public | - |
| CalcQtyWithBlockedItemTracking | () | Decimal | public | - |
| CalcQtyAvailToPutAway | (Decimal) | Decimal | public | - |
| NeedToReplenish | (Decimal) | Boolean | public | - |
| CalcQtyToReplenish | (Decimal) | Decimal | public | - |
| CheckDecreaseBinContent | (Decimal, var Decimal, Decimal) | public | - | |
| CheckIncreaseBinContent | (Decimal, Decimal, Decimal, Decimal, Decimal, Decimal, Boolean, Boolean) | Boolean | public | - |
| CheckWhseClass | (Boolean) | Boolean | public | - |
| ShowBinContents | (Code[10], Code[20], Code[10], Code[20]) | public | - | |
| GetItemDescr | (Code[20], Code[10], var Text[100]) | public | - | |
| GetWhseLocation | (var Code[10], var Code[10]) | public | - | |
| CalcQtyonAdjmtBin | () | Decimal | public | - |
| CalcQtyBase | () | Decimal | public | - |
| CalcQtyUOM | () | Decimal | public | - |
| GetCaption | () | Text | public | - |
| SetProposalMode | (Boolean) | public | - | |
| SetFilterOnUnitOfMeasure | () | public | - | |
| GetBinContent | (Code[20], Code[10], Code[10], Code[10], Code[20], Boolean, Boolean, Boolean, Record Item Tracking Setup) | Boolean | public | - |
| ClearTrackingFilters | () | public | - | |
| SetTrackingFilterFromTrackingSpecification | (Record Tracking Specification) | public | - | |
| SetTrackingFilterFromWhseEntryIfNotBlank | (Record Warehouse Entry) | public | - | |
| SetTrackingFilterFromWhseActivityLineIfNotBlank | (Record Warehouse Activity Line) | public | - | |
| SetTrackingFilterFromWhseItemTrackingLine | (Record Whse. Item Tracking Line) | public | - | |
| SetTrackingFilterFromWhseItemTrackingSetup | (Record Item Tracking Setup) | public | - | |
| SetTrackingFilterFromItemTrackingSetupIfRequired | (Record Item Tracking Setup) | public | - | |
| SetTrackingFilterFromItemTrackingSetupIfNotBlankIfRequired | (Record Item Tracking Setup) | public | - | |
| SetTrackingFilterFromItemTrackingSetupIfRequiredWithBlank | (Record Item Tracking Setup) | public | - | |
| SetTrackingFilterFromBinContentBufferIfRequired | (Record Item Tracking Setup, Record Bin Content Buffer) | public | - | |
| TrackingFiltersExist | () | Boolean | public | - |
| SetTrackingFilterFromItemTrackingSetupIfNotBlank | (Record Item Tracking Setup) | public | - | |
| SetTrackingFilterFromItemTrackingSetupIfWhseRequiredIfNotBlank | (Record Item Tracking Setup) | public | - |
Events, 31
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnAfterBinContentExists | (var Record Bin Content) | - |
| Integration event | OnAfterClearTrackingFilters | (var Record Bin Content) | - |
| Integration event | OnAfterSetTrackingFilterFromWhseActivityLineIfNotBlank | (var Record Bin Content, Record Warehouse Activity Line) | - |
| Integration event | OnAfterSetTrackingFilterFromWhsEntryIfNotBlank | (var Record Bin Content, Record Warehouse Entry) | - |
| Integration event | OnAfterSetTrackingFilterFromWhseItemTrackingLine | (var Record Bin Content, Record Whse. Item Tracking Line) | - |
| Integration event | OnAfterSetTrackingFilterFromWhseItemTrackingSetup | (var Record Bin Content, Record Item Tracking Setup) | - |
| Integration event | OnAfterSetTrackingFilterFromItemTrackingSetupIfRequired | (var Record Bin Content, Record Item Tracking Setup) | - |
| Integration event | OnAfterSetTrackingFilterFromItemTrackingSetupIfNotBlankIfRequired | (var Record Bin Content, Record Item Tracking Setup) | - |
| Integration event | OnAfterSetTrackingFilterFromItemTrackingSetupIfRequiredWithBlank | (var Record Bin Content, Record Item Tracking Setup) | - |
| Integration event | OnAfterSetTrackingFilterFromBinContentBufferIfRequired | (var Record Bin Content, Record Item Tracking Setup, Record Bin Content Buffer) | - |
| Integration event | OnAfterSetTrackingFilterFromTrackingSpecification | (var Record Bin Content, Record Tracking Specification) | - |
| Integration event | OnAfterTrackingFiltersExist | (var Record Bin Content, var Boolean) | - |
| Integration event | OnBeforeCheckManualChange | (var Record Bin Content, Record Bin Content, Text[80], var Boolean) | - |
| Integration event | OnBeforeCheckWhseClass | (var Record Bin Content, var Boolean, var Boolean) | - |
| Integration event | OnBeforeGetWhseLocation | (Code[10], Code[10], var Boolean) | - |
| Integration event | OnBeforeCalcQtyAvailToTake | (var Record Bin Content, Decimal, var Decimal, var Boolean) | - |
| Integration event | OnCalcQtyBaseOnAfterSetFiltersForWhseActivLine | (var Record Warehouse Activity Line, var Record Bin Content) | - |
| Integration event | OnCalcQtyBaseOnAfterSetFiltersForWhseJnlLine | (var Record Warehouse Journal Line, var Record Bin Content) | - |
| Integration event | OnCalcTotalATOComponentsPickQtyBaseOnAfterSetFilters | (var Record Warehouse Activity Line, var Record Bin Content) | - |
| Integration event | OnCalcTotalNegativeAdjmtQtyBaseOnAfterSetFilters | (var Record Warehouse Journal Line, var Record Bin Content) | - |
| Integration event | OnCalcTotalQtyBaseOnAfterSetFilters | (var Record Warehouse Entry, var Record Bin Content) | - |
| Integration event | OnCheckDecreaseBinContentOnAfterCalcTotalQtyAvailToTake | (var Record Warehouse Activity Line, var Decimal, var Decimal) | - |
| Integration event | OnValidateItemNoOnAfterValidateUoMCode | (var Record Bin Content, Record Item) | - |
| Integration event | OnValidateItemNoOnBeforeValidateVariantCode | (var Record Bin Content, var Boolean) | - |
| Integration event | OnBeforeCheckBinMaxCubageAndWeight | (var Record Bin Content, var Record Bin, var Boolean) | - |
| Integration event | OnBeforeCalcQtyAvailToPick | (Record Bin Content, var Decimal, var Boolean) | - |
| Integration event | OnAfterSetTrackingFilterFromItemTrackingSetupIfNotBlank | (var Record Bin Content, Record Item Tracking Setup) | - |
| Integration event | OnAfterSetTrackingFilterFromItemTrackingSetupIfWhseRequiredIfNotBlank | (var Record Bin Content, Record Item Tracking Setup) | - |
| Integration event | OnCalcTotalQtyAvailToTakeOnAfterCalcPickQuantityBase | (Record Bin Content, var Decimal, var Decimal) | - |
| Integration event | OnBeforeCalcQtyWithBlockedItemTracking | (Record Bin Content, var Decimal) | - |
| Integration event | OnAfterCalcTotalNegativeAdjmtQtyBase | (var Record Bin Content, var Record Warehouse Journal Line, var Decimal) | - |