I_MDCHGPROCTYPEDESCRAPCUSTOM

CDS View

Customizable Restful ABAP based Process Type Description

I_MDCHGPROCTYPEDESCRAPCUSTOM is a CDS View in S/4HANA. Customizable Restful ABAP based Process Type Description. It contains 3 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_MDChgProcessTypeText view from COMPOSITE MD Change Process Type - Text

Fields (3)

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