Access the Query Options
In the context of SADL-based Gateway services, the consumer API for setting the query options is provided by an object of the type if_sadl_gw_query_options.
Context
This object is passed as a parameter of the method if_sadl_gw_query_control ~ set_query_options in the generated *_dpc classes of the SADL-based Gateway services.
METHODS set_query_options IMPORTING iv_entity_set TYPE string io_query_options TYPE REF TO if_sadl_gw_query_options
Applications can use this object in order to read the selection criteria set by the user, or to set their own query options by keeping or overwriting the user query options.
In order to do this, perform the following steps: