A_ACMTrdgContrHdrTextDet

DDL: A_ACMTRDGCONTRHDRTEXTDET Type: view_entity CONSUMPTION

Header Text

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

Data Sources (1)

SourceAliasJoin Type
R_ACMTrdgContrHdrTextDetTP R_ACMTrdgContrHdrTextDetTP projection

Annotations (8)

NameValueLevelField
OData.entityType.name TradingContractHeaderText_Type view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
EndUserText.label Header Text view
AccessControl.authorizationCheck #CHECK view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY TradingContractNumber TradingContractNumber Trading Contract
KEY TextObjectType TextObjectType Text ID
TextObjectCategory TextObjectCategory Text object
ExternalRelevance ExternalRelevance
char1333

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_ACMTrdgContrHdrTextDet.
-- 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_ACMTrdgContrHdrTextDet AS
SELECT
  TradingContractNumber,
  TextObjectType,
  TextObjectCategory,
  ExternalRelevance,
  virtual TextDescription : abap.char(1333) AS char1333
FROM R_ACMTrdgContrHdrTextDetTP
;