I_MDCHGPROCTYPEDESCRAPCUSTOM
Customizable Restful ABAP based Process Type Description
I_MDCHGPROCTYPEDESCRAPCUSTOM is a CDS View in S/4HANA. Customizable Restful ABAP based Process Type Description. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_MDChgProcessTypeText | view | from | COMPOSITE | MD Change Process Type - Text |
@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
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"MDC_PRCTYPCT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/