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

C_AsstmtLstTypeTextTemp

DDL: C_ASSTMTLSTTYPETEXTTEMP SQL: CASSMTLSTTYPTXT Type: view CONSUMPTION

Assortment list type text

C_AsstmtLstTypeTextTemp is a Consumption CDS View that provides data about "Assortment list type text" in SAP S/4HANA. It reads from 1 data source (I_AssortmentListTypeT) and exposes 3 fields with key fields AssortmentListType, Language.

Data Sources (1)

SourceAliasJoin Type
I_AssortmentListTypeT I_AssortmentListTypeT from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName CASSMTLSTTYPTXT view
VDM.viewType #CONSUMPTION view
ObjectModel.dataCategory #TEXT view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Assortment list type text view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.representativeKey AssortmentListType view
VDM.lifecycle.status #DEPRECATED view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY AssortmentListType AssortmentListType Astmt List Type
KEY Language Language Report Text Language
Name Description

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_AsstmtLstTypeTextTemp.
-- 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: CASSMTLSTTYPTXT

CREATE VIEW C_AsstmtLstTypeTextTemp AS
SELECT
  AssortmentListType,
  Language,
  cast ( AssortmentListTypeName as assortmentlisttypetext preserving type ) AS Name
FROM I_AssortmentListTypeT
;