P_PaymentCardRefundableMM
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)
| Source | Alias | Join Type |
|---|---|---|
| I_AcctgDocPaymentCardData | I_AcctgDocPaymentCardData | from |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
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