Show TOC

Launchpad Service APILocate this document in the navigation structure

SAP NetWeaver user interface services provide an ABAP API that you can use to retrieve the content of launchpads that have been defined in transaction LPD_CUST. This is the API that is used by the OData-based launchpad service.

The launchpad service API is defined in class /UI2/CL_LAUNCHPAD_DA. In this class, the interface UI2/IF_LAUNCHPAD_ACCESS is implemented.

Method Overview
Table 1: UI2/IF_LAUNCHPAD_ACCESS Methods
Method Description
/UI2/IF_LAUNCHPAD_ACCESS~GET_LAUNCHPAD_LIST
Returns a list of folders and applications for a launchpad.
/UI2/IF_LAUNCHPAD_ACCESS~GET_URL
Returns a single URL with optional parameters.
/UI2/IF_LAUNCHPAD_ACCESS~GET_URLS
Returns multiple URLs with optional parameters.
/UI2/IF_LAUNCHPAD_ACCESS~GET_URLS_MP
Returns multiple URLs with multiple optional parameters.
/UI2/IF_LAUNCHPAD_ACCESS~GET_LAUNCHPAD_CONTENT
Returns a list of launchpad entries below a given folder, or a single entry.