I_MDChgProcessStepType

DDL: I_MDCHGPROCESSSTEPTYPE SQL: IMDCPROCSTEPTYPE Type: view BASIC

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)

SourceAliasJoin Type
mdc_prc_steptyp mdc_prc_steptyp from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_MDChangeProcStepTypeT _MDChgProcStepTypeT _MDChgProcStepTypeT.MDChgProcessStepType = $projection.MDChgProcessStepType

Annotations (11)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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

}