Table 70491913 EOS055.01 HU Assignment Target
Represents a possible target for a HU assignment. A single source document can provide multiple assignment targets. This is especially true for warehouse documents. An assignment target is the smalles possible unit where handling unit can be assigned to. An assignment target can be made out of multiple source documents. For example: a single warehouse shipment with multiple orders for the same customer and destination is one assignment target and as such a handling unit can be assigned to different orders.
Language | Caption |
---|---|
de-DE | LE-Zuordnungsziel |
en-US | HU Assignment Target |
it-IT | Destinazione assegnazione UdC |
10
)Integer
Language | Caption |
---|---|
de-DE | Lfd.-Nr. |
en-US | Entry No. |
it-IT | Nr. movimento |
11
)Text[64]
Language | Caption |
---|---|
de-DE | Lfd.-Nr. |
en-US | Entry No. |
it-IT | Nr. movimento |
20
)Integer
Language | Caption |
---|---|
de-DE | Art |
en-US | Type |
it-IT | Tipo |
21
)Code[20]
Language | Caption |
---|---|
de-DE | Nr. |
en-US | No. |
it-IT | Nr. |
22
)Code[10]
Language | Caption |
---|---|
de-DE | Adressencode |
en-US | Address Code |
it-IT | Codice indirizzo |
25
)Code[10]
Language | Caption |
---|---|
de-DE | Zustellercode |
en-US | Shipping Agent Code |
it-IT | Cod. spedizioniere |
26
)Code[10]
Language | Caption |
---|---|
de-DE | Zustellertransportartencode |
en-US | Shipping Agent Service Code |
it-IT | Codice servizio spedizioniere |
30
)Code[10]
Language | Caption |
---|---|
de-DE | Lagerortcode |
en-US | Location Code |
it-IT | Cod. ubicazione |
50
)Integer
Language | Caption |
---|---|
de-DE | Herkunftsart |
en-US | Source Type |
it-IT | Tipo origine |
51
)Integer
Language | Caption |
---|---|
de-DE | Herkunftsart |
en-US | Source Type |
it-IT | Tipo origine |
52
)Code[20]
Language | Caption |
---|---|
de-DE | Herkunftsart |
en-US | Source Type |
it-IT | Tipo origine |
60
)Boolean
Language | Caption |
---|---|
de-DE | Gültig |
en-US | Valid |
it-IT | Valido |
100
)RecordId
Language | Caption |
---|---|
de-DE | Caller-Record ID |
en-US | Caller Record ID |
it-IT | ID record chiamante |
procedure CalculateHash(): Text[64]
Calculates a hash for the current record.
Returns Text[64]
The calculated hash.
procedure InsertLine(): Boolean
Attempts to insert the record to the buffer, unless a record for the given source type/subtype/no. already exists.
Returns Boolean
true
if the record was inserted, false
if a record for the source type already exists.
procedure CopyFromSalesHeader(SalesHeader: Record "Sales Header")
Record "Sales Header"
procedure CopyFromPurchHeader(PurchHeader: Record "Purchase Header")
Record "Purchase Header"
procedure CopyFromTransHeader(TransHeader: Record "Transfer Header"; Inbound: Boolean)
TransHeader Record "Transfer Header"
Inbound Boolean
procedure CopyFromServiceHeader(ServHeader: Record "Service Header")
Record "Service Header"
procedure OnAfterCopyFromSalesHeader(var HuAssignmentTarget: Record "EOS055.01 HU Assignment Target"; SalesHeader: Record "Sales Header")
Raised after field values have been copied from a sales header. Use this to copy custom field values.
HuAssignmentTarget Record "EOS055.01 HU Assignment Target"
The current record instance.
SalesHeader Record "Sales Header"
The source document.
procedure OnAfterCopyFromPurchHeader(var HuAssignmentTarget: Record "EOS055.01 HU Assignment Target"; PurchHeader: Record "Purchase Header")
Raised after field values have been copied from a purchase header. Use this to copy custom field values.
HuAssignmentTarget Record "EOS055.01 HU Assignment Target"
The current record instance.
PurchHeader Record "Purchase Header"
The source document.
procedure OnAfterCopyFromTransHeader(var HuAssignmentTarget: Record "EOS055.01 HU Assignment Target"; TransHeader: Record "Transfer Header"; Direction: Integer)
Raised after field values have been copied from a transfer header. Use this to copy custom field values.
HuAssignmentTarget Record "EOS055.01 HU Assignment Target"
The current record instance.
TransHeader Record "Transfer Header"
The source document.
Direction Integer
The transfer direction. 0 = outbound, 1 = inbound.
procedure OnAfterCopyFromServiceHeader(var HuAssignmentTarget: Record "EOS055.01 HU Assignment Target"; ServHeader: Record "Service Header")
Raised after field values have been copied from a service header. Use this to copy custom field values.
HuAssignmentTarget Record "EOS055.01 HU Assignment Target"
The current record instance.
ServHeader Record "Service Header"
The source document.
local procedure OnAfterAssignFields(var TmpHuAssignmentTarget: Record "EOS055.01 HU Assignment Target")
Raised after all fields have been copied to a temporary instance of this record that is used to calculate the assignment target hash. Use this to modify field contents before the hash is calculated.
TmpHuAssignmentTarget Record "EOS055.01 HU Assignment Target"
A temporary instance of the record containing all fields that are used to calculate it’s hash.
local procedure OnBeforeCalculateHash(var TmpHuAssignmentTarget: Record "EOS055.01 HU Assignment Target"; var HashSource: TextBuilder)
Raised before the hash for the current record is calculated. Use this to customize hash calculation or to add custom fields to the hash source.
TmpHuAssignmentTarget Record "EOS055.01 HU Assignment Target"
A temporary instance of the record containing all fields that are used to calculate it’s hash.
HashSource TextBuilder
The text buffer containing the value that will be hashed.
local procedure OnAfterCalculateHash(TmpHuAssignmentTarget: Record "EOS055.01 HU Assignment Target"; var HashSource: TextBuilder; var Hash: Text[64])
Raised after the hash for the current record has been calculated. Use this to customize hash calculation or to provide a customized hash.
TmpHuAssignmentTarget Record "EOS055.01 HU Assignment Target"
A temporary instance of the record containing all fields that were used to calculate its hash.
HashSource TextBuilder
The text buffer containing the value that was hashed. Changing this will have no effect, as the hash has already been calculated.
Hash Text[64]
The hash that was calculated. You can overwrite this.
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.