Deprecated
This CDS view is deprecated in S/4HANA. Use I_LabelTypeText instead. View all deprecated CDS views →

C_Labeltypetexttemp

DDL: C_LABELTYPETEXTTEMP SQL: CLABELTYPETEXT Type: view CONSUMPTION

Label type text

C_Labeltypetexttemp is a Consumption CDS View that provides data about "Label type text" in SAP S/4HANA. It reads from 1 data source (t6wl5) and exposes 3 fields with key fields LabelType, Language.

Data Sources (1)

SourceAliasJoin Type
t6wl5 t6wl5 from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName CLABELTYPETEXT view
ObjectModel.dataCategory #TEXT view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.status #DEPRECATED view
VDM.lifecycle.successor I_LabelTypeText view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey LabelType view
EndUserText.label Label type text view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY LabelType etiar Label type
KEY Language t6wl5 spras Off. Language
Name etitx Text

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 C_Labeltypetexttemp.
-- 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: CLABELTYPETEXT

CREATE VIEW C_Labeltypetexttemp AS
SELECT
  etiar AS LabelType,
  t6wl5.spras AS Language,
  etitx AS Name
FROM t6wl5
;