SAP CL_FPM_GUIBB_BASE_ASSIST OO Class - Base assistance class for lists and trees
CL_FPM_GUIBB_BASE_ASSIST 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_GUIBB_BASE_ASSIST 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_GUIBB_BASE_ASSIST is CL_FPM_GUIBB_ASSISTMethod list of CL_FPM_GUIBB_BASE_ASSIST 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 |
| ADJUST_HELPER_TABLE | Public | |
| CALL METHOD cl_fpm_guibb_base_assist=>ADJUST_HELPER_TABLE...more details | ||
| ADJUST_ROW_COUNT | Public | |
| CALL METHOD cl_fpm_guibb_base_assist=>ADJUST_ROW_COUNT...more details | ||
| APPLY_DND_SETTINGS_C_TABLE | Protected | |
| CALL METHOD cl_fpm_guibb_base_assist=>APPLY_DND_SETTINGS_C_TABLE...more details | ||
| APPLY_DND_SETTINGS_TABLE | Public | |
| CALL METHOD cl_fpm_guibb_base_assist=>APPLY_DND_SETTINGS_TABLE...more details | ||
| CALC_INSTANCE_ID | Protected | |
| CALL METHOD cl_fpm_guibb_base_assist=>CALC_INSTANCE_ID...more details | ||
| CHANGE_TABLE_PROPS | Public | |
| CALL METHOD cl_fpm_guibb_base_assist=>CHANGE_TABLE_PROPS...more details | ||
|
| ||
| COMPUTE_DROP_POSITION | Public | |
| CALL METHOD cl_fpm_guibb_base_assist=>COMPUTE_DROP_POSITION...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD cl_fpm_guibb_base_assist=>CONSTRUCTOR...more details | ||
| CREATE_DND_SETTINGS | Protected | |
| CALL METHOD cl_fpm_guibb_base_assist=>CREATE_DND_SETTINGS...more details | ||
| CREATE_MENU_FROM_TABLE | Protected | |
| CALL METHOD cl_fpm_guibb_base_assist=>CREATE_MENU_FROM_TABLE...more details | ||
| DETERMINE_ADDITIONAL_INFO | To pass the addtional info like title to application | Protected |
| CALL METHOD cl_fpm_guibb_base_assist=>DETERMINE_ADDITIONAL_INFO...more details | ||
| DETERMINE_FIELD_USAGE | Protected | |
| CALL METHOD cl_fpm_guibb_base_assist=>DETERMINE_FIELD_USAGE...more details | ||
| DISPATCH_AFTER_FAILED | Public | |
| CALL METHOD cl_fpm_guibb_base_assist=>DISPATCH_AFTER_FAILED...more details | ||
| DISPATCH_BEFORE_DISPATCH_EVENT | Protected | |
| CALL METHOD cl_fpm_guibb_base_assist=>DISPATCH_BEFORE_DISPATCH_EVENT...more details | ||
| DISPATCH_CELL_ACTION | Public | |
| CALL METHOD cl_fpm_guibb_base_assist=>DISPATCH_CELL_ACTION...more details | ||
| DISPATCH_FLUSH | Public | |
| CALL METHOD cl_fpm_guibb_base_assist=>DISPATCH_FLUSH...more details | ||
| DISPATCH_MENU_ACTION | Public | |
| CALL METHOD cl_fpm_guibb_base_assist=>DISPATCH_MENU_ACTION...more details | ||
| DISPATCH_NEEDS_CONFIRMATION | Public | |
| CALL METHOD cl_fpm_guibb_base_assist=>DISPATCH_NEEDS_CONFIRMATION...more details | ||
| DISPATCH_OVS | Public | |
| CALL METHOD cl_fpm_guibb_base_assist=>DISPATCH_OVS...more details | ||
| DISPATCH_PBO | 'get_data' | Public |
| CALL METHOD cl_fpm_guibb_base_assist=>DISPATCH_PBO...more details | ||
| DISPATCH_PROCESS_EVENT | Public | |
| CALL METHOD cl_fpm_guibb_base_assist=>DISPATCH_PROCESS_EVENT...more details | ||
| DISPATCH_TBAR_ACTION | Public | |
| CALL METHOD cl_fpm_guibb_base_assist=>DISPATCH_TBAR_ACTION...more details | ||
| FILTER | Public | |
| CALL METHOD cl_fpm_guibb_base_assist=>FILTER...more details | ||
| GET_BACKEND_INDEX | Public | |
| CALL METHOD cl_fpm_guibb_base_assist=>GET_BACKEND_INDEX...more details | ||
| GET_COLUMN_NAME_FROM_WD_ID | Public | |
| CALL METHOD cl_fpm_guibb_base_assist=>GET_COLUMN_NAME_FROM_WD_ID...more details | ||
| GET_CONTEXT_MENU_CONTEXT | Protected | |
| CALL METHOD cl_fpm_guibb_base_assist=>GET_CONTEXT_MENU_CONTEXT...more details | ||
| GET_CTXT_MENU_HANDLER | Protected | |
| CALL METHOD cl_fpm_guibb_base_assist=>GET_CTXT_MENU_HANDLER...more details | ||
| GET_DND_SETTINGS | Protected | |
| CALL METHOD cl_fpm_guibb_base_assist=>GET_DND_SETTINGS...more details | ||
| GET_FEEDER_MODEL | Returns feeder model interface (wire model) | Public |
| CALL METHOD cl_fpm_guibb_base_assist=>GET_FEEDER_MODEL...more details | ||
| GET_FONTEND_INDEX | Protected | |
| CALL METHOD cl_fpm_guibb_base_assist=>GET_FONTEND_INDEX...more details | ||
| GET_GUIBB_DETAILS | Protected | |
| CALL METHOD cl_fpm_guibb_base_assist=>GET_GUIBB_DETAILS...more details | ||
| GET_MENU | Protected | |
| CALL METHOD cl_fpm_guibb_base_assist=>GET_MENU...more details | ||
| GET_UIBB_KEY_AS_STRING | Protected | |
| CALL METHOD cl_fpm_guibb_base_assist=>GET_UIBB_KEY_AS_STRING...more details | ||
| INIT_FEEDER | create feeder Instance according to WD Config | Public |
| CALL METHOD cl_fpm_guibb_base_assist=>INIT_FEEDER...more details | ||
| INVALIDATE | Protected | |
| CALL METHOD cl_fpm_guibb_base_assist=>INVALIDATE...more details | ||
| IS_FEEDER_CTXT_MENU_HANDLER | Protected | |
| CALL METHOD cl_fpm_guibb_base_assist=>IS_FEEDER_CTXT_MENU_HANDLER...more details | ||
| MODIFY_DND_SETTINGS | Protected | |
| CALL METHOD cl_fpm_guibb_base_assist=>MODIFY_DND_SETTINGS...more details | ||
| ON_DROP | Call on drop | Public |
| CALL METHOD cl_fpm_guibb_base_assist=>ON_DROP...more details | ||
| ON_SCROLL | Public | |
| CALL METHOD cl_fpm_guibb_base_assist=>ON_SCROLL...more details | ||
| OPEN_ACTION_MENU | Public | |
| CALL METHOD cl_fpm_guibb_base_assist=>OPEN_ACTION_MENU...more details | ||
| POST_PROCESS_MENU | Protected | |
| CALL METHOD cl_fpm_guibb_base_assist=>POST_PROCESS_MENU...more details | ||
| POST_PROCESS_MENU_ITEM | Protected | |
| CALL METHOD cl_fpm_guibb_base_assist=>POST_PROCESS_MENU_ITEM...more details | ||
| PROCESS_CTXT_MENU | Public | |
| CALL METHOD cl_fpm_guibb_base_assist=>PROCESS_CTXT_MENU...more details | ||
| PROCESS_MESSAGES | Protected | |
| CALL METHOD cl_fpm_guibb_base_assist=>PROCESS_MESSAGES...more details | ||
| RENDER | Public | |
| CALL METHOD cl_fpm_guibb_base_assist=>RENDER...more details | ||
| RERENDER_ACTION_MENUS | Public | |
| CALL METHOD cl_fpm_guibb_base_assist=>RERENDER_ACTION_MENUS...more details | ||
| SET_DRAG_SOURCE_DATA | Protected | |
| CALL METHOD cl_fpm_guibb_base_assist=>SET_DRAG_SOURCE_DATA...more details | ||
| SET_FIELD_USAGE_STUFF | Protected | |
| CALL METHOD cl_fpm_guibb_base_assist=>SET_FIELD_USAGE_STUFF...more details | ||
| SET_TABLE_METHOD_HNDL | Public | |
| CALL METHOD cl_fpm_guibb_base_assist=>SET_TABLE_METHOD_HNDL...more details | ||
| SORT | Public | |
| CALL METHOD cl_fpm_guibb_base_assist=>SORT...more details | ||
| SORT_GUIBB_NODES | Public | |
| CALL METHOD cl_fpm_guibb_base_assist=>SORT_GUIBB_NODES...more details | ||
| SORT_NODE_ELEMENTS | Protected | |
| CALL METHOD cl_fpm_guibb_base_assist=>SORT_NODE_ELEMENTS...more details | ||
| UPDATE_CHANGELOG | Protected | |
| CALL METHOD cl_fpm_guibb_base_assist=>UPDATE_CHANGELOG...more details | ||
CL_FPM_GUIBB_BASE_ASSIST 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 |
| MC_FILTER_NODE | Constant | Filternode Name | 'FILTER_NODE' | LIKE STRING | Protected |
| MC_TOOLBAR_NODE | Constant | 'TOOLBAR_BINDING' | LIKE STRING | Protected | |
| MO_CURRENT_EVENT | Instance Attribute | current event | LIKE CL_FPM_EVENT | Protected | |
| MO_FIELDCAT | Instance Attribute | Runtime Type Services | LIKE CL_ABAP_TABLEDESCR | Public | |
| MO_ND_DATA | Instance Attribute | Contains the 'DYNAMIC' subnode | LIKE IF_WD_CONTEXT_NODE | Protected | |
| MO_PAGING_UTIL | Instance Attribute | services for paging | LIKE CL_FPM_GUIBB_LIST_PAGING_UTIL | Protected | |
| MO_RENDER_LIST | Instance Attribute | Rendering of Lists | LIKE CL_FPM_GUIBB_BASE_RENDER | Protected | |
| MO_TABLE_METHOD_HNDL | Instance Attribute | Method Handler for the Table | LIKE IF_WD_TABLE_METHOD_HNDL | Protected | |
| MO_TABLE_NODE | Instance Attribute | generated table node | LIKE IF_WD_CONTEXT_NODE | Protected | |
| MO_VIEW | Instance Attribute | Web Dynpro: API of a View | LIKE IF_WD_VIEW | Protected | |
| MR_DATA | Instance Attribute | LIKE DATA | Protected | ||
| MS_ADDITIONAL_INFO | Instance Attribute | Additional info on GUIBB List | LIKE FPMGB_S_ADDITIONAL_INFO | Public | |
| MS_DATA_SORTED | Instance Attribute | LIKE DATA | Public | ||
| MS_FEEDER | Instance Attribute | LIKE TY_S_FEEDER | Protected | ||
| MS_OPTIONS | Instance Attribute | FPM LIST UIBB: Contains elements for adjustments | LIKE FPMGB_S_LIST_OPTIONS | Public | |
| MS_TABLE_PROPS | Instance Attribute | LIKE TY_S_TABLE_PROPS | Protected | ||
| MT_CHANGELOG_BUFFER | Instance Attribute | Field Changelog | LIKE FPMGB_T_CHANGELOG | Protected | |
| MT_CONFIG_PARAMS | Instance Attribute | Parameter Value | LIKE FPMGB_T_NAMEVALUE | Protected | |
| MT_DND_SETTINGS | Instance Attribute | Drag and Drop Attributes Definition | LIKE FPMGB_T_DND_DEFINITION | Protected | |
| MT_FIELD_DESCR | Instance Attribute | GUIBB List Field Description | LIKE FPMGB_T_LISTFIELD_DESCR | Protected | |
| MT_FIELD_USAGE | Instance Attribute | Field Usage | LIKE FPMGB_T_FIELDUSAGE | Public | |
| MT_OVS | Instance Attribute | LIKE TY_T_OVS | Protected | ||
| MT_ROW_ACTIONS | Instance Attribute | Row actions | LIKE FPMGB_T_ROW_ACTION | Protected | |
| MT_SELECTED_FIELDS | Instance Attribute | selected fields | LIKE FPMGB_T_SELECTED_FIELDS | Protected | |
| MT_SELECTED_LINES | Instance Attribute | Repository Infosystem: Tabix | LIKE RSTABIXTAB | Protected | |
| MV_BTC_ACTIVE | Instance Attribute | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | LIKE BOOLE_D | Public | |
| MV_CONFIG_NODE_ID | Instance Attribute | LIKE STRING | Protected | ||
| MV_DND_ATTR_CHANGED | Instance Attribute | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | LIKE BOOLE_D | Public | |
| MV_DND_SETTINGS_CHANGED | Instance Attribute | LIKE ABAP_BOOL | Protected | ||
| MV_EVENT_ENFORCES_RERENDERING | Instance Attribute | LIKE ABAP_BOOL | Protected | ||
| MV_FIRST_VISIBLE_ROW | Instance Attribute | LIKE I | Protected | ||
| MV_FIRST_VISIBLE_ROW_CHANGED | Instance Attribute | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | LIKE BOOLE_D | Protected | |
| MV_GROUPBY_KEY | Instance Attribute | LIKE STRING | Protected | ||
| MV_HAS_PROPERTY_REFERENCES | Instance Attribute | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | LIKE BOOLE_D | Protected | |
| MV_IS_FIRST_ROUND | Instance Attribute | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 'X' | LIKE BOOLE_D | Protected |
| MV_IS_GL_20 | Instance Attribute | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | LIKE BOOLE_D | Public | |
| MV_IS_TREE_UIBB | Instance Attribute | LIKE ABAP_BOOL | Protected | ||
| MV_NAME_LEAD_SEL_EVENT | Instance Attribute | LIKE STRING | Protected | ||
| MV_NEW_LEAD_SEL | Instance Attribute | LIKE I | Public | ||
| MV_NODE_NAME | Instance Attribute | LIKE STRING | Protected | ||
| MV_OLD_LEAD_SEL | Instance Attribute | LIKE I | Protected | ||
| MV_PAGING_ACTIVE | Instance Attribute | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | LIKE BOOLE_D | Protected | |
| MV_SORTED_COLUMN | Instance Attribute | LIKE STRING | Protected | ||
| MV_SORTED_DIRECTION | Instance Attribute | Web Dynpro: TableColumnSortDirection | LIKE WDUI_TABLE_COL_SORT_DIR | Protected | |
| MV_SORTING_HAPPENED | Instance Attribute | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | LIKE BOOLE_D | Protected | |
| MV_STYLE_OF_RENDERING | Instance Attribute | Rendering Style of FPM List GUIBB | LIKE FPMGB_LIST_RENDER_STYLE | Public | |
| MV_TOT_DATA_INDEX | Instance Attribute | LIKE STRING | Public | ||
| MV_UPDATE_CHANGELOG_CALLED | Instance Attribute | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | LIKE BOOLE_D | Protected |
CL_FPM_GUIBB_BASE_ASSIST types
S_ELEMENT -TY_S_FEEDER -
TY_S_INDEX -
TY_S_OVS -
TY_S_TABLE_PROPS -
TY_T_INDEX_HASH -
TY_T_INDEX_STD -
TY_T_OVS -
T_ELEMENTS -
Links to Related Class(s)
CL_FPM_G...Full list of available SAP object classes
Search for further information about these or an SAP related objects