A_SrcgCndnCommodityMapping

DDL: A_SRCGCNDNCOMMODITYMAPPING Type: view_entity BASIC Package: LOG_CMM_PRC_PUR_HUB_SRCG_BASE

Sourcing Condition Commodity Mapping

A_SrcgCndnCommodityMapping is a Basic CDS View that provides data about "Sourcing Condition Commodity Mapping" in SAP S/4HANA. It reads from 1 data source (I_SrcgCndnCommodityMapping) and exposes 2 fields with key field ConditionType. It is exposed through 1 OData service (API_PROCMTCNDNCMMDTYMAPPG). Part of development package LOG_CMM_PRC_PUR_HUB_SRCG_BASE.

Data Sources (1)

SourceAliasJoin Type
I_SrcgCndnCommodityMapping I_SrcgCndnCommodityMapping projection

Annotations (10)

NameValueLevelField
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
AccessControl.authorizationCheck #NOT_REQUIRED view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
Search.searchable true view
EndUserText.label Sourcing Condition Commodity Mapping view
OData.entityType.name SrcgCndnCommodityMapping_Type view

OData Services (1)

ServiceBindingVersionContractRelease
API_PROCMTCNDNCMMDTYMAPPG API_PROCMTCNDNCMMDTYMAPPG V4 C2 NOT_RELEASED

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ConditionType ConditionType Condition type
Commodity Commodity Commodity Code

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 A_SrcgCndnCommodityMapping.
-- 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.

CREATE VIEW A_SrcgCndnCommodityMapping AS
SELECT
  ConditionType,
  Commodity
FROM I_SrcgCndnCommodityMapping
;