SAP CL_FPM_SEARCH_CONFIG_READER OO Class - Config reader class for Search GUIBB









CL_FPM_SEARCH_CONFIG_READER 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_FPM_SEARCH_CONFIG_READER 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_FPM_SEARCH_CONFIG_READER is CL_FPM_CONFIG_READER

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_FPM_CONFIG_RW_CONSTANTS

Method list of CL_FPM_SEARCH_CONFIG_READER 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
CONSTRUCTORCONSTRUCTORPublic
CALL METHOD cl_fpm_search_config_reader=>CONSTRUCTOR...more details

GET_ATTRIBUTESPublic
CALL METHOD cl_fpm_search_config_reader=>GET_ATTRIBUTES...more details

GET_BUTTON_ACTIONPrivate
CALL METHOD cl_fpm_search_config_reader=>GET_BUTTON_ACTION...more details

GET_BUTTON_ROWPrivate
CALL METHOD cl_fpm_search_config_reader=>GET_BUTTON_ROW...more details

GET_BUTTON_ROW_ELEMENTSOBSOLET! ButtonRow doesn't exists anymorePublic
CALL METHOD cl_fpm_search_config_reader=>GET_BUTTON_ROW_ELEMENTS...more details

GET_EXCLUDED_OPERATORSPublic
CALL METHOD cl_fpm_search_config_reader=>GET_EXCLUDED_OPERATORS...more details

GET_OPERATORSPrivate
CALL METHOD cl_fpm_search_config_reader=>GET_OPERATORS...more details

GET_PARAMETERSPublic
CALL METHOD cl_fpm_search_config_reader=>GET_PARAMETERS...more details

GET_RESULT_GUIBB_LISTPublic
CALL METHOD cl_fpm_search_config_reader=>GET_RESULT_GUIBB_LIST...more details

GET_RESULT_TABLEPublic
CALL METHOD cl_fpm_search_config_reader=>GET_RESULT_TABLE...more details

GET_SEARCH_ATTRIBUTESPublic
CALL METHOD cl_fpm_search_config_reader=>GET_SEARCH_ATTRIBUTES...more details

GET_SEARCH_GROUPPublic
CALL METHOD cl_fpm_search_config_reader=>GET_SEARCH_GROUP...more details

GET_SETTINGS_ATTRIBUTESPublic
CALL METHOD cl_fpm_search_config_reader=>GET_SETTINGS_ATTRIBUTES...more details



CL_FPM_SEARCH_CONFIG_READER 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
MD_ACC_DESCRIPTIONInstance AttributeAccessibility DescriptionLIKE
FPM_ACCESSIBILITY_DESCR
Private
MD_ALLOW_PERSONALIZATIONInstance AttributeFPM Search: Allow PersonalizationLIKE
FPMGB_SEARCH_ALLOW_PERSONAL
Private
MD_ARIA_LANDMARKInstance AttributeAria LandmarkLIKE
FPM_ARIA_LANDMARK
Private
MD_EXCLUDE_CRITERIASInstance AttributeEnable Exclude Criteria in Search ComponentLIKE
FPMGB_SEARCH_EXCLUDE_CRITERIAS
Private
MD_FEEDERInstance AttributeObject Type NameLIKE
SEOCLSNAME
Private
MD_GROUP_SAME_CRITERIAInstance AttributeGroup Same Search CriteriaLIKE
FPMGB_SEARCH_GROUP_SAME_CRIT
Private
MD_MAX_NUMBER_OF_RESULTSInstance AttributeMaximum Number of Rows in Result List in Search GUIBBLIKE
FPMGB_MAX_NUM_RESULT
Private
MD_NUMBER_OF_QUERY_LINESInstance AttributeFPM Search GUIBB: Number of Visible Query LinesLIKE
FPMGB_NUM_QUERY_LINES
Private
MD_RESULT_NUM_OF_VISIBLE_ROWSInstance AttributeGUIBB SEARCH: Number of Rows in Result ListLIKE
FPMGB_SEARCH_RESULT_NUM_ROWS
Private
MD_SAVE_SEARCHESInstance AttributeGUIBB SEARCH: Saving SearchesLIKE
FPMGB_SEARCH_ENABLE_SAVE
Private
MD_SEARCH_AS_SELECT_OPTIONInstance AttributeSearch: Display Search Criteria as Select OptionLIKE
FPMGB_SEARCH_AS_SELECT_OPTION
Private
MD_SHOW_BUTTON_CLEARInstance AttributeFPM GUIBB Search: Show 'Clear' PushbuttonLIKE
FPMGB_SHOW_BUTTON_CLEAR
Private
MD_SHOW_BUTTON_RESETInstance AttributeFPM GUIBB Search: Show 'Clear' PushbuttonLIKE
FPMGB_SHOW_BUTTON_RESET
Private
MD_SHOW_BUTTON_SEARCHInstance AttributeFPM GUIBB Search: Show 'Search' PushbuttonLIKE
FPMGB_SHOW_BUTTON_SEARCH
Private
MD_SHOW_MAX_NUM_RESULT_FIELDInstance AttributeVisibility of 'Maximum Number of Results' FieldLIKE
FPMGB_SHOW_MAX_NUM_RESULT
Private
MT_ATTRIBUTESInstance AttributeLIKE
TY_T_ATTRIBUTES_INT
Private
MT_BUTTON_ACTIONInstance AttributeLIKE
TY_T_BUTTON_ACTION_INT
Private
MT_BUTTON_ROW_ELEMENTInstance AttributeLIKE
TY_T_BUTTON_ROW_ELEMENT_INT
Private
MT_EXCLUDED_OPERATORSInstance AttributeLIKE
TY_T_EXCLUDED_OPERATORS_INT
Private
MT_OPERATORSInstance AttributeLIKE
TY_T_OPERATORS_INT
Private
MT_PARAMETERInstance AttributeLIKE
TY_T_PARAMETER_INT
Private
MT_RESULT_GUIBB_LISTInstance AttributeLIKE
TY_T_RESULT_GUIBB_LIST_INT
Private
MT_RESULT_TABLEInstance AttributeLIKE
TY_T_RESULT_TABLE_INT
Private
MT_SEARCH_GROUPInstance AttributeLIKE
TY_T_SEARCH_GROUP_INT
Private
MV_ALLOW_EASY_SERCHInstance AttributeGUIBB Search: Allow Easy SearchLIKE
FPMGB_SEARCH_ALLOW_EASY_SEARCH
Private
MV_CHECK_MANDATORYInstance AttributeCheck Mandatory Fields on ScreenLIKE
FPMGB_CHECK_MANDATORY
Private
MV_EXECUTE_SEARCH_ON_ENTERInstance AttributeExecute a Search after Pressing ENTER In the Search GUIBBLIKE
FPMGB_SEARCH_EXECUTE_ON_ENTER
Private
MV_LOCATION_SAVED_SEARCHESInstance AttributeLIKE
WDR_SO_LOCATION
Private
MV_SEARCH_NODE_IDInstance AttributeLIKE
STRING
Public
TS_T_BUTTON_ACTIONInstance AttributeLIKE
Public
TS_T_OPERATORSInstance AttributeLIKE
Public




CL_FPM_SEARCH_CONFIG_READER types

TY_S_ATTRIBUTES -
TY_S_ATTRIBUTES_INT -
TY_S_BUTTON_ACTION -
TY_S_BUTTON_ACTION_INT -
TY_S_BUTTON_ROW_ELEMENT -
TY_S_BUTTON_ROW_ELEMENT_INT -
TY_S_EXCLUDED_OPERATORS -
TY_S_EXCLUDED_OPERATORS_INT -
TY_S_OPERATORS -
TY_S_OPERATORS_INT -
TY_S_PARAMETERS -
TY_S_PARAMETER_INT -
TY_S_RESULT_GUIBB_LIST -
TY_S_RESULT_GUIBB_LIST_INT -
TY_S_RESULT_TABLE -
TY_S_RESULT_TABLE_INT -
TY_S_SEARCH_GROUP -
TY_S_SEARCH_GROUP_INT -
TY_T_ATTRIBUTES -
TY_T_ATTRIBUTES_INT -
TY_T_BUTTON_ACTION -
TY_T_BUTTON_ACTION_INT -
TY_T_BUTTON_ROW_ELEMENT -
TY_T_BUTTON_ROW_ELEMENT_INT -
TY_T_EXCLUDED_OPERATORS -
TY_T_EXCLUDED_OPERATORS_INT -
TY_T_OPERATORS -
TY_T_OPERATORS_INT -
TY_T_PARAMETERS -
TY_T_PARAMETER_INT -
TY_T_RESULT_GUIBB_LIST -
TY_T_RESULT_GUIBB_LIST_INT -
TY_T_RESULT_TABLE -
TY_T_RESULT_TABLE_INT -
TY_T_SEARCH_GROUP -
TY_T_SEARCH_GROUP_INT -

Links to Related Class(s)

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