I_RetsMgmtCompnProcgStatus
Returns Mgmt Compensation Processing Status
I_RetsMgmtCompnProcgStatus is a Basic CDS View (Dimension) that provides data about "Returns Mgmt Compensation Processing Status" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field RetsMgmtCompnProcgStatus. It has 1 association to related views. It is exposed through 1 OData service (UI_CUSTOMERRETURNMANAGE). Part of development package VDM_ARM_BASICS.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | dd07l | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_RetsMgmtCompnProcgStatusText | _Text | $projection.RetsMgmtCompnProcgStatus = _Text.RetsMgmtCompnProcgStatus |
Annotations (15)
| Name | Value | Level | Field |
|---|---|---|---|
| ObjectModel.representativeKey | RetsMgmtCompnProcgStatus | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| EndUserText.label | Returns Mgmt Compensation Processing Status | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.dataExtraction.enabled | false | view | |
| Analytics.technicalName | IRMRTSCMPNPRCGS | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.modelingPattern | #ANALYTICAL_DIMENSION | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_CUSTOMERRETURNMANAGE | UI_CUSTOMERRETURNMANAGE | V4 | C1 | NOT_RELEASED |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | RetsMgmtCompnProcgStatus | |||
| DomainValue | domvalue_l | |||
| _Text | _Text |
@ObjectModel.representativeKey: 'RetsMgmtCompnProcgStatus'
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@EndUserText.label: 'Returns Mgmt Compensation Processing Status'
@Analytics: { dataCategory: #DIMENSION, dataExtraction.enabled: false, technicalName: 'IRMRTSCMPNPRCGS' }
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION
@ObjectModel.supportedCapabilities: [#ANALYTICAL_DIMENSION,
#CDS_MODELING_ASSOCIATION_TARGET,
#CDS_MODELING_DATA_SOURCE,
#SEARCHABLE_ENTITY,
#SQL_DATA_SOURCE,
#VALUE_HELP_PROVIDER]
@ObjectModel.resultSet.sizeCategory: #XS
@Search.searchable: true
@Consumption.ranked: true
define view entity I_RetsMgmtCompnProcgStatus
as select from
dd07l
association [0..*] to I_RetsMgmtCompnProcgStatusText as _Text on $projection.RetsMgmtCompnProcgStatus = _Text.RetsMgmtCompnProcgStatus
//as _Text on $projection.RetsMgmtCompnProcgStatus = _Text.RetsMgmtCompnProcgStatus
{
//Key
@ObjectModel.text.association: '_Text'
key cast( dd07l.domvalue_l as msr_fin_status ) as RetsMgmtCompnProcgStatus,
@Analytics.hidden: true
@Consumption.hidden: true
@Search.defaultSearchElement: true
@Search.ranking: #HIGH
domvalue_l as DomainValue,
//Associations
_Text
}
where (dd07l.domname = 'MSR_FIN_STATUS') and (dd07l.as4local = 'A') and (dd07l.as4vers = '0000');
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