I_InvgCsMArchivingStatusText

DDL: I_INVGCSMARCHIVINGSTATUSTEXT SQL: IICMARCHSTSTXT Type: view BASIC

Basic view for Archiving status

I_InvgCsMArchivingStatusText is a Basic CDS View that provides data about "Basic view for Archiving status" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields SAPDataDictionaryDomain, DomainValue, DomainValuePosition.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName IICMARCHSTSTXT view
VDM.viewType #BASIC view
AbapCatalog.compiler.compareFilter true view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.preserveKey true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
EndUserText.label Basic view for Archiving status view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY SAPDataDictionaryDomain domname Domain
KEY DomainValue domvalue_l Lower Value
KEY DomainValuePosition valpos Value key
DomainValueName ddtext Short text
Language ddlanguage Lang.

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_InvgCsMArchivingStatusText.
-- 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.
-- SQL view name: IICMARCHSTSTXT

CREATE VIEW I_InvgCsMArchivingStatusText AS
SELECT
  domname AS SAPDataDictionaryDomain,
  domvalue_l AS DomainValue,
  valpos AS DomainValuePosition,
  ddtext AS DomainValueName,
  ddlanguage AS Language
FROM dd07t
;