I_RAPostingAggregationType

DDL: I_RAPOSTINGAGGREGATIONTYPE Type: view_entity COMPOSITE Package: FARR_CONTRACT_CDS

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)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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'