I_DocAIInbDocEvtExecStsTxt
Document Event Execution Status Text
I_DocAIInbDocEvtExecStsTxt is a CDS View that provides data about "Document Event Execution Status Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 2 fields. Part of development package S_APS_IIP_MODEL_SCHR.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Annotations (3)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Document Event Execution Status Text | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| InbDocEvtProcgExecStatusCode | domvalue_l | |||
| InbDocEvtProcgExecStsTxt | ddtext |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Document Event Execution Status Text'
@Metadata.ignorePropagatedAnnotations: true
define view entity I_DocAIInbDocEvtExecStsTxt
as select from dd07t
{
@ObjectModel.text.element: [ 'InbDocEvtProcgExecStsTxt' ]
domvalue_l as InbDocEvtProcgExecStatusCode,
@Semantics.text: true
ddtext as InbDocEvtProcgExecStsTxt
}
where
domname = 'IIP_DOCU_EXEC_STATUS'
and ddlanguage = $session.system_language
and as4local = 'A'
and as4vers = '0000';
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