SAP CL_BSP_WD_ADVSEARCH_CONTROLLER OO Class - Special Controller for Dynamic Search Views









CL_BSP_WD_ADVSEARCH_CONTROLLER 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 CL_BSP_WD_ADVSEARCH_CONTROLLER including details of:

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

Inheritance

This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CL_BSP_WD_ADVSEARCH_CONTROLLER is CL_BSP_WD_VIEW_CONTROLLER

Method list of CL_BSP_WD_ADVSEARCH_CONTROLLER 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_SAMPLE_SEARCH_CRITERIAGeneriere Beispiel Kriterien für BOL QueryProtected
CALL METHOD cl_bsp_wd_advsearch_controller=>ADD_SAMPLE_SEARCH_CRITERIA...more details

ADD_STATES_OF_NEW_ROWSAdd state of new rowsPrivate
CALL METHOD cl_bsp_wd_advsearch_controller=>ADD_STATES_OF_NEW_ROWS...more details

ADJUST_SEARCH_CRITERIA_VALUESAdjust Search CriteriaProtected
CALL METHOD cl_bsp_wd_advsearch_controller=>ADJUST_SEARCH_CRITERIA_VALUES...more details

ASSURE_MAX_LIMIT_OF_ROWSCheck against max row number and reduce if necessaryPrivate
CALL METHOD cl_bsp_wd_advsearch_controller=>ASSURE_MAX_LIMIT_OF_ROWS...more details

CLASS_CONSTRUCTORPublic
CALL METHOD cl_bsp_wd_advsearch_controller=>CLASS_CONSTRUCTOR...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD cl_bsp_wd_advsearch_controller=>CONSTRUCTOR...more details

DETERMINE_ADJUSTMENTSProtected
CALL METHOD cl_bsp_wd_advsearch_controller=>DETERMINE_ADJUSTMENTS...more details

DO_PREPARE_OUTPUT_RECURSIVELYCall DO_PREPARE_OUTPUT recursivelyProtected
CALL METHOD cl_bsp_wd_advsearch_controller=>DO_PREPARE_OUTPUT_RECURSIVELY...more details

EH_ONTHTMLBADVSADDLINETOGRPProtected
CALL METHOD cl_bsp_wd_advsearch_controller=>EH_ONTHTMLBADVSADDLINETOGRP...more details

EH_ONTHTMLBADVSCHANGEFIELDNAMEProtected
CALL METHOD cl_bsp_wd_advsearch_controller=>EH_ONTHTMLBADVSCHANGEFIELDNAME...more details

EH_ONTHTMLBADVSCOPYLINEProtected
CALL METHOD cl_bsp_wd_advsearch_controller=>EH_ONTHTMLBADVSCOPYLINE...more details

EH_ONTHTMLBADVSHANDLEPASTEProcess pasting search criteriaProtected
CALL METHOD cl_bsp_wd_advsearch_controller=>EH_ONTHTMLBADVSHANDLEPASTE...more details

EH_ONTHTMLBADVSREMOVEGROUPProtected
CALL METHOD cl_bsp_wd_advsearch_controller=>EH_ONTHTMLBADVSREMOVEGROUP...more details

EH_ONTHTMLBADVSREMOVELINEProtected
CALL METHOD cl_bsp_wd_advsearch_controller=>EH_ONTHTMLBADVSREMOVELINE...more details

EVALUATE_P_GETTERSEvaluate attribute propertiesProtected
CALL METHOD cl_bsp_wd_advsearch_controller=>EVALUATE_P_GETTERS...more details

GET_ADJUSTMENTSProtected
CALL METHOD cl_bsp_wd_advsearch_controller=>GET_ADJUSTMENTS...more details

GET_BOS_ONE_GROUPGet table of BOs correspondinf to one groupProtected
CALL METHOD cl_bsp_wd_advsearch_controller=>GET_BOS_ONE_GROUP...more details

GET_CONFIGURATION_DATAReturns the object type-subtype from configurationPublic
CALL METHOD cl_bsp_wd_advsearch_controller=>GET_CONFIGURATION_DATA...more details

GET_CURRENT_DQUERYDelivers Current Dynamic Query ServiceProtected
CALL METHOD cl_bsp_wd_advsearch_controller=>GET_CURRENT_DQUERY...more details

GET_CURRENT_UI_OBJECT_TYPEReturns the required UI object type for external navigationPublic
CALL METHOD cl_bsp_wd_advsearch_controller=>GET_CURRENT_UI_OBJECT_TYPE...more details

GET_DQUERY_CNODEProtected
CALL METHOD cl_bsp_wd_advsearch_controller=>GET_DQUERY_CNODE...more details

GET_DQUERY_CNODE_NAMEProtected
CALL METHOD cl_bsp_wd_advsearch_controller=>GET_DQUERY_CNODE_NAME...more details

GET_DQUERY_DEFINITIONSDelivers Definitions for Current QueryPublic
CALL METHOD cl_bsp_wd_advsearch_controller=>GET_DQUERY_DEFINITIONS...more details

GET_HIDDEN_APPL_CRITERIAFetch application search criteria hidden from search formPublic
CALL METHOD cl_bsp_wd_advsearch_controller=>GET_HIDDEN_APPL_CRITERIA...more details

GET_PASTE_ROW_LIMITDetermine the maximal number of rows allowed for pastingPrivate
CALL METHOD cl_bsp_wd_advsearch_controller=>GET_PASTE_ROW_LIMIT...more details

GET_POSSIBLE_FIELDSDelivers All Possible Search Fields (According to Config.)Public
CALL METHOD cl_bsp_wd_advsearch_controller=>GET_POSSIBLE_FIELDS...more details

ON_BEFORE_VIEW_RENDEREDPrivate
CALL METHOD cl_bsp_wd_advsearch_controller=>ON_BEFORE_VIEW_RENDERED...more details

ON_CONFIG_DATA_CHANGEDHandle Change in Configuration DataProtected
CALL METHOD cl_bsp_wd_advsearch_controller=>ON_CONFIG_DATA_CHANGED...more details

ON_DQUERY_CHANGEDPrivate
CALL METHOD cl_bsp_wd_advsearch_controller=>ON_DQUERY_CHANGED...more details

ON_QUERY_EXECUTEDPrivate
CALL METHOD cl_bsp_wd_advsearch_controller=>ON_QUERY_EXECUTED...more details

REMOVE_SELECTION_CRITERIARemove selection criteria from QueryPublic
CALL METHOD cl_bsp_wd_advsearch_controller=>REMOVE_SELECTION_CRITERIA...more details

REMOVE_STATES_OF_DELETED_ROWSRemove state of deleted rowsPrivate
CALL METHOD cl_bsp_wd_advsearch_controller=>REMOVE_STATES_OF_DELETED_ROWS...more details

SET_ADV_RESTORESet to true 4 breadcrumb nav in DO_VIEW_INIT_ON_RESTOREProtected
CALL METHOD cl_bsp_wd_advsearch_controller=>SET_ADV_RESTORE...more details

SET_DQ_PROCESSEDSets the flag DQ_PROCESSEDProtected
CALL METHOD cl_bsp_wd_advsearch_controller=>SET_DQ_PROCESSED...more details

SET_INIT_QSProtected
CALL METHOD cl_bsp_wd_advsearch_controller=>SET_INIT_QS...more details

SET_UI_OBJECT_TYPEset the current object type - necessary for saved search navPublic
CALL METHOD cl_bsp_wd_advsearch_controller=>SET_UI_OBJECT_TYPE...more details

SET_UNISELECT_DDLB_FIELDNAMESComma separated list of uni-select DDLB criteriaPublic
CALL METHOD cl_bsp_wd_advsearch_controller=>SET_UNISELECT_DDLB_FIELDNAMES...more details



CL_BSP_WD_ADVSEARCH_CONTROLLER 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
ADJUSTMENTSInstance AttributeLIKE
CRMT_REGEX_CONVERSION_TAB
Private
AUTOSEARCH_SUPPORTEDInstance AttributeTells if the search component supports personalizationABAP_FALSELIKE
ABAP_BOOL
Public
CENTRAL_SEARCHConstant'Central Search;'LIKE
STRING
Protected
CONF_OBJECT_SUBTYPEStatic AttributeUI Object subtype read from configurationLIKE
BSP_DLC_OBJECT_SUB_TYPE
Private
CONF_OBJECT_TYPEStatic AttributeUI Object type read from configurationLIKE
BSP_DLC_OBJECT_TYPE
Private
CURRENT_UI_OBJECT_TYPEStatic AttributeUI object type for external navigationLIKE
STRING
Private
DQUERY_POSSIBLE_FIELDSInstance AttributeLIKE
CRMT_THTMLB_SEARCH_FIELD_NAME
Public
DQUERY_VALUEHELPSInstance AttributeLIKE
CRMT_THTMLB_SEARCH_FIELD_INFO
Public
DQ_PROCESSEDInstance AttributeIndicates if the Default Query has been processed.ABAP_FALSELIKE
ABAP_BOOL
Private
GC_DEF_SEARCH_MAX_ROW_PASTEConstantDefault max number of lines that can be pasted200LIKE
I
Private
GC_PARAM_NAME_MAX_ROW_PASTEConstantName of parameter in Func. Profile'SEARCH_MAX_ROW_PASTE'LIKE
STRING
Public
GC_TWO_VALUES_OPTIONConstantOption (operator) which uses 2 values'BT'LIKE
BAPIOPTION
Private
GV_CAL_SEARCH_MAX_ROW_PASTEInstance AttributeCalculated max number of lines that can be pastedLIKE
I
Private
GV_DELETE_CRITERIAInstance AttributeDelete Criteria event9999LIKE
I
Protected
INIT_QSInstance AttributeInitialize Query ServiceLIKE
ABAP_BOOL
Private
IS_COPY_EXECUTEDStatic AttributeTo check if method EH_ONTHTMLBADVSCOPYLINE was calledLIKE
BOOLEAN
Public
IS_RTL_ENVIRONMENTStatic AttributeRight-To-Left modeLIKE
ABAP_BOOL
Private
LB_ADV_RESTOREInstance Attributeinitialize qvaluehelps upon restoreLIKE
ABAP_BOOL
Protected
PARSED_CONFIG_DATAInstance AttributeLIKE
BSP_DCLT_ADVSRCH_SEL_DB
Protected
PERSONALIZATION_SUPPORTEDInstance AttributeTells if search personalization is supportedABAP_FALSELIKE
ABAP_BOOL
Public
SINGLEDDLBInstance AttributeLIKE
STRING
Private


Events of Class CL_BSP_WD_ADVSEARCH_CONTROLLER

Events are created within your class using special event handler methods. These must be registered at runtime for the event and can then be triggered using the ABAP syntax: RAISE EVENT EXPOTING... QUERY_LOADED - A query - typically for an auto/default search - was loaded



CL_BSP_WD_ADVSEARCH_CONTROLLER types

TS_ONE_GROUP_ENTRY -
TT_ONE_GROUP_ENTRY -

Links to Related Class(s)

CL_BSP_W...
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!