A_ACMTrdgContrHdrTxtTP

DDL: A_ACMTRDGCONTRHDRTXTTP Type: view_entity CONSUMPTION

Contract Header Text

A_ACMTrdgContrHdrTxtTP is a Consumption CDS View that provides data about "Contract Header Text" in SAP S/4HANA. It reads from 1 data source (R_ACMTrdgContrHdrTxtTP) and exposes 6 fields with key fields TradingContractNumber, TextObjectType, Language.

Data Sources (1)

SourceAliasJoin Type
R_ACMTrdgContrHdrTxtTP R_ACMTrdgContrHdrTxtTP projection

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Contract Header Text view
Metadata.ignorePropagatedAnnotations true view
OData.entityType.name ContractHeaderText_Type view
AccessControl.personalData.blocking #NOT_REQUIRED view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #TRANSACTIONAL view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY TradingContractNumber TradingContractNumber Trading Contract
KEY TextObjectType TextObjectType Text ID
KEY Language Language Report Text Language
DomainText DomainText Short Description
TextObjectCategory TextObjectCategory Text object
ExternalRelevance ExternalRelevance

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_ACMTrdgContrHdrTxtTP.
-- 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_ACMTrdgContrHdrTxtTP AS
SELECT
  TradingContractNumber,
  TextObjectType,
  Language,
  DomainText,
  TextObjectCategory,
  ExternalRelevance
FROM R_ACMTrdgContrHdrTxtTP
;