ESH_OD_TERMMAPPINGLISTS

DDL: ESH_OD_TERMMAPPINGLISTS Type: unknown

ESH_OD_TERMMAPPINGLISTS is a CDS View in SAP S/4HANA. It is exposed through 1 OData service (ESH_INT_ODATA_CLIENT).

Annotations (2)

NameValueLevelField
OData.entitySet.name TermMappingLists view
OData.entityType.name TermMappingList view

OData Services (1)

ServiceBindingVersionContractRelease
ESH_INT_ODATA_CLIENT

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY Id

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 ESH_OD_TERMMAPPINGLISTS.
-- 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 ESH_OD_TERMMAPPINGLISTS AS
SELECT
  TermMappingTable : abap.char( 100 ) ; key Id : abap.char( 100 ) ; key LanguageCode : abap.char( 100 ) ; Package1 : abap.string( 0 ) ; ListDescr : abap.string( 0 ) ; SearchSemanticsID : abap.string( 0 ) ; IsEditable : abap_boolean ; _Semantics : association [0..*] to ESH_OD_SEARCHSEMANTICS on ESH_OD_TERMMAPPINGLISTS.Id = ESH_OD_TERMMAPPINGLISTS.Id; _TermMappings : association [0..*] to ESH_OD_TERMMAPPINGS on ESH_OD_TERMMAPPINGLISTS.Id = ESH_OD_TERMMAPPINGLISTS.Id; AS Id
;