I_TrdgContrSupplier

DDL: I_TRDGCONTRSUPPLIER SQL: ITRDGCONTRSUPLR Type: view BASIC

Trading Contract Supplier Description

I_TrdgContrSupplier is a Basic CDS View that provides data about "Trading Contract Supplier Description" in SAP S/4HANA. It reads from 1 data source (lfa1) and exposes 2 fields with key field SupplierName.

Data Sources (1)

SourceAliasJoin Type
lfa1 lfa1 from

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName ITRDGCONTRSUPLR view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
ClientHandling.type #INHERITED view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #BASIC view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
EndUserText.label Trading Contract Supplier Description view
AccessControl.personalData.blocking #NOT_REQUIRED view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.representativeKey SupplierName view
ObjectModel.supportedCapabilities #VALUE_HELP_PROVIDER view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY SupplierName lifnr Vendor no.
Language spras Off. 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 I_TrdgContrSupplier.
-- 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: ITRDGCONTRSUPLR

CREATE VIEW I_TrdgContrSupplier AS
SELECT
  lifnr AS SupplierName,
  spras AS Language
FROM lfa1
;