I_MDChgProcessStepType
MD Change Process Step Type
I_MDChgProcessStepType is a Basic CDS View that provides data about "MD Change Process Step Type" in SAP S/4HANA. It reads from 1 data source (mdc_prc_steptyp) and exposes 2 fields with key field MDChgProcessStepType. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| mdc_prc_steptyp | mdc_prc_steptyp | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_MDChangeProcStepTypeT | _MDChgProcStepTypeT | _MDChgProcStepTypeT.MDChgProcessStepType = $projection.MDChgProcessStepType |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IMDCPROCSTEPTYPE | 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.representativeKey | MDChgProcessStepType | view | |
| VDM.viewType | #BASIC | view | |
| EndUserText.label | MD Change Process Step Type | view | |
| Search.searchable | true | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MDChgProcessStepType | step_type | Change Process Step Type Code | |
| _MDChgProcStepTypeT | _MDChgProcStepTypeT |
@AbapCatalog.sqlViewName: 'IMDCPROCSTEPTYPE'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType: { sizeCategory: #S, dataClass: #CUSTOMIZING, serviceQuality: #C }
@ObjectModel.representativeKey: 'MDChgProcessStepType'
@VDM.viewType: #BASIC
@EndUserText.label: 'MD Change Process Step Type'
@Search.searchable: true
define view I_MDChgProcessStepType
as select from mdc_prc_steptyp
association [0..*] to I_MDChangeProcStepTypeT as _MDChgProcStepTypeT on _MDChgProcStepTypeT.MDChgProcessStepType = $projection.MDChgProcessStepType
{
@ObjectModel.text.association: '_MDChgProcStepTypeT'
@EndUserText.label: 'Change Process Step Type Code'
@Search:{ defaultSearchElement: true, fuzzinessThreshold: 0.95, ranking: #HIGH}
key step_type as MDChgProcessStepType,
/* Associations */
//I_MDChgProcessStepType
_MDChgProcStepTypeT
}
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