cancel
Showing results for 
Search instead for 
Did you mean: 

OData V4 Service Catalog

gregorw
SAP Mentor
SAP Mentor
3,334

Hi andre.fischer,

for OData V2 based services on a AS ABAP I can use this Endpoint to read all Services Starting with API:

/sap/opu/odata/IWFND/CATALOGSERVICE;v=2/ServiceCollection/?$format=json&$filter=startswith(TechnicalServiceName, 'API')

or do a count:

/sap/opu/odata/IWFND/CATALOGSERVICE;v=2/ServiceCollection/$count?$filter=startswith(TechnicalServiceName, 'API')

For OData V4 I found something similar with:

/sap/opu/odata4/iwbep/all/default/iwfnd/catalog/0002/ServiceGroups

but this Service has only the EntitySet ServiceGroups and no navigation attributes. So how can I read all the published OData V4 Services via a Service? I know that I can get a list of the services in Transaction /iwfnd/v4_admin via SAP GUI. But I want an API like it is available for OData V2.

Best regards
Gregor

Accepted Solutions (1)

Accepted Solutions (1)

Andre_Fischer
Product and Topic Expert
Product and Topic Expert

Answers (0)