I_DocAIInbDocEvtExecStsTxt

DDL: I_DOCAIINBDOCEVTEXECSTSTXT Type: view_entity Package: S_APS_IIP_MODEL_SCHR

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)

SourceAliasJoin Type
dd07t dd07t from

Annotations (3)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Document Event Execution Status Text view
Metadata.ignorePropagatedAnnotations true view

Fields (2)

KeyFieldSource TableSource FieldDescription
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';