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

C_CtlgDeltnIndStsValHelp

DDL: C_CTLGDELTNINDSTSVALHELP SQL: CCTLGDELTNSTSVH Type: view CONSUMPTION

Catalog Item Status Consumption View

C_CtlgDeltnIndStsValHelp is a Consumption CDS View that provides data about "Catalog Item Status Consumption View" in SAP S/4HANA. It reads from 1 data source (I_ProcmtCatalogItemStatus) and exposes 2 fields with key field OpnCtlgItemStatusID.

Data Sources (1)

SourceAliasJoin Type
I_ProcmtCatalogItemStatus I_ProcmtCatalogItemStatus from

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName CCTLGDELTNSTSVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Catalog Item Status Consumption View view
VDM.viewType #CONSUMPTION view
Search.searchable true view
ObjectModel.semanticKey OpnCtlgItemStatusID view
ObjectModel.representativeKey OpnCtlgItemStatusID view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.resultSet.sizeCategory #XS view
VDM.lifecycle.status #DEPRECATED view
VDM.lifecycle.successor I_ProcmtCatalogItemStatus view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY OpnCtlgItemStatusID OpnCtlgItemStatusID
OpnCtlgStatusText

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_CtlgDeltnIndStsValHelp.
-- 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: CCTLGDELTNSTSVH

CREATE VIEW C_CtlgDeltnIndStsValHelp AS
SELECT
  OpnCtlgItemStatusID,
  _Text[1: Language = $session.system_language ].OpnCtlgStatusText AS OpnCtlgStatusText
FROM I_ProcmtCatalogItemStatus
;