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_WRITERMethod 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 Name | Description | Visability |
| ADD_BUTTON_ROW_ELEMENT | Add a mainviews for a given variant | Public |
| CALL METHOD cl_fpm_list_config_writer=>ADD_BUTTON_ROW_ELEMENT...more details | ||
| ADD_BUTTON_ROW_ELEM_ACTION | Add a mainviews for a given variant | Public |
| CALL METHOD cl_fpm_list_config_writer=>ADD_BUTTON_ROW_ELEM_ACTION...more details | ||
| ADD_COLUMN | Public | |
| CALL METHOD cl_fpm_list_config_writer=>ADD_COLUMN...more details | ||
| ADD_COLUMN_ACTION | Public | |
| CALL METHOD cl_fpm_list_config_writer=>ADD_COLUMN_ACTION...more details | ||
| ADD_CTXT_MENU | Add a context menu | Public |
| CALL METHOD cl_fpm_list_config_writer=>ADD_CTXT_MENU...more details | ||
| ADD_CTXT_MENU_ITEM | Public | |
| CALL METHOD cl_fpm_list_config_writer=>ADD_CTXT_MENU_ITEM...more details | ||
|
| ||
| ADD_DRAG_AND_DROP | Public | |
| CALL METHOD cl_fpm_list_config_writer=>ADD_DRAG_AND_DROP...more details | ||
| ADD_PARAMETER | Add actions | Public |
| CALL METHOD cl_fpm_list_config_writer=>ADD_PARAMETER...more details | ||
| ADD_QUICKVIEW | Public | |
| CALL METHOD cl_fpm_list_config_writer=>ADD_QUICKVIEW...more details | ||
| ADD_ROW_ACTIONS | Add row actions | Public |
| CALL METHOD cl_fpm_list_config_writer=>ADD_ROW_ACTIONS...more details | ||
| CHECK | Public | |
| CALL METHOD cl_fpm_list_config_writer=>CHECK...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD cl_fpm_list_config_writer=>CONSTRUCTOR...more details | ||
| GET_BUTTON_ROW | Private | |
| CALL METHOD cl_fpm_list_config_writer=>GET_BUTTON_ROW...more details | ||
| GET_BUTTON_ROW_ELEMENT | Private | |
| CALL METHOD cl_fpm_list_config_writer=>GET_BUTTON_ROW_ELEMENT...more details | ||
| GET_COLUMN_PATH | Private | |
| CALL METHOD cl_fpm_list_config_writer=>GET_COLUMN_PATH...more details | ||
| READ_COLUMN | Private | |
| CALL METHOD cl_fpm_list_config_writer=>READ_COLUMN...more details | ||
| SAVE | Public | |
| CALL METHOD cl_fpm_list_config_writer=>SAVE...more details | ||
| SET_ATTRIBUTES | Public | |
| CALL METHOD cl_fpm_list_config_writer=>SET_ATTRIBUTES...more details | ||
| SET_DROP | Add support drop | Public |
| CALL METHOD cl_fpm_list_config_writer=>SET_DROP...more details | ||
| SET_SETTINGS | Public | |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| MT_BUTTON_ROW_ELEMENT | Instance Attribute | LIKE TY_T_LIST_BR_ELEMENTS_INT | Private | ||
| MT_COLUMN | Instance Attribute | LIKE TY_T_COLUMNS_INT | Private | ||
| MV_NODE_ID | Instance Attribute | LIKE STRING | Private | ||
| MV_ROOT_PATH | Instance Attribute | LIKE 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