I_DSP_DLH_Handler
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)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | value | from |
Annotations (3)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | draft lifecycle handler id | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.representativeKey | Status | view |
Fields (1)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA