I_DocumentAIScmaSubscrpnStsVH

DDL: I_DOCUMENTAISCMASUBSCRPNSTSVH Type: view_entity

Document AI Schema Subscription Status

I_DocumentAIScmaSubscrpnStsVH is a CDS View that provides data about "Document AI Schema Subscription Status" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 2 fields with key field DocAIScmaSubscrpnStsCode.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Annotations (5)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Document AI Schema Subscription Status view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view
ObjectModel.resultSet.sizeCategory #XS view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY DocAIScmaSubscrpnStsCode domvalue_l Lower Value
DocAIScmaSubscrpnStsText ddtext Status

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view I_DocumentAIScmaSubscrpnStsVH.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.

CREATE VIEW I_DocumentAIScmaSubscrpnStsVH AS
SELECT
  domvalue_l AS DocAIScmaSubscrpnStsCode,
  ddtext AS DocAIScmaSubscrpnStsText
FROM dd07t
;