R_ConfigblCodesCatalogTextTP

DDL: R_CONFIGBLCODESCATALOGTEXTTP Type: view_entity TRANSACTIONAL

Catalog of Configurable Codes - Text

R_ConfigblCodesCatalogTextTP is a Transactional CDS View that provides data about "Catalog of Configurable Codes - Text" in SAP S/4HANA. It reads from 1 data source (I_ConfigblCodesCatalogText) and exposes 4 fields with key fields ConfigurableCodesCatalog, Language.

Data Sources (1)

SourceAliasJoin Type
I_ConfigblCodesCatalogText I_ConfigblCodesCatalogText from

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label Catalog of Configurable Codes - Text view
ObjectModel.dataCategory #TEXT view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
ObjectModel.representativeKey ConfigurableCodesCatalog view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY ConfigurableCodesCatalog ConfigurableCodesCatalog Catalog
KEY Language Language Report Text Language
ConfigblCodesCatalogTxt ConfigblCodesCatalogTxt Short text
_ConfigurableCodesCatalog _ConfigurableCodesCatalog

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 R_ConfigblCodesCatalogTextTP.
-- 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 R_ConfigblCodesCatalogTextTP AS
SELECT
  ConfigurableCodesCatalog,
  Language,
  ConfigblCodesCatalogTxt
FROM I_ConfigblCodesCatalogText
;