I_ACMTrdgContrTextObjTypeTxt

DDL: I_ACMTRDGCONTRTEXTOBJTYPETXT SQL: ICONTRTXTOBJTEXT Type: view BASIC

Master Data for ACM Trading Contract - Text

I_ACMTrdgContrTextObjTypeTxt is a Basic CDS View that provides data about "Master Data for ACM Trading Contract - Text" in SAP S/4HANA. It reads from 1 data source (I_TextObjectTypeText) and exposes 5 fields with key fields TextObjectCategory, TextObjectType, Language.

Data Sources (1)

SourceAliasJoin Type
I_TextObjectTypeText I_TextObjectTypeText from

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName ICONTRTXTOBJTEXT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
ObjectModel.dataCategory #TEXT view
AccessControl.authorizationCheck #CHECK view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #L view
EndUserText.label Master Data for ACM Trading Contract - Text view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY TextObjectCategory TextObjectCategory Text object
KEY TextObjectType TextObjectType Text ID
KEY Language Language Report Text Language
TextObjectTypeName TextObjectTypeName Description
_ACMTextObject _ACMTextObject

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_ACMTrdgContrTextObjTypeTxt.
-- 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: ICONTRTXTOBJTEXT

CREATE VIEW I_ACMTrdgContrTextObjTypeTxt AS
SELECT
  TextObjectCategory,
  TextObjectType,
  Language,
  TextObjectTypeName
FROM I_TextObjectTypeText
;