I_RAPostingAggregationType
Revenue Accounting Posting Aggregation
I_RAPostingAggregationType is a Composite CDS View that provides data about "Revenue Accounting Posting Aggregation" in SAP S/4HANA. Part of development package FARR_CONTRACT_CDS.
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Revenue Accounting Posting Aggregation | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| VDM.viewType | #COMPOSITE | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | RevenueAccountingContract | RevenueAccountingContract | ||
| RAPostingAggregationType | RAPostingAggregationType | |||
| RAHasPostingDataReduction |
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Revenue Accounting Posting Aggregation'
@ObjectModel.usageType: { serviceQuality: #C, sizeCategory: #XXL, dataClass: #TRANSACTIONAL }
@VDM.viewType: #COMPOSITE
define view entity I_RAPostingAggregationType
as select distinct from I_RevenueAccountingPosting as _RevnAccountingPosting
{
key RevenueAccountingContract,
RAPostingAggregationType,
cast('X' as farr_posting_data_reduction preserving type) as RAHasPostingDataReduction
}
where _RevnAccountingPosting.RAPostingAggregationType = 'P'
or _RevnAccountingPosting.RAPostingAggregationType = 'C'
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