Show TOC

Method GET_LAUNCHPAD_CONTENTLocate this document in the navigation structure

Method /UI2/IF_LAUNCHPAD_ACCESS~GET_LAUNCHPAD_CONTENT

Returns a list of launchpad entries below a given folder, or a single entry. The list can contain folders, applications, or both.

This method is used in the OData-based launchpad service provided by SAP NetWeaver user interface services.

Table 1: Parameters
Parameter Type ABAP Type Description
IV_PARENT_ID Importing STRING ID of a launchpad entry

Specify this parameter to retrieve all children of a folder.

IV_ID Importing STRING ID of a launchpad entry

Specify this parameter to retrieve a specific launchpad entry.

IV_TYPE Importing STRING If set, restricts the type of launchpad entries to be retrieved:
  • 'FL': folders only
  • 'URL': application URLs only
IT_FILTER_SELECT_OPTIONS Importing /IWBEP/T_MGW_SELECT_OPTION Select options

The value is passed to the feeder class of the launchpad. In order to use the filter, the interface /ui2/if_launchpad_feeder must be implemented in the feeder class.

ET_URL Exporting /UI2/IF_LAUNCHPAD_ACCESS=>T_LPAD_TREE List of launchpad entries