KVSGAEB Prod Calc Jnl Line Buf#
Fields#
Name | Type | Note |
---|---|---|
Line Type | Enum (KVSGAEB Production Linetype) | |
Line No. | Integer | |
Level | Integer | |
Status | Enum Production Order Status | |
Prod. Order No. | Code[20] | |
Prod. Order Line No. | Integer | |
No. | Code[20] | |
Description | Text[100] | |
Unit of Measure Code | Code[10] | |
Quantity per | Decimal | |
Unit Cost | Decimal | |
Cost Amount | Decimal | |
Expected Quantity | Decimal | |
Substitution Available | Boolean | FlowField |
Fixed Prices | Boolean | |
Variant Code | Code[10] | |
Routing No. | Code[20] | |
Routing Reference No. | Integer | |
Operation No. | Code[10] | |
Setup Time | Decimal | |
Fixed Scrap Quantity | Decimal | |
Scrap Factor % | Decimal | |
Concurrent Capacities | Decimal | |
Send-Ahead Quantity | Decimal | |
Unit Cost Calculation | Enum (KVSGAEB Unit Cost Calculation) | |
Surcharge (pct) | Decimal | |
Surcharge 2 (pct) | Decimal | |
Surcharge/Discount Amount | Decimal | |
Surcharge Amount | Decimal | |
Expected Unit Cost | Decimal | |
Fixed Costs | Decimal | |
Unit Cost (incl. Surch.) | Decimal | |
Unit Cost (incl. Surch. 2) | Decimal | |
Source Name | Code[50] | |
Source Doc. No | Code[20] | |
Source Doc. Line No. | Integer | |
Source Version No. | Code[20] | |
Source Line No. | Integer | |
Source Type | Integer | |
Source Doc. Status | Enum Production Order Status | |
Parent Line No. | Integer | |
Parent Item | Code[20] | |
Parent Quantity | Decimal | |
Total Quantity | Decimal | |
Total Quantity Resources | Decimal | |
Ress. Unit Cost (cumulated) | Decimal | |
Fixed Costs incl. Surch. | Decimal | |
Fixed Costs incl. Surch. 2 | Decimal | |
Calculated | Boolean | |
Ress. Unit Cost without Surch. | Decimal | |
Ress. Unit Cost incl. Surch. | Decimal | |
Parent Description | Text[50] | |
Parent Description 2 | Text[50] | |
P. Prod. Order Line No. | Integer | |
Line Type 2 | Enum (KVSGAEB Production Linetype) | |
InitLine | Boolean | |
WIP | Boolean | |
To Delete | Boolean | |
New Line | Boolean | |
Unit Price Fraction | Code[20] |
Events#
OnAfterTransferChanges(Record KVSGAEB Prod Calc Jnl Line Buf) :#
[IntegrationEvent(false, false)]
local procedure OnAfterTransferChanges(var Rec: Record "KVSGAEB Prod Calc Jnl Line Buf"):
[EventSubscriber(ObjectType::Table, Table::"KVSGAEB Prod Calc Jnl Line Buf", 'OnAfterTransferChanges', '', false, false)]
local procedure DoSomethingOnAfterTransferChanges(var Rec: Record "KVSGAEB Prod Calc Jnl Line Buf")
begin
end;