I_TrdgContrFieldCatalogData
Trading Contract field catalog data
I_TrdgContrFieldCatalogData is a Basic CDS View that provides data about "Trading Contract field catalog data" in SAP S/4HANA. It reads from 5 data sources (wbhd, wbhi, wbgt, wbhk, mara) and exposes 17 fields with key fields ContractNum, TradingContractItem.
Data Sources (5)
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ICONTFLDCATALOG | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.type | #INHERITED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #BASIC | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| EndUserText.label | Trading Contract field catalog data | view |
Fields (17)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ContractNum | wbhi | tkonn | Trading Contract |
| KEY | TradingContractItem | wbhi | tposn | Item Number |
| inco1_sdelseendasIncoterms | ||||
| CompanyCode | wbhk | company_code | Company Code | |
| ProfitCenter | wbhi | prctr | Profit Centers | |
| SalesOrganization | wbhk | vkorg | SD Sales Org. | |
| DistributionChannel | wbhk | vtweg | RefDistCh-Cust/Mat. | |
| Division | wbhk | spart | Source supplier | |
| PurchasingOrganization | wbhd | ekorg | Purchasing Org. | |
| PurchasingGroup | wbhd | ekgrp | Sub. purchasing grp | |
| ContractPlant | wbhi | werks | Receiving Plant | |
| ContractMaterial | wbhi | matnr | Vehicle Model | |
| TradingContractType | wbhk | tctyp | Contract Type | |
| ModeOfTransport | nom_hdr | vktra | Single-Character Flag | |
| elifnelseendasCounterparty | ||||
| Commodity | mara | commodity | Commodity Code | |
| MaterialGroup | wbhi | matkl | Product Sold Group |
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 I_TrdgContrFieldCatalogData.
-- 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: ICONTFLDCATALOG
CREATE VIEW I_TrdgContrFieldCatalogData AS
SELECT
ContractItem.tkonn AS ContractNum,
ContractItem.tposn AS TradingContractItem,
case GenericDocInfo.side when 'P' then Business.inco1_mm when 'S' then Business.inco1_sd else '' end as Incoterms AS inco1_sdelseendasIncoterms,
Header.company_code AS CompanyCode,
ContractItem.prctr AS ProfitCenter,
Header.vkorg AS SalesOrganization,
Header.vtweg AS DistributionChannel,
Header.spart AS Division,
Business.ekorg AS PurchasingOrganization,
Business.ekgrp AS PurchasingGroup,
ContractItem.werks AS ContractPlant,
ContractItem.matnr AS ContractMaterial,
Header.tctyp AS TradingContractType,
nom_hdr.vktra AS ModeOfTransport,
case GenericDocInfo.side when 'S' then Header.kunnr when 'P' then Business.elifn else '' end as Counterparty AS elifnelseendasCounterparty,
Material.commodity AS Commodity,
ContractItem.matkl AS MaterialGroup
FROM wbhk AS Header
INNER JOIN wbhi AS ContractItem ON /* join condition not captured in parsed metadata */
INNER JOIN wbgt AS GenericDocInfo ON /* join condition not captured in parsed metadata */
INNER JOIN wbhd AS Business ON /* join condition not captured in parsed metadata */
INNER JOIN mara AS Material ON /* join condition not captured in parsed metadata */
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA