ESH_OD_SERVICES

DDL: ESH_OD_SERVICES Type: unknown

ESH_OD_SERVICES is a CDS View in SAP S/4HANA.

Annotations (2)

NameValueLevelField
OData.entitySet.name Services view
OData.entityType.name Service view

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_SERVICES.
-- 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_SERVICES AS
SELECT
  Id : abap.char( 100 ) ; _Capabilities : association [0..*] to ESH_OD_CAPABILITIES on ESH_OD_SERVICES.Id = ESH_OD_SERVICES.Id; AS Id
;