I_MDCHGPROCESSTYPEDESCRIPTION

CDS View

MDC Process Type Description

I_MDCHGPROCESSTYPEDESCRIPTION is a CDS View in S/4HANA. MDC Process Type Description. It contains 2 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_MDChgProcessTypeText view union COMPOSITE MD Change Process Type - Text

Fields (2)

KeyField CDS FieldsUsed in Views
KEY Language Language 1
MDChgProcessTypeDesc MDChgProcessTypeDesc 1
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'MDC Process Type Description'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #X,
  sizeCategory: #S,
  dataClass: #MIXED
}
@VDM.viewType: #BASIC
define view entity I_MDChgProcessTypeDescription
  as select from mdc_prctypt
{
  key id          as MDChgProcessTypeID,
  key langu       as Language,
      description as MDChgProcessTypeDesc
}