I_MDCHGPROCTYPEDESCRAPBASED

CDS View

MDC Process Type Description Restful ABAP based

I_MDCHGPROCTYPEDESCRAPBASED is a CDS View in S/4HANA. MDC Process Type Description Restful ABAP based. 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 Restful ABAP based'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #X,
  sizeCategory: #S,
  dataClass: #MIXED
}
@VDM.viewType: #BASIC
define view entity I_MDChgProcTypeDescRapBased
  as select from mdc_prctypet
{
  key id          as MDChgProcessTypeID,
  key langu       as Language,
      description as MDChgProcessTypeDesc
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"MDC_PRCTYPET"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/