A_ACMTrdgContrTolTypeText

DDL: A_ACMTRDGCONTRTOLTYPETEXT Type: view_entity CONSUMPTION

Tolerance Type Text

A_ACMTrdgContrTolTypeText is a Consumption CDS View that provides data about "Tolerance Type Text" in SAP S/4HANA. It reads from 1 data source (R_ACMTrdgContrTolTypeTextTP) and exposes 4 fields with key fields Language, ACMToleranceTypeID.

Data Sources (1)

SourceAliasJoin Type
R_ACMTrdgContrTolTypeTextTP R_ACMTrdgContrTolTypeTextTP projection

Annotations (9)

NameValueLevelField
OData.entityType.name ToleranceText_Type view
ObjectModel.dataCategory #TEXT view
EndUserText.label Tolerance Type Text view
AccessControl.authorizationCheck #CHECK view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MASTER view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY Language Language Report Text Language
KEY ACMToleranceTypeID ACMToleranceTypeID
LanguageISOCode LanguageISOCode Language ISO Code
ToleranceTypeIdText ToleranceTypeIdText

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_ACMTrdgContrTolTypeText.
-- 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_ACMTrdgContrTolTypeText AS
SELECT
  Language,
  ACMToleranceTypeID,
  LanguageISOCode,
  ToleranceTypeIdText
FROM R_ACMTrdgContrTolTypeTextTP
;