R_ACMTrdgContrCmmdtyTxtTP

DDL: R_ACMTRDGCONTRCMMDTYTXTTP SQL: RACMCMMDTYTEXTTP Type: view TRANSACTIONAL

Contract Commodity Description

R_ACMTrdgContrCmmdtyTxtTP is a Transactional CDS View that provides data about "Contract Commodity Description" in SAP S/4HANA. It reads from 1 data source (I_ACMTrdgContrCmmdtyTxt) and exposes 6 fields with key fields Commodity, Language.

Data Sources (1)

SourceAliasJoin Type
I_ACMTrdgContrCmmdtyTxt I_ACMTrdgContrCmmdtyTxt from

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName RACMCMMDTYTEXTTP view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label Contract Commodity Description view
VDM.viewType #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MASTER view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
ObjectModel.dataCategory #TEXT view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY Commodity Commodity Commodity Code
KEY Language Language Report Text Language
CommodityName CommodityName User Group
LanguageISOCode LanguageISOCode Language ISO Code
_Commodity _Commodity
_Language _Language

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 R_ACMTrdgContrCmmdtyTxtTP.
-- 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: RACMCMMDTYTEXTTP

CREATE VIEW R_ACMTrdgContrCmmdtyTxtTP AS
SELECT
  Commodity,
  Language,
  CommodityName,
  LanguageISOCode
FROM I_ACMTrdgContrCmmdtyTxt
;