Basic URIs

Service Root URI

The service root URI for the launchpad service contains the server, port and service name, for example as follows:

URL: http://<server>:<port>/sap/opu/odata/UI2/LAUNCHPAD/

Service Document

You get the service document by adding the URL parameter ?$format=xml to the service root URI.

URL: http://<server>:<port>/sap/opu/odata/UI2/LAUNCHPAD/?$format=xml

Metadata Document

To get the metadata document, add $metadata to the service root URI.

URL: http://<server>:<port>/sap/opu/odata/UI2/LAUNCHPAD/$metadata

Navigating in the Service Document

For your convenience, if you add the URL parameter sap-ds-debug=true, the hrefs in the document are displayed as links. This allows you to easily navigate in the document structure.

URL: http://<server>:<port>/sap/opu/odata/UI2/LAUNCHPAD/?$format=xml&sap-ds-debug=true