C_CustRetRefundProgressVH
Customer Return Refund Progress
C_CustRetRefundProgressVH is a Consumption CDS View that provides data about "Customer Return Refund Progress" in SAP S/4HANA. It reads from 1 data source (I_CustRetRefundPrgrsStatus) and exposes 2 fields with key field CustRetRefundProgress. It has 1 association to related views. Part of development package ODATA_SD_RETURN_V2.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CustRetRefundPrgrsStatus | I_CustRetRefundPrgrsStatus | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_CustRetRefundPrgrsStatusText | _Text | $projection.CustRetRefundProgress = _Text.CustRetRefundProgress |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.sqlViewName | CCRTRFNDPRGSTVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| VDM.viewType | #CONSUMPTION | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| EndUserText.label | Customer Return Refund Progress | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CustRetRefundProgress | CustRetRefundProgress | ||
| _Text | _Text |
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog: {
preserveKey: true,
sqlViewName: 'CCRTRFNDPRGSTVH',
compiler.compareFilter: true
}
@VDM.viewType: #CONSUMPTION
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #S
@EndUserText.label: 'Customer Return Refund Progress'
@ObjectModel.resultSet.sizeCategory: #XS
define view C_CustRetRefundProgressVH
as select from I_CustRetRefundPrgrsStatus
association [0..*] to I_CustRetRefundPrgrsStatusText as _Text on $projection.CustRetRefundProgress = _Text.CustRetRefundProgress
{
@ObjectModel.text.association: '_Text'
key CustRetRefundProgress,
_Text
}
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