I_AdvncdReturnsMgmtProcBasic
Advanced Returns Mgmt Process Basic
I_AdvncdReturnsMgmtProcBasic is a Basic CDS View that provides data about "Advanced Returns Mgmt Process Basic" in SAP S/4HANA. It reads from 1 data source (msr_d_head) and exposes 4 fields with key field RetsMgmtProcess. It has 1 association to related views. Part of development package VDM_ARM_BASICS.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| msr_d_head | Header | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_ReturnsDocumentType | _ReturnsDocumentType | $projection.ReturnsDocumentType = _ReturnsDocumentType.ReturnsDocumentType |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IARMPROCBASIC | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Analytics.dataExtraction.enabled | false | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | Advanced Returns Mgmt Process Basic | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| VDM.viewType | #BASIC | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | RetsMgmtProcess | msr_id | ||
| ReturnsDocumentType | doc_type | |||
| ReturnsDocument | doc_nr | |||
| _ReturnsDocumentType | _ReturnsDocumentType |
@AbapCatalog.sqlViewName: 'IARMPROCBASIC'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics.dataExtraction.enabled: false
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Advanced Returns Mgmt Process Basic'
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #L
@VDM.viewType: #BASIC
define view I_AdvncdReturnsMgmtProcBasic
as select from msr_d_head as Header
association [0..1] to I_ReturnsDocumentType as _ReturnsDocumentType on $projection.ReturnsDocumentType = _ReturnsDocumentType.ReturnsDocumentType
{
//Key
key msr_id as RetsMgmtProcess,
@ObjectModel.foreignKey.association: '_ReturnsDocumentType'
doc_type as ReturnsDocumentType,
doc_nr as ReturnsDocument,
//Associations
_ReturnsDocumentType
}
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