SAP IF_SADL_GW_QUERY_OPTIONS OO Class - Container for Query Options









IF_SADL_GW_QUERY_OPTIONS is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class IF_SADL_GW_QUERY_OPTIONS including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events



Method list of IF_SADL_GW_QUERY_OPTIONS SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
ADD_CONDITION_PROVIDERPublic
CALL METHOD if_sadl_gw_query_options=>ADD_CONDITION_PROVIDER...more details

GET_AGGREGATIONPublic
CALL METHOD if_sadl_gw_query_options=>GET_AGGREGATION...more details

GET_FILTERPublic
CALL METHOD if_sadl_gw_query_options=>GET_FILTER...more details

GET_FILTER_CONDITIONPublic
CALL METHOD if_sadl_gw_query_options=>GET_FILTER_CONDITION...more details

GET_PAGINGPublic
CALL METHOD if_sadl_gw_query_options=>GET_PAGING...more details

GET_REQUESTED_ELEMENTSPublic
CALL METHOD if_sadl_gw_query_options=>GET_REQUESTED_ELEMENTS...more details

GET_SORT_ELEMENTSPublic
CALL METHOD if_sadl_gw_query_options=>GET_SORT_ELEMENTS...more details

GET_TEXT_SEARCH_SCOPEPublic
CALL METHOD if_sadl_gw_query_options=>GET_TEXT_SEARCH_SCOPE...more details

GET_TEXT_SEARCH_TERMPublic
CALL METHOD if_sadl_gw_query_options=>GET_TEXT_SEARCH_TERM...more details

REMOVE_KEYSPublic
CALL METHOD if_sadl_gw_query_options=>REMOVE_KEYS...more details

REMOVE_NAVIGATION_INFOPublic
CALL METHOD if_sadl_gw_query_options=>REMOVE_NAVIGATION_INFO...more details

SET_AGGREGATIONPublic
CALL METHOD if_sadl_gw_query_options=>SET_AGGREGATION...more details

SET_AUTHORITY_PROVIDERPublic
CALL METHOD if_sadl_gw_query_options=>SET_AUTHORITY_PROVIDER...more details

SET_BUSINESS_KEY_FOR_ANALYTICSPublic
CALL METHOD if_sadl_gw_query_options=>SET_BUSINESS_KEY_FOR_ANALYTICS...more details

SET_COUNT_FIELD_NAMEPublic
CALL METHOD if_sadl_gw_query_options=>SET_COUNT_FIELD_NAME...more details

SET_ENTITY_PARAMETERSPublic
CALL METHOD if_sadl_gw_query_options=>SET_ENTITY_PARAMETERS...more details

SET_FILTERPublic
CALL METHOD if_sadl_gw_query_options=>SET_FILTER...more details

SET_LOCALE_DISABLEDPublic
CALL METHOD if_sadl_gw_query_options=>SET_LOCALE_DISABLED...more details

SET_PAGINGPublic
CALL METHOD if_sadl_gw_query_options=>SET_PAGING...more details

SET_REQUESTED_ELEMENTSPublic
CALL METHOD if_sadl_gw_query_options=>SET_REQUESTED_ELEMENTS...more details

SET_SORT_ELEMENTSPublic
CALL METHOD if_sadl_gw_query_options=>SET_SORT_ELEMENTS...more details

SET_TEXT_SEARCH_SCOPEPublic
CALL METHOD if_sadl_gw_query_options=>SET_TEXT_SEARCH_SCOPE...more details

SET_TEXT_SEARCH_SCORE_ALIASPublic
CALL METHOD if_sadl_gw_query_options=>SET_TEXT_SEARCH_SCORE_ALIAS...more details

SET_TEXT_SEARCH_SIMILARITYPublic
CALL METHOD if_sadl_gw_query_options=>SET_TEXT_SEARCH_SIMILARITY...more details

SET_TEXT_SEARCH_TERMPublic
CALL METHOD if_sadl_gw_query_options=>SET_TEXT_SEARCH_TERM...more details



IF_SADL_GW_QUERY_OPTIONS attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
CO_AGGREGATION_TYPEConstantIF_SADL_QUERY_ENGINE_TYPES=>CO_AGGREGATION_TYPELIKE
IF_SADL_QUERY_ENGINE_TYPES=>CO_AGGREGATION_TYPE
Public


Links to Related Class(s)

IF_SADL_...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!