SAP CL_FPM_LIST_ASSISTANCE OO Class - Assistance class for list GUIBB
CL_FPM_LIST_ASSISTANCE 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_ASSISTANCE 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_ASSISTANCE is CL_FPM_GUIBB_BASE_ASSISTMethod list of CL_FPM_LIST_ASSISTANCE 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 |
| DELETE_FILTER | Public | |
| CALL METHOD cl_fpm_list_assistance=>DELETE_FILTER...more details | ||
| DISPATCH_EXPORT_TO_EXCEL | Public | |
| CALL METHOD cl_fpm_list_assistance=>DISPATCH_EXPORT_TO_EXCEL...more details | ||
| DISPATCH_GET_DEFINITION | create feeder Instance according to WD Config | Private |
| CALL METHOD cl_fpm_list_assistance=>DISPATCH_GET_DEFINITION...more details | ||
| DISPATCH_ROW_ACTION | Public | |
| CALL METHOD cl_fpm_list_assistance=>DISPATCH_ROW_ACTION...more details | ||
| EXPORT_TO_EXCEL | Public | |
| CALL METHOD cl_fpm_list_assistance=>EXPORT_TO_EXCEL...more details | ||
| GET_ACTION_DEFINITION | Public | |
| CALL METHOD cl_fpm_list_assistance=>GET_ACTION_DEFINITION...more details | ||
|
| ||
| GET_FRONTEND_IDX_PUBLIC | Public | |
| CALL METHOD cl_fpm_list_assistance=>GET_FRONTEND_IDX_PUBLIC...more details | ||
| GET_GRID_MODE_SET | Public | |
| CALL METHOD cl_fpm_list_assistance=>GET_GRID_MODE_SET...more details | ||
| GET_INDEX_OF_FIRST_SEL_ROW | Private | |
| CALL METHOD cl_fpm_list_assistance=>GET_INDEX_OF_FIRST_SEL_ROW...more details | ||
| INIT_ALV | Public | |
| CALL METHOD cl_fpm_list_assistance=>INIT_ALV...more details | ||
| INIT_ALV_RENDERING | Public | |
| CALL METHOD cl_fpm_list_assistance=>INIT_ALV_RENDERING...more details | ||
| REQUEST_FOCUS_ON_FIRST_FIELD | Request focus on first visible field | Public |
| CALL METHOD cl_fpm_list_assistance=>REQUEST_FOCUS_ON_FIRST_FIELD...more details | ||
| SET_ADDITIONAL_INFO | Public | |
| CALL METHOD cl_fpm_list_assistance=>SET_ADDITIONAL_INFO...more details | ||
| SET_CONFIG_KEY | Public | |
| CALL METHOD cl_fpm_list_assistance=>SET_CONFIG_KEY...more details | ||
| SET_TOOLBAR_STD_SEPARATOR | Public | |
| CALL METHOD cl_fpm_list_assistance=>SET_TOOLBAR_STD_SEPARATOR...more details | ||
| SUPPLY_RANGE | Public | |
| CALL METHOD cl_fpm_list_assistance=>SUPPLY_RANGE...more details | ||
| UPDATE_FOCUS_AND_FIRST_ROW | Public | |
| CALL METHOD cl_fpm_list_assistance=>UPDATE_FOCUS_AND_FIRST_ROW...more details | ||
CL_FPM_LIST_ASSISTANCE 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 |
| MO_ALV_USAGE | Instance Attribute | Web Dynpro: Component Usage | LIKE IF_WD_COMPONENT_USAGE | Public | |
| MO_ALV_UTIL | Instance Attribute | Utility class for ALV display | LIKE CL_FPM_GUIBB_ALV_UTIL | Public | |
| MO_EXT_CTRL | Instance Attribute | LIKE LCL_LIST_EXT_CTRL | Private | ||
| MO_INSTANCE_STYLING | Instance Attribute | LIKE LCL_LIST_INSTANCE_STYLING | Private | ||
| MO_LINE_THROUGH_HANDLER | Instance Attribute | LIKE LCL_LINE_THROUGH_HANDLER | Private | ||
| MR_RENDER_LIST | Instance Attribute | Rendering class for tree GUIBB | LIKE CL_FPM_LIST_RENDERING | Public | |
| MS_FEEDER | Instance Attribute | LIKE TY_S_FEEDER | Private | ||
| MS_FOCUS_PROPS | Instance Attribute | LIKE YS_FOCUS_PROPERTIES | Public | ||
| MV_FOCUS_COLUMN | Instance Attribute | LIKE STRING | Public | ||
| MV_FOCUS_ROW | Instance Attribute | LIKE I | Public | ||
| MV_TABLE_VISIBILITY | Instance Attribute | LIKE STRING | Public |
CL_FPM_LIST_ASSISTANCE types
TY_S_FEEDER -YS_FOCUS_PROPERTIES -
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