I_MDGovChangeRequestGenStatus
MDG Change Request General Status
I_MDGovChangeRequestGenStatus is a Basic CDS View (Dimension) that provides data about "MDG Change Request General Status" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field MDGovChgReqGeneralStatus. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | dd07l | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_MDGovChangeRequestGenStatusT | _MDGovChangeRequestGenStatusT | $projection.MDGovChgReqGeneralStatus = _MDGovChangeRequestGenStatusT.MDGovChgReqGeneralStatus |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IMDGCRGENSTS | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.representativeKey | MDGovChgReqGeneralStatus | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| VDM.viewType | #BASIC | view | |
| EndUserText.label | MDG Change Request General Status | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MDGovChgReqGeneralStatus | Change Request General Status | ||
| _MDGovChangeRequestGenStatusT | _MDGovChangeRequestGenStatusT |
@AbapCatalog.sqlViewName: 'IMDGCRGENSTS'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics.dataCategory: #DIMENSION
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'MDGovChgReqGeneralStatus'
@ObjectModel.usageType: { sizeCategory: #S, dataClass: #CUSTOMIZING, serviceQuality: #C }
@ObjectModel.resultSet.sizeCategory: #XS
@VDM.viewType: #BASIC
@EndUserText.label: 'MDG Change Request General Status'
define view I_MDGovChangeRequestGenStatus
as select from dd07l
association [0..*] to I_MDGovChangeRequestGenStatusT as _MDGovChangeRequestGenStatusT on $projection.MDGovChgReqGeneralStatus = _MDGovChangeRequestGenStatusT.MDGovChgReqGeneralStatus
{
@ObjectModel.text.association: '_MDGovChangeRequestGenStatusT'
@UI.textArrangement: #TEXT_FIRST
@EndUserText.label: 'Change Request General Status'
key cast( left( domvalue_l, 1 ) as analytics_cr_general_status preserving type ) as MDGovChgReqGeneralStatus,
_MDGovChangeRequestGenStatusT
}
where
domname = 'ANALYTICS_CR_GENERAL_STATUS'
and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_MDGOVCHANGEREQUESTGENSTATUST"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/
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