SAP CL_FPM_SEARCH_CONFIG_WRITER OO Class - Config writer class for SEARCH GUIBB









CL_FPM_SEARCH_CONFIG_WRITER 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_WRITER 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_WRITER is CL_FPM_CONFIG_WRITER

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_WRITER 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_ATTRIBUTESPublic
CALL METHOD cl_fpm_search_config_writer=>ADD_ATTRIBUTES...more details

ADD_BUTTON_ACTIONOBSOLET! ButtonRow doesn't exists anymorePublic
CALL METHOD cl_fpm_search_config_writer=>ADD_BUTTON_ACTION...more details

ADD_BUTTON_ROW_ELEMENTOBSOLET! ButtonRow doesn't exists anymorePublic
CALL METHOD cl_fpm_search_config_writer=>ADD_BUTTON_ROW_ELEMENT...more details

ADD_EXCLUDED_OPERATORSPublic
CALL METHOD cl_fpm_search_config_writer=>ADD_EXCLUDED_OPERATORS...more details

ADD_OPERATORSPublic
CALL METHOD cl_fpm_search_config_writer=>ADD_OPERATORS...more details

ADD_PARAMETERPublic
CALL METHOD cl_fpm_search_config_writer=>ADD_PARAMETER...more details

ADD_RESULT_GUIBB_LISTPublic
CALL METHOD cl_fpm_search_config_writer=>ADD_RESULT_GUIBB_LIST...more details

ADD_RESULT_TABLEPublic
CALL METHOD cl_fpm_search_config_writer=>ADD_RESULT_TABLE...more details

ADD_SEARCH_GROUPPublic
CALL METHOD cl_fpm_search_config_writer=>ADD_SEARCH_GROUP...more details

CHECKPublic
CALL METHOD cl_fpm_search_config_writer=>CHECK...more details

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

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

GET_BUTTON_ROW_ELEMENTPrivate
CALL METHOD cl_fpm_search_config_writer=>GET_BUTTON_ROW_ELEMENT...more details

READ_BUTTON_ROW_ELEMENTPrivate
CALL METHOD cl_fpm_search_config_writer=>READ_BUTTON_ROW_ELEMENT...more details

READ_EXCLUDE_OPERATORSPrivate
CALL METHOD cl_fpm_search_config_writer=>READ_EXCLUDE_OPERATORS...more details

SAVEPublic
CALL METHOD cl_fpm_search_config_writer=>SAVE...more details

SET_SEARCH_ATTRIBUTESPublic
CALL METHOD cl_fpm_search_config_writer=>SET_SEARCH_ATTRIBUTES...more details

SET_SETTINGS_ATTRIBUTESPublic
CALL METHOD cl_fpm_search_config_writer=>SET_SETTINGS_ATTRIBUTES...more details



CL_FPM_SEARCH_CONFIG_WRITER 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
MT_BUTTON_ROW_ELEMENTInstance AttributeLIKE
TY_T_BUTTON_ROW_ELEMENT_INT
Private
MT_EXCLUDED_OPERATORSInstance AttributeLIKE
TY_T_EXCLUDED_OPERATORS_INT
Private
MV_NODE_IDInstance AttributeLIKE
STRING
Private
MV_ROOT_PATHInstance AttributeLIKE
STRING
Private
MV_SEARCH_NODE_IDInstance AttributeLIKE
STRING
Public
TS_T_BUTTON_ACTIONInstance AttributeLIKE
Public
TS_T_OPERATORSInstance AttributeLIKE
Public




CL_FPM_SEARCH_CONFIG_WRITER types

TY_S_ATTRIBUTES -
TY_S_BUTTON_ACTION -
TY_S_BUTTON_ACTION_INT -
TY_S_BUTTON_ROW_ELEMENT -
TY_S_BUTTON_ROW_ELEMENT_INT -
TY_S_BUTTON_ROW_ELEMENT_WO_ID -
TY_S_BUTTON_ROW_INT -
TY_S_EXCLUDED_OPERATORS -
TY_S_EXCLUDED_OPERATORS_INT -
TY_S_OPERATORS -
TY_S_PARAMETERS -
TY_S_PARAMETER_INT -
TY_S_RESULT_TABLE -
TY_S_SEARCH_ATTRIBUTES -
TY_S_SEARCH_PARAMETER -
TY_S_SETTINGS_ATTR -
TY_T_ATTRIBUTES -
TY_T_BUTTON_ACTION -
TY_T_BUTTON_ACTION_INT -
TY_T_BUTTON_ROW_ELEMENT -
TY_T_BUTTON_ROW_ELEMENT_INT -
TY_T_BUTTON_ROW_ELEMENT_WO_ID -
TY_T_BUTTON_ROW_INT -
TY_T_EXCLUDED_OPERATORS -
TY_T_EXCLUDED_OPERATORS_INT -
TY_T_OPERATORS -
TY_T_PARAMETERS -
TY_T_PARAMETER_INT -
TY_T_RESULT_TABLE -
TY_T_SEARCH_ATTRIBUTES -
TY_T_SEARCH_PARAMETER -

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!