Skip to content

KVSPSAJob Evaluation Entry#

Fields#

Name Type Note
Entry No. Integer
Job No. Code[20]
Posting Date Date
Document No. Code[20]
Type Enum (KVSPSAJobEvaluationEntryType)
No. Code[20]
Description Text[100]
Total Cost Decimal
Total Price Decimal
Resource Group No. Code[20]
Posting Group Code[20]
Shortcut Dimension 1 Code Code[20]
Shortcut Dimension 2 Code Code[20]
User ID Code[50]
Source Code Code[10]
Evaluation Amount Decimal
Post. Evaluation Amount Decimal
Entry Type Enum Job Journal Line Entry Type
Journal Batch Name Code[10]
Reason Code Code[10]
Gen. Bus. Posting Group Code[20]
Gen. Prod. Posting Group Code[20]
No. Series Code[20]
Dimension Set ID Integer
Evaluation Amount (ACY) Decimal
Post. Evaluation Amount (ACY) Decimal
Evaluation Type Option OptionMembers: Activation,Deactivation
Evaluation Book Code Code[10]
Entry No. Job Entry Integer
Amt. to Recognize Decimal
Amt. Recognized Decimal
Add.-Curr. Amount to Recognize Decimal
Add.-Curr. Amount Recognized Decimal
Integration GL Boolean
Date Progress Line Date
Posting Period Date
G/L Integration Code[20]
Mark as post to G/L Boolean
Corrected Amount Decimal
Correction Date Date
Corrected By Code[50]
Eval. After Closing Invoice Boolean
Share of Earnings Decimal
Share Of Earnings (ACY) Decimal

Events#

KVSPSAOnAfterCopyFromJobEvaluationJnl(Record KVSPSAJob Evaluation Entry, Record KVSPSAJob Evaluation Jnl Line) :#

[IntegrationEvent(false, false)]
local procedure KVSPSAOnAfterCopyFromJobEvaluationJnl(var JobEvaluationEntry: Record "KVSPSAJob Evaluation Entry"; JobEvaluationJnlLine: Record "KVSPSAJob Evaluation Jnl Line"): 
[EventSubscriber(ObjectType::Table, Table::"KVSPSAJob Evaluation Entry", 'KVSPSAOnAfterCopyFromJobEvaluationJnl', '', false, false)]
local procedure DoSomethingKVSPSAOnAfterCopyFromJobEvaluationJnl(var JobEvaluationEntry: Record "KVSPSAJob Evaluation Entry"; JobEvaluationJnlLine: Record "KVSPSAJob Evaluation Jnl Line")
begin
end;