P_FixedAssetTransactionAging
P_FixedAssetTransactionAging is a Composite CDS View in SAP S/4HANA. It reads from 1 data source (I_FixedAssetTransaction) and exposes 25 fields with key fields CompanyCode, MasterFixedAsset, FixedAsset, FiscalYear, FiscalPeriod.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_FixedAssetTransaction | I_FixedAssetTransaction | from |
Parameters (3)
| Name | Type | Default |
|---|---|---|
| P_KeyDate | fagl_keydate | |
| P_AssetAccountingKeyFigureSet | faa_key_figure_set | |
| P_AssetAccountingKeyFigureSet2 | faa_key_figure_set |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PFASSETTRNAG | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #COMPOSITE | view | |
| VDM.lifecycle.status | #DEPRECATED | view | |
| VDM.private | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view |
Fields (25)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CompanyCode | CompanyCode | ||
| KEY | MasterFixedAsset | MasterFixedAsset | ||
| KEY | FixedAsset | FixedAsset | ||
| KEY | FiscalYear | FiscalYear | ||
| KEY | FiscalPeriod | FiscalPeriod | ||
| KEY | AssetDepreciationArea | AssetDepreciationArea | ||
| KEY | Ledger | Ledger | ||
| KEY | AccountingDocument | AccountingDocument | ||
| KEY | TransactionSubitem | TransactionSubitem | ||
| KEY | DebitCreditCode | DebitCreditCode | ||
| KEY | CurrencyRole | CurrencyRole | ||
| KEY | SubLedgerAcctLineItemType | SubLedgerAcctLineItemType | ||
| PostingDate | PostingDate | |||
| ChartOfDepreciation | ChartOfDepreciation | |||
| CompanyCodeName | CompanyCodeName | |||
| AssetCostCenter | AssetCostCenter | |||
| AssetClass | AssetClass | |||
| AssetPlant | AssetPlant | |||
| BusinessArea | AssetBusinessArea | |||
| Segment | Segment | |||
| AssetProfitCenter | AssetProfitCenter | |||
| AssetAccountingKeyFigureSet | ||||
| SelectedCurrencyBranch | SelectedCurrencyBranch | |||
| _FixedAsset | _FixedAsset | |||
| _DepreciationArea | _DepreciationArea |
@AbapCatalog.sqlViewName: 'PFASSETTRNAG'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #COMPOSITE
@VDM.lifecycle.status: #DEPRECATED
@VDM.private: true
@ClientHandling.algorithm: #SESSION_VARIABLE
define view P_FixedAssetTransactionAging
with parameters
P_KeyDate : fagl_keydate,
P_AssetAccountingKeyFigureSet : faa_key_figure_set,
P_AssetAccountingKeyFigureSet2 : faa_key_figure_set
as select from I_FixedAssetTransaction( P_KeyDate: :P_KeyDate,
P_AssetAccountingKeyFigureSet: :P_AssetAccountingKeyFigureSet)
{
key CompanyCode,
key MasterFixedAsset,
key FixedAsset,
key FiscalYear,
key FiscalPeriod,
key AssetDepreciationArea,
key Ledger,
key AccountingDocument,
key TransactionSubitem,
key DebitCreditCode,
key CurrencyRole,
key SubLedgerAcctLineItemType,
PostingDate,
ChartOfDepreciation,
CompanyCodeName,
AssetCostCenter,
AssetClass,
AssetPlant,
AssetBusinessArea as BusinessArea,
Segment,
AssetProfitCenter,
:P_AssetAccountingKeyFigureSet2 as AssetAccountingKeyFigureSet,
SelectedCurrencyBranch,
_FixedAsset,
_DepreciationArea
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_FIXEDASSETTRANSACTION"
],
"ASSOCIATED":
[
"I_DEPRECIATIONAREAFORLEDGER",
"I_FIXEDASSET"
],
"BASE":
[
"I_FIXEDASSETTRANSACTION"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA