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

C_ListingProcedTextTemp

DDL: C_LISTINGPROCEDTEXTTEMP SQL: CLISTPROCEDTEXT Type: view CONSUMPTION

Listing procedure text

C_ListingProcedTextTemp is a Consumption CDS View that provides data about "Listing procedure text" in SAP S/4HANA. It reads from 1 data source (twlvt) and exposes 3 fields with key fields StoreListingProcedure, Language.

Data Sources (1)

SourceAliasJoin Type
twlvt twlvt from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName CLISTPROCEDTEXT view
ObjectModel.dataCategory #TEXT view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.status #DEPRECATED view
VDM.lifecycle.successor I_ListingProcedureT view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey StoreListingProcedure view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
EndUserText.label Listing procedure text view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY StoreListingProcedure lstfl LP for Stores
KEY Language spras Off. Language
Name vtext Wgh.Dat.Ty.Txt.

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_ListingProcedTextTemp.
-- 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: CLISTPROCEDTEXT

CREATE VIEW C_ListingProcedTextTemp AS
SELECT
  lstfl AS StoreListingProcedure,
  spras AS Language,
  vtext AS Name
FROM twlvt
;