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

C_Cnsignmtctrltexttemp

DDL: C_CNSIGNMTCTRLTEXTTEMP SQL: CCNSIGNMTCTRLTXT Type: view CONSUMPTION

Consignment Control Text View

C_Cnsignmtctrltexttemp is a Consumption CDS View that provides data about "Consignment Control Text View" in SAP S/4HANA. It reads from 1 data source (wrft_cons_procgt) and exposes 3 fields with key fields ConsignmentControl, Language.

Data Sources (1)

SourceAliasJoin Type
wrft_cons_procgt wrft_cons_procgt from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName CCNSIGNMTCTRLTXT view
ObjectModel.dataCategory #TEXT view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.status #DEPRECATED view
VDM.lifecycle.successor I_ConsignmentControlText view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Consignment Control Text View view
ObjectModel.representativeKey ConsignmentControl view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY ConsignmentControl wrf_cons_procg Consign.Control
KEY Language spras Off. Language
Name wrf_cons_descr Name

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_Cnsignmtctrltexttemp.
-- 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: CCNSIGNMTCTRLTXT

CREATE VIEW C_Cnsignmtctrltexttemp AS
SELECT
  wrf_cons_procg AS ConsignmentControl,
  spras AS Language,
  wrf_cons_descr AS Name
FROM wrft_cons_procgt
;