P_PaymentCardRefundableMM

DDL: P_PAYMENTCARDREFUNDABLEMM Type: view_entity COMPOSITE

P_PaymentCardRefundableMM is a Composite CDS View in SAP S/4HANA. It reads from 1 data source (I_AcctgDocPaymentCardData) and exposes 2 fields with key fields Aunum, Ccbtc.

Data Sources (1)

SourceAliasJoin Type
I_AcctgDocPaymentCardData I_AcctgDocPaymentCardData from

Annotations (6)

NameValueLevelField
Metadata.ignorePropagatedAnnotations true view
VDM.private true view
VDM.viewType #COMPOSITE view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MIXED view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY Aunum AuthorizationByPaytSrvcPrvdr
KEY Ccbtc
//@AbapCatalog.viewEnhancementCategory: [#NONE]

//@AccessControl.authorizationCheck: #MANDATORY

//@EndUserText.label: 'PaymentCardRefundable Min and Max Settlm'

@Metadata.ignorePropagatedAnnotations: true
@VDM.private: true
@VDM.viewType: #COMPOSITE
@ObjectModel.usageType:{
  serviceQuality: #X,
  sizeCategory: #XL,
  dataClass: #MIXED
}
define view entity P_PaymentCardRefundableMM
  as select from I_AcctgDocPaymentCardData 
{
  key  AuthorizationByPaytSrvcPrvdr as Aunum,
  key  min (PaymentCardPaymentSettlement  ) as Ccbtc
}
where  
    PaytCardSettlementIsCarriedOut                               =    'X'
  and PaymentCardPaymentSettlement                               <>   ''
  and AuthorizationByPaytSrvcPrvdr                               <>   ''
group by
  AuthorizationByPaytSrvcPrvdr