Filtering URLs Using a Feeder Class

Context

The methods GET_LAUNCHPAD_LIST, GET_URL and GET_URLS provide the parameter IT_FILTER_SELECT_OPTIONS. This parameter allows you to pass parameters to your own feeder class in order to filter the results that will be returned by the API. If you want to use this functionality, you have to perform the following steps:

Procedure

  1. Write a feeder class that implements the interface /UI2/IF_LAUNCHPAD_FEEDER.
    If this interface is implemented, the methods mentioned above can pass the table IT_FILTER_SELECT_OPTIONS to the feeder class.
  2. In the Customizing table view /UI2/LPD_FEEDERV, assign the feeder class to the launchpads (combinations of role and instance) on which you want the filter to apply.