I_DSP_DLH_Handler

DDL: I_DSP_DLH_HANDLER Type: view_entity

draft lifecycle handler id

I_DSP_DLH_Handler is a CDS View that provides data about "draft lifecycle handler id" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 1 field with key field Status.

Data Sources (1)

SourceAliasJoin Type
dd07l value from

Annotations (3)

NameValueLevelField
EndUserText.label draft lifecycle handler id view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey Status view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY Status domvalue_l
@EndUserText.label: 'draft lifecycle handler id'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.representativeKey: 'Status'

/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ] }*/
define view entity I_DSP_DLH_Handler
  as select from dd07l as value
//  association [0..*] to I_DSP_DLH_HANDLER_ID_TEXT as _Text on _Text.Status = $projection.Status


{
//      @ObjectModel.text.association: '_Text'

  key domvalue_l as Status
//      _Text

}
where
      value.domname  = 'SDSP_DLH_FAIL_CAUSE'
  and value.as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/