I_AROAcctPostingLineItemData
ARO Account Posting Line Item Data
I_AROAcctPostingLineItemData is a Basic CDS View that provides data about "ARO Account Posting Line Item Data" in SAP S/4HANA. It reads from 1 data source (P_ACDOCA) and exposes 18 fields with key fields SourceLedger, CompanyCode, FiscalYear, AccountingDocument, LedgerGLLineItem.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| P_ACDOCA | P_ACDOCA | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IAROPOSTITEM | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | ARO Account Posting Line Item Data | view |
Fields (18)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SourceLedger | rldnr | ||
| KEY | CompanyCode | rbukrs | ||
| KEY | FiscalYear | gjahr | ||
| KEY | AccountingDocument | belnr | ||
| KEY | LedgerGLLineItem | docln | ||
| AssetRetirementOblgnNumber | zuonr | |||
| AROPostingDocumentDate | budat | |||
| PostingPeriod | poper | |||
| FiscalYearVariant | periv | |||
| AROPostingPeriodAmount | wsl | |||
| AROTransactionCurrency | rwcur | |||
| AmountInCompanyCodeCurrency | hsl | |||
| CompanyCodeCurrency | rhcur | |||
| AROPostingItemText | sgtxt | |||
| ReferenceDocumentType | awtyp | |||
| AssetRtrmtOblgnAssetNumber | anln1 | |||
| AssetRtrmtOblgnAssetSubNumber | anln2 | |||
| AROAssetClass | anlkl |
@AbapCatalog.sqlViewName: 'IAROPOSTITEM'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@VDM.viewType: #BASIC
@ObjectModel:{
usageType.serviceQuality: #C,
usageType.sizeCategory: #L,
usageType.dataClass: #MASTER
}
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'ARO Account Posting Line Item Data'
define view I_AROAcctPostingLineItemData
as select from P_ACDOCA
{
key rldnr as SourceLedger,
key rbukrs as CompanyCode,
key gjahr as FiscalYear,
key belnr as AccountingDocument,
key docln as LedgerGLLineItem,
zuonr as AssetRetirementOblgnNumber,
budat as AROPostingDocumentDate,
poper as PostingPeriod,
periv as FiscalYearVariant,
wsl as AROPostingPeriodAmount,
rwcur as AROTransactionCurrency,
hsl as AmountInCompanyCodeCurrency,
rhcur as CompanyCodeCurrency,
sgtxt as AROPostingItemText,
awtyp as ReferenceDocumentType,
anln1 as AssetRtrmtOblgnAssetNumber,
anln2 as AssetRtrmtOblgnAssetSubNumber,
anlkl as AROAssetClass
}
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