Table 70491906 EOS055 Handling Unit Assignm.
Table 70491906 EOS055 Handling Unit Assignm.
Language | Caption |
---|---|
de-DE | Ladeeinheitenzuordnung |
en-US | Handling Unit Assignment |
it-IT | Assegnazione unità di carico |
Fields
Entry No. (1
)
Integer
Language | Caption |
---|---|
de-DE | Lfd.-Nr. |
en-US | Entry No. |
it-IT | Nr. movimento |
Source Type (4
)
Integer
Language | Caption |
---|---|
de-DE | Herkunftsart |
en-US | Source Type |
it-IT | Tipo origine |
Source Subtype (5
)
Option
"0"
(0) , "1"
(1) , "2"
(2) , "3"
(3) , "4"
(4) , "5"
(5) , "6"
(6) , "7"
(7) , "8"
(8) , "9"
(9) , "10"
(10)
Language | Caption |
---|---|
de-DE | Herkunftsunterart |
en-US | Source Subtype |
it-IT | Sottotipo origine |
Source No. (6
)
Code[20]
Language | Caption |
---|---|
de-DE | Herkunftsnr. |
en-US | Source No. |
it-IT | Nr. origine |
Source Line No. (7
)
Integer
Language | Caption |
---|---|
de-DE | Herkunftszeilennr. |
en-US | Source Line No. |
it-IT | Nr. riga origine |
Source Subline No. (8
)
Integer
Language | Caption |
---|---|
de-DE | Herkunftsunterzeilenr. |
en-US | Source Subline No. |
it-IT | Nr. sottoriga origine |
Handling Unit No. (10
)
Code[20]
TableRelation: "EOS055 Handling Unit"
Language | Caption |
---|---|
de-DE | Ladeeinheitennr. |
en-US | Handling Unit No. |
it-IT | Nr. unità di carico |
Quantity (Base) (15
)
Decimal
Language | Caption |
---|---|
de-DE | Menge (Basis) |
en-US | Quantity (Base) |
it-IT | Quantità (Base) |
Item No. (20
)
Code[20]
TableRelation: Item
Language | Caption |
---|---|
de-DE | Artikelnr. |
en-US | Item No. |
it-IT | Nr. articolo |
Variant Code (21
)
Code[10]
TableRelation: "Item Variant".Code where("Item No." = field("Item No."))
Language | Caption |
---|---|
de-DE | Variantencode |
en-US | Variant Code |
it-IT | Cod. variante |
Lot No. (30
)
Code[50]
Language | Caption |
---|---|
de-DE | Chargennr. |
en-US | Lot No. |
it-IT | Nr. lotto |
Serial No. (31
)
Code[50]
Language | Caption |
---|---|
de-DE | Seriennr. |
en-US | Serial No. |
it-IT | Nr. seriale |
Expiration Date (32
)
Date
Language | Caption |
---|---|
de-DE | Ablaufdatum |
en-US | Expiration Date |
it-IT | Data scadenza |
Reg. Whse. Activity Type (50
)
Integer
Language | Caption |
---|---|
en-US | Whse. Activity Type |
it-IT | Tipo di attività Whse. |
Reg. Whse. Activity No. (51
)
Code[20]
TableRelation: "Registered Whse. Activity Hdr."."No." where("Type" = field("Reg. Whse. Activity Type"))
Language | Caption |
---|---|
de-DE | Reg. Lageraktivitätnr. |
en-US | Reg. Whse. Activity No. |
it-IT | Nr. attività Reg. Whse. |
Assignment Target Hash (60
)
Text[64]
Language | Caption |
---|---|
de-DE | Hash Zuordnungsziel |
en-US | Assignment Target Hash |
it-IT | Hash destinazione assegnazione |
Gross Weight (70
)
Decimal
Language | Caption |
---|---|
de-DE | Bruttogewicht |
en-US | Gross Weight |
it-IT | Peso lordo |
Net Weight (71
)
Decimal
Language | Caption |
---|---|
de-DE | Nettogewicht |
en-US | Net Weight |
it-IT | Peso netto |
Unit Volume (72
)
Decimal
Language | Caption |
---|---|
de-DE | Volumen |
en-US | Volume |
it-IT | Volume |
Methods
GetSourceItemData
procedure GetSourceItemData()
SetSourceDocumentFilter
procedure SetSourceDocumentFilter(SourceType: Integer; SourceSubtype: Integer; SourceNo: Code[20]; SourceLineNo: Integer; SourceSublineNo: Integer)
Parameters / Return Value
SourceType
Integer
SourceSubtype
Integer
SourceNo
Code[20]
SourceLineNo
Integer
SourceSublineNo
Integer
SetSourceDocumentFilter
procedure SetSourceDocumentFilter(DocVariant: Variant)
Parameters / Return Value
- DocVariant
Variant
SetItemTrackingFilters
procedure SetItemTrackingFilters(var TmpTrackingInfo: Record "Reservation Entry")
Set item tracking related filters.
Parameters / Return Value
TmpTrackingInfo
Record "Reservation Entry"
The item tracking informations to use.
CopyTrackingInfoFrom
procedure CopyTrackingInfoFrom(TmpTrackingInfo: Record "Reservation Entry")
Copy item tracking related fields from the tracking information.
Parameters / Return Value
TmpTrackingInfo
Record "Reservation Entry"
The item tracking information to use.
CopyTrackingInfoTo
procedure CopyTrackingInfoTo(var TmpTrackingInfo: Record "Reservation Entry")
Copy item tracking related fields to the tracking information.
Parameters / Return Value
TmpTrackingInfo
Record "Reservation Entry"
The item tracking information to use.
IsPickedForOpenWhseShipment
procedure IsPickedForOpenWhseShipment(): Boolean
Indicates whether this handling unit assignment was made from a warehouse pick and is assigned to a warehouse shipment that is not yet completely handled.
Parameters / Return Value
Returns
Boolean
true
orfalse
Events
OnAfterSetItemTrackingFilters
local procedure OnAfterSetItemTrackingFilters(var HuAssignment: Record "EOS055 Handling Unit Assignm."; TmpItemTrackingInfo: Record "Reservation Entry")
Raised whenever item tracking filters are applied to a handling unit assignment. Use this to add custom item tracking filters.
Parameters / Return Value
HuAssignment
Record "EOS055 Handling Unit Assignm."
The HU assignment to filter.
TmpItemTrackingInfo
Record "Reservation Entry"
The item tracking information to filter for.
OnAfterCopyTrackingInfoFrom
local procedure OnAfterCopyTrackingInfoFrom(var HuAssignment: Record "EOS055 Handling Unit Assignm."; TmpItemTrackingInfo: Record "Reservation Entry")
Raised whenever item tracking fields need to be set on a handling unit assignment. Use this to copy custom item tracking fields.
Parameters / Return Value
HuAssignment
Record "EOS055 Handling Unit Assignm."
The HU assignment.
TmpItemTrackingInfo
Record "Reservation Entry"
The item tracking information.
OnAfterCopyTrackingInfoTo
local procedure OnAfterCopyTrackingInfoTo(HuAssignment: Record "EOS055 Handling Unit Assignm."; var TmpItemTrackingInfo: Record "Reservation Entry")
Raised whenever item tracking fields need to be copyied from a handling unit assignment. Use this to copy custom item tracking fields.
Parameters / Return Value
HuAssignment
Record "EOS055 Handling Unit Assignm."
The HU assignment.
TmpItemTrackingInfo
Record "Reservation Entry"
The item tracking information.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.