E_TradingDocumentBusinessData

DDL: E_TRADINGDOCUMENTBUSINESSDATA Type: view_entity EXTENSION Package: VDM_LO_GT

Trdg Document Business Data - Extension

E_TradingDocumentBusinessData is a Extension CDS View that provides data about "Trdg Document Business Data - Extension" in SAP S/4HANA. It reads from 1 data source (wbhd) and exposes 3 fields with key fields TradingDocument, TradingDocumentItem, TradingDocumentSubItem. Part of development package VDM_LO_GT.

Data Sources (1)

SourceAliasJoin Type
wbhd Persistence from

Annotations (10)

NameValueLevelField
EndUserText.label Trdg Document Business Data - Extension view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
VDM.viewType #EXTENSION view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MIXED view
AbapCatalog.extensibility.elementSuffix GTB view
AbapCatalog.extensibility.extensible true view
AbapCatalog.extensibility.quota.maximumFields 408 view
AbapCatalog.extensibility.quota.maximumBytes 4080 view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY TradingDocument tkonn Trading Contract
KEY TradingDocumentItem tposn Item Number
KEY TradingDocumentSubItem tposn_sub Subitem

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 E_TradingDocumentBusinessData.
-- 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 E_TradingDocumentBusinessData AS
SELECT
  tkonn AS TradingDocument,
  tposn AS TradingDocumentItem,
  tposn_sub AS TradingDocumentSubItem
FROM wbhd AS Persistence
;