I_MDChangeProcStepTypeT
MD Change Process Step Type Text
I_MDChangeProcStepTypeT is a Basic CDS View that provides data about "MD Change Process Step Type Text" in SAP S/4HANA. It reads from 1 data source (mdc_prc_steptypt) and exposes 4 fields with key fields MDChgProcessStepType, Language. It has 1 association to related views. Part of development package MDC_ANALYTICS.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| mdc_prc_steptypt | mdc_prc_steptypt | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_Language | _Language | _Language.Language = $projection.Language |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IMDCPROCSTEPTYET | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.representativeKey | MDChgProcessStepType | view | |
| VDM.viewType | #BASIC | view | |
| EndUserText.label | MD Change Process Step Type Text | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MDChgProcessStepType | step_type | ||
| KEY | Language | langu | ||
| MDChgProcessStepTypeName | description | MD Change Process Step Type | ||
| _Language | _Language |
@AbapCatalog.sqlViewName: 'IMDCPROCSTEPTYET'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType: { sizeCategory: #S, dataClass: #CUSTOMIZING, serviceQuality: #C }
@ObjectModel: { dataCategory: #TEXT, representativeKey: 'MDChgProcessStepType' }
@VDM.viewType: #BASIC
@EndUserText.label: 'MD Change Process Step Type Text'
define view I_MDChangeProcStepTypeT
as select from mdc_prc_steptypt
association [1..1] to I_Language as _Language on _Language.Language = $projection.Language
{
key step_type as MDChgProcessStepType,
@Semantics.language: true
@ObjectModel.foreignKey.association: '_Language'
key langu as Language,
@EndUserText.label: 'MD Change Process Step Type'
@Semantics.text
description as MDChgProcessStepTypeName,
_Language
}
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