SAP CL_FPM_LIST_CONFIG_WRITER OO Class - Configuration Writer for List GUIBB









CL_FPM_LIST_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_LIST_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_LIST_CONFIG_WRITER is CL_FPM_CONFIG_WRITER

Method list of CL_FPM_LIST_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_BUTTON_ROW_ELEMENTAdd a mainviews for a given variantPublic
CALL METHOD cl_fpm_list_config_writer=>ADD_BUTTON_ROW_ELEMENT...more details

ADD_BUTTON_ROW_ELEM_ACTIONAdd a mainviews for a given variantPublic
CALL METHOD cl_fpm_list_config_writer=>ADD_BUTTON_ROW_ELEM_ACTION...more details

ADD_COLUMNPublic
CALL METHOD cl_fpm_list_config_writer=>ADD_COLUMN...more details

ADD_COLUMN_ACTIONPublic
CALL METHOD cl_fpm_list_config_writer=>ADD_COLUMN_ACTION...more details

ADD_CTXT_MENUAdd a context menuPublic
CALL METHOD cl_fpm_list_config_writer=>ADD_CTXT_MENU...more details

ADD_CTXT_MENU_ITEMPublic
CALL METHOD cl_fpm_list_config_writer=>ADD_CTXT_MENU_ITEM...more details

ADD_DRAG_AND_DROPPublic
CALL METHOD cl_fpm_list_config_writer=>ADD_DRAG_AND_DROP...more details

ADD_PARAMETERAdd actionsPublic
CALL METHOD cl_fpm_list_config_writer=>ADD_PARAMETER...more details

ADD_QUICKVIEWPublic
CALL METHOD cl_fpm_list_config_writer=>ADD_QUICKVIEW...more details

ADD_ROW_ACTIONSAdd row actionsPublic
CALL METHOD cl_fpm_list_config_writer=>ADD_ROW_ACTIONS...more details

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

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

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

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

GET_COLUMN_PATHPrivate
CALL METHOD cl_fpm_list_config_writer=>GET_COLUMN_PATH...more details

READ_COLUMNPrivate
CALL METHOD cl_fpm_list_config_writer=>READ_COLUMN...more details

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

SET_ATTRIBUTESPublic
CALL METHOD cl_fpm_list_config_writer=>SET_ATTRIBUTES...more details

SET_DROPAdd support dropPublic
CALL METHOD cl_fpm_list_config_writer=>SET_DROP...more details

SET_SETTINGSPublic
CALL METHOD cl_fpm_list_config_writer=>SET_SETTINGS...more details



CL_FPM_LIST_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_LIST_BR_ELEMENTS_INT
Private
MT_COLUMNInstance AttributeLIKE
TY_T_COLUMNS_INT
Private
MV_NODE_IDInstance AttributeLIKE
STRING
Private
MV_ROOT_PATHInstance AttributeLIKE
STRING
Private




CL_FPM_LIST_CONFIG_WRITER types

TY_S_BUTTON -
TY_S_BUTTON_ROW_INT -
TY_S_CHOICE -
TY_S_COLUMNS -
TY_S_COLUMNS_INT -
TY_S_COLUMN_ACTION -
TY_S_DRAG_AND_DROP -
TY_S_GROUPS -
TY_S_LIST_ACTION -
TY_S_LIST_BR_ELEMENTS -
TY_S_LIST_BR_ELEMENTS_INT -
TY_S_LIST_BR_ELEMENT_ACTION -
TY_S_ROW_ACTIONS -
TY_S_SUBVIEW -
TY_S_TOOLBAR -
TY_S_UIBB_EXT -
TY_S_UIBB_KEY -
TY_S_WIRE -
TY_S_WIRE_MODEL -
TY_T_BUTTONS -
TY_T_BUTTON_ROW_INT -
TY_T_CHOICE -
TY_T_COLUMNS -
TY_T_COLUMNS_INT -
TY_T_COLUMN_ACTION -
TY_T_DRAG_AND_DROP -
TY_T_GROUPS -
TY_T_LIST_ACTION -
TY_T_LIST_BR_ELEMENTS -
TY_T_LIST_BR_ELEMENTS_ACTION -
TY_T_LIST_BR_ELEMENTS_INT -
TY_T_ROW_ACTIONS -
TY_T_SUBVIEW -
TY_T_UIBB_EXT -
TY_T_WIRES -
TY_T_WIRE_MODEL -

Links to Related Class(s)

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