C_CommodityCodeForKeyDateVH

DDL: C_COMMODITYCODEFORKEYDATEVH SQL: CCMDTYCDKDATEVH Type: view CONSUMPTION Package: VDM_SLL_CLS

Commodity Code for Key Date Value Help

C_CommodityCodeForKeyDateVH is a Consumption CDS View that provides data about "Commodity Code for Key Date Value Help" in SAP S/4HANA. It reads from 1 data source (I_CommodityCodeForKeyDate) and exposes 7 fields with key fields TrdClassfctnNmbrSchm, CommodityCode. It is exposed through 5 OData services (ASQL_F2151, ASQL_F2152, ASQL_F2545, ...). Part of development package VDM_SLL_CLS.

Data Sources (1)

SourceAliasJoin Type
I_CommodityCodeForKeyDate I_CommodityCodeForKeyDate from

Parameters (1)

NameTypeDefault
P_KeyDate sll_validon

Annotations (10)

NameValueLevelField
EndUserText.label Commodity Code for Key Date Value Help view
VDM.viewType #CONSUMPTION view
AbapCatalog.sqlViewName CCMDTYCDKDATEVH view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.allowExtensions true view
Search.searchable true view
ObjectModel.usageType.sizeCategory L view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #MIXED view

OData Services (5)

ServiceBindingVersionContractRelease
ASQL_F2151 ASQL_F2151 C2 NOT_RELEASED
ASQL_F2152 ASQL_F2152 C2 NOT_RELEASED
ASQL_F2545 ASQL_F2545 C2 NOT_RELEASED
ASQL_F2792 ASQL_F2792 C2 NOT_RELEASED
ASQL_F2826 ASQL_F2826 C2 NOT_RELEASED

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY TrdClassfctnNmbrSchm TrdClassfctnNmbrSchm
KEY CommodityCode CommodityCode Commodity Code
TrdClassfctnNmbrForOfclDesc TrdClassfctnNmbrForOfclDesc Official Description
TrdClassfctnNmbrSchmCntnt TrdClassfctnNmbrSchmCntnt
ValidityStartDate ValidityStartDate Validity Start Date
_TrdClassfctnNmbrSchm _TrdClassfctnNmbrSchm
_OfficialDesc _OfficialDesc

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_CommodityCodeForKeyDateVH.
-- 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: CCMDTYCDKDATEVH
-- Parameters: P_KeyDate : sll_validon

CREATE VIEW C_CommodityCodeForKeyDateVH AS
SELECT
  TrdClassfctnNmbrSchm,
  CommodityCode,
  TrdClassfctnNmbrForOfclDesc,
  TrdClassfctnNmbrSchmCntnt,
  ValidityStartDate
FROM I_CommodityCodeForKeyDate
;