Table of Contents

KVSPSAJob Fin. Report Mgt.

Procedures

OnRun

procedure OnRun(Rec: Record "KVSPSAJobFinancialReport")

Initialize() :

Summary: This codeunit manages the creation and printing of job financial reports. It initializes the financial reports based on predefined row definitions and allows printing of these reports.

procedure Initialize(): 

Print(Record KVSPSAJobFinancialReport) :

Summary: Prints the job financial report based on the provided record.

procedure Print(JobFinancialReport: Record "KVSPSAJobFinancialReport"): 

Parameters:

  • JobFinancialReport: Pass the job financial report record to be printed.