SAP /BOFU/CL_CUIBB_ASSISTANCE OO Class - Assistance class for Free Style UIBB
/BOFU/CL_CUIBB_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 /BOFU/CL_CUIBB_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 /BOFU/CL_CUIBB_ASSISTANCE is CL_WD_COMPONENT_ASSISTANCEMethod list of /BOFU/CL_CUIBB_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 |
| APPLY_FILTER | Apply filter values on given table of given view | Public |
| CALL METHOD /bofu/cl_cuibb_assistance=>APPLY_FILTER...more details | ||
| APPLY_SORT | Public | |
| CALL METHOD /bofu/cl_cuibb_assistance=>APPLY_SORT...more details | ||
| BIND_TEXT_VIEW_LABELS | Public | |
| CALL METHOD /bofu/cl_cuibb_assistance=>BIND_TEXT_VIEW_LABELS...more details | ||
| CLOSE_SIDE_PANEL | Public | |
| CALL METHOD /bofu/cl_cuibb_assistance=>CLOSE_SIDE_PANEL...more details | ||
| DEREGISTER | Public | |
| CALL METHOD /bofu/cl_cuibb_assistance=>DEREGISTER...more details | ||
| DISPATCH_ACTION | Public | |
| CALL METHOD /bofu/cl_cuibb_assistance=>DISPATCH_ACTION...more details | ||
|
| ||
| DISPATCH_DROP_EVENT | Dispatch the Drop Event | Public |
| CALL METHOD /bofu/cl_cuibb_assistance=>DISPATCH_DROP_EVENT...more details | ||
| DISPATCH_FLUSH | Public | |
| CALL METHOD /bofu/cl_cuibb_assistance=>DISPATCH_FLUSH...more details | ||
| DISPATCH_INIT | Public | |
| CALL METHOD /bofu/cl_cuibb_assistance=>DISPATCH_INIT...more details | ||
| DISPATCH_OVS | Public | |
| CALL METHOD /bofu/cl_cuibb_assistance=>DISPATCH_OVS...more details | ||
| DISPATCH_PARAMETERIZED_ACTION | Parameterized Action Handling | Public |
| CALL METHOD /bofu/cl_cuibb_assistance=>DISPATCH_PARAMETERIZED_ACTION...more details | ||
| DISPATCH_PBO | Public | |
| CALL METHOD /bofu/cl_cuibb_assistance=>DISPATCH_PBO...more details | ||
| DISPATCH_PROCESS_EVENT | Public | |
| CALL METHOD /bofu/cl_cuibb_assistance=>DISPATCH_PROCESS_EVENT...more details | ||
| GET_ACT_TYPE | Public | |
| CALL METHOD /bofu/cl_cuibb_assistance=>GET_ACT_TYPE...more details | ||
| GET_TABLE_MANAGER | returns table manager for given view and component | Public |
| CALL METHOD /bofu/cl_cuibb_assistance=>GET_TABLE_MANAGER...more details | ||
| GET_UI_ELEMENTS | Private | |
| CALL METHOD /bofu/cl_cuibb_assistance=>GET_UI_ELEMENTS...more details | ||
| GET_VIEW_AND_COMPONENT_NAME | Returns view and component name for given view controller | Private |
| CALL METHOD /bofu/cl_cuibb_assistance=>GET_VIEW_AND_COMPONENT_NAME...more details | ||
| GET_VIEW_USAGES | Private | |
| CALL METHOD /bofu/cl_cuibb_assistance=>GET_VIEW_USAGES...more details | ||
| INIT_VIEW_ELEMENTS | Public | |
| CALL METHOD /bofu/cl_cuibb_assistance=>INIT_VIEW_ELEMENTS...more details | ||
| IS_INSTANCE_OF | checks if given object is instance of given class name | Private |
| CALL METHOD /bofu/cl_cuibb_assistance=>IS_INSTANCE_OF...more details | ||
| ON_POPUP_ACTION | On any popup action, event will be raised from this method | Public |
| CALL METHOD /bofu/cl_cuibb_assistance=>ON_POPUP_ACTION...more details | ||
| OPEN_DIALOG | Opens Dialog: define as usage | Public |
| CALL METHOD /bofu/cl_cuibb_assistance=>OPEN_DIALOG...more details | ||
| OPEN_FPM_DIALOG | Opens Configured Dialog window | Public |
| CALL METHOD /bofu/cl_cuibb_assistance=>OPEN_FPM_DIALOG...more details | ||
| OPEN_SIDE_PANEL | Public | |
| CALL METHOD /bofu/cl_cuibb_assistance=>OPEN_SIDE_PANEL...more details | ||
| PROCESS_MESSAGES | Private | |
| CALL METHOD /bofu/cl_cuibb_assistance=>PROCESS_MESSAGES...more details | ||
| REGISTER | Public | |
| CALL METHOD /bofu/cl_cuibb_assistance=>REGISTER...more details | ||
| REGISTER_TABLE | Registers table filters by passing table instance | Public |
| CALL METHOD /bofu/cl_cuibb_assistance=>REGISTER_TABLE...more details | ||
| REGISTER_VIEW | Public | |
| CALL METHOD /bofu/cl_cuibb_assistance=>REGISTER_VIEW...more details | ||
/BOFU/CL_CUIBB_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 |
| C_CREATE | Constant | 'CREATE' | LIKE STRING | Public | |
| C_DELETE | Constant | 'DELETE' | LIKE STRING | Public | |
| C_FBI_CREATE | Constant | 'FBI_CREATE' | LIKE STRING | Public | |
| C_FBI_DELETE | Constant | 'FBI_DELETE' | LIKE STRING | Public | |
| C_ON_LEAD_SELECT | Constant | 'ON_LEAD_SELECT' | LIKE STRING | Public | |
| MO_ACTIVE_WINDOW | Instance Attribute | Window Controller | LIKE IF_WD_CONTROLLER | Private | |
| MO_ACT_TYPE | Instance Attribute | Table type for Activity Type table | LIKE STRING | Private | |
| MO_COMPONENT | Instance Attribute | Web Dynpro: Component | LIKE IF_WD_COMPONENT | Private | |
| MO_CURRENT_EVENT | Instance Attribute | CL_FPM_EVENT | LIKE CL_FPM_EVENT | Private | |
| MT_FORM_PARAMETERS | Instance Attribute | Table type for GUIBB parameters design time | LIKE /BOFU/T_CUIBB_CONFIG | Private | |
| MT_LABEL_ASSIGNMENTS | Instance Attribute | LIKE STRING | Private | ||
| MT_OVS | Instance Attribute | LIKE TY_T_OVS | Private | ||
| MT_REG_TABLES | Instance Attribute | LIKE TY_T_UI_TABLES | Private | ||
| MT_REG_VIEWS | Instance Attribute | LIKE TY_T_REG_VIEWS | Private | ||
| MT_UI_ELEMENTS | Instance Attribute | LIKE TY_T_UI_ELEMENT | Private | ||
| MV_SORTED_COLUMN | Instance Attribute | Sorted Column | LIKE STRING | Private | |
| MV_SORTED_DIRECTION | Instance Attribute | Web Dynpro: TableColumnSortDirection | LIKE WDUI_TABLE_COL_SORT_DIR | Private | |
| MV_UPDATE_CHANGELOG_CALLED | Instance Attribute | Checkbox | LIKE XFELD | Private |
/BOFU/CL_CUIBB_ASSISTANCE types
TY_S_COMP_ASSIGN -TY_S_EVENT -
TY_S_FEEDER -
TY_S_FIELD_PROPERTY -
TY_S_KEY -
TY_S_OVS -
TY_S_REG_VIEWS -
TY_S_SUFFIX -
TY_S_UI_ELEMENT -
TY_S_UI_TABLE -
TY_T_COMP_ASSIGN -
TY_T_KEYS -
TY_T_OVS -
TY_T_REG_VIEWS -
TY_T_UI_ELEMENT -
TY_T_UI_TABLES -
Links to Related Class(s)
/BOFU/CL...Full list of available SAP object classes
Search for further information about these or an SAP related objects