---
title: "Codeunit 5626 FA General Report"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/5626-fa-general-report/
type: codeunit
id: 5626
name: "FA General Report"
app: "Base Application"
namespace: Microsoft.FixedAssets.FixedAsset
versions: "17-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/codeunit/5626-fa-general-report/source/29/"
checked: 2026-09-20
subject: "Microsoft Dynamics 365 Business Central"
license: "Content © 2026 Jonas Paprotka. Quote freely with attribution and a link."
---

# Codeunit 5626 FA General Report

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/5626-fa-general-report/

| | |
| --- | --- |
| App | Base Application |
| Namespace | Microsoft.FixedAssets.FixedAsset |
| Versions | 17-28 |
| Source file | FixedAssets/FixedAsset/FAGeneralReport.Codeunit.al |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| GetLastDate | (Code[20], Integer, Date, Code[10], Boolean) | Date | public | 17-28 | - | - |
| CalcFAPostedAmount | (Code[20], Integer, Option, Date, Date, Code[10], Decimal, Decimal, Boolean, Boolean) | Decimal | public | 17-28 | - | - |
| CalcGLPostedAmount | (Code[20], Integer, Option, Date, Date, Code[10]) | Decimal | public | 17-28 | - | - |
| AppendFAPostingFilter | (var Record Fixed Asset, Date, Date) | - | public | 17-28 | - | - |
| AppendPostingDateFilter | (var Text, Date, Date) | - | public | 17-28 | - | - |
| ValidateDates | (Date, Date) | - | public | 17-28 | - | - |
| ValidateDeprDates | (Date, Date) | - | public | 17-28 | - | - |
| SetFAPostingGroup | (var Record Fixed Asset, Code[10]) | - | public | 17-28 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnBeforeCalcFAPostedAmount | (var Record FA Ledger Entry, Integer) | 17-28 | - | - |
| Integration event | OnCalcGLPostedAmountOnBeforeCalcAmount | (var Record FA Ledger Entry, Integer) | 17-28 | - | - |
| Integration event | OnGetLastDateOnAfterFALedgEntrySetFilters | (var Record FA Ledger Entry, var Record FA Depreciation Book, Integer, Text) | 17-28 | - | - |
| Integration event | OnAfterCalcFAPostedAmount | (var Record FA Ledger Entry, Integer, Option, Decimal, Decimal, var Decimal) | 20-28 | - | - |
| Integration event | OnBeforeSetFAPostingGroup | (var Record Fixed Asset, Code[10], var Boolean) | 22-28 | - | - |
| Integration event | OnCalcGLPostedAmountOnAfterCalcAmount | (var Record FA Ledger Entry, Integer, var Decimal) | 22-28 | - | - |

## Source

Symbols: Microsoft.BaseApplication.symbols.437dbf0e-84ff-417a-965d-ed2bb9650972, https://dynamicssmb2.pkgs.visualstudio.com/DynamicsBCPublicFeeds/_packaging/MSSymbols/nuget/v3/index.json, highest build per major on 2026-09-20.
AL source 29: https://github.com/microsoft/BCApps, MIT, releases/29.x at a66254c3b8b5bb1cea290dc8f9d097aec4381153.

Jonas Paprotka, 2026-09-20.
