SAP CL_ISUBBP_CUCOBBP_IMPL OO Class -
CL_ISUBBP_CUCOBBP_IMPL 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_ISUBBP_CUCOBBP_IMPL 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_ISUBBP_CUCOBBP_IMPL is CL_ISUBBP_CUCOBBPInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_BSP_DLC_OBJ_TYPE_CALLBACKInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_BSP_WD_HISTORY_STATEInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_CRM_IC_EVENT_LISTENERMethod list of CL_ISUBBP_CUCOBBP_IMPL 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 |
| CHANGE_AMOUNT | Public | |
| CALL METHOD cl_isubbp_cucobbp_impl=>CHANGE_AMOUNT...more details | ||
| CHANGE_CUMAMOUNT | Public | |
| CALL METHOD cl_isubbp_cucobbp_impl=>CHANGE_CUMAMOUNT...more details | ||
| DDVALUE_CHANGEFROM | Public | |
| CALL METHOD cl_isubbp_cucobbp_impl=>DDVALUE_CHANGEFROM...more details | ||
| EXTRAPOLATE_BBPLAN | Public | |
| CALL METHOD cl_isubbp_cucobbp_impl=>EXTRAPOLATE_BBPLAN...more details | ||
| GET_ACTIVEBBPLANS | Public | |
| CALL METHOD cl_isubbp_cucobbp_impl=>GET_ACTIVEBBPLANS...more details | ||
| GET_AMOUNTOLD | Public | |
| CALL METHOD cl_isubbp_cucobbp_impl=>GET_AMOUNTOLD...more details | ||
|
| ||
| GET_BBPLANLINES | Public | |
| CALL METHOD cl_isubbp_cucobbp_impl=>GET_BBPLANLINES...more details | ||
| GET_BBPLANNUMBER | Public | |
| CALL METHOD cl_isubbp_cucobbp_impl=>GET_BBPLANNUMBER...more details | ||
| GET_COMP_CONTROLLER | Public | |
| CALL METHOD cl_isubbp_cucobbp_impl=>GET_COMP_CONTROLLER...more details | ||
| GET_CONSUMPTION | Public | |
| CALL METHOD cl_isubbp_cucobbp_impl=>GET_CONSUMPTION...more details | ||
| GET_CUMAMOUNTOLD | Public | |
| CALL METHOD cl_isubbp_cucobbp_impl=>GET_CUMAMOUNTOLD...more details | ||
| GET_DEACTIVEBBPLANS | Public | |
| CALL METHOD cl_isubbp_cucobbp_impl=>GET_DEACTIVEBBPLANS...more details | ||
| GET_METERREAD | Public | |
| CALL METHOD cl_isubbp_cucobbp_impl=>GET_METERREAD...more details | ||
| GET_TRAY_TITLE | Public | |
| CALL METHOD cl_isubbp_cucobbp_impl=>GET_TRAY_TITLE...more details | ||
| INITIALIZE_CUCOBBP | Public | |
| CALL METHOD cl_isubbp_cucobbp_impl=>INITIALIZE_CUCOBBP...more details | ||
| IS_TABLINK_ENABLED | Public | |
| CALL METHOD cl_isubbp_cucobbp_impl=>IS_TABLINK_ENABLED...more details | ||
| REREAD_BBPLANLINES | Public | |
| CALL METHOD cl_isubbp_cucobbp_impl=>REREAD_BBPLANLINES...more details | ||
| RESET_MR | Public | |
| CALL METHOD cl_isubbp_cucobbp_impl=>RESET_MR...more details | ||
| SAVE_BBPLAN | Public | |
| CALL METHOD cl_isubbp_cucobbp_impl=>SAVE_BBPLAN...more details | ||
| SET_ACTIVE_VIEW | Public | |
| CALL METHOD cl_isubbp_cucobbp_impl=>SET_ACTIVE_VIEW...more details | ||
| SWITCH_PROCESS_MODE | Public | |
| CALL METHOD cl_isubbp_cucobbp_impl=>SWITCH_PROCESS_MODE...more details | ||
CL_ISUBBP_CUCOBBP_IMPL 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 |
| GC_CUCO_NAME | Constant | 'ISUBBP/CuCoBbp' | LIKE STRING | Public | |
| GV_ACTIVE_VIEW | Instance Attribute | Fixed length and case sensitive view name | LIKE BSP_WD_VIEW_NAME | Public | |
| GV_CONF_CONTRACC | Instance Attribute | Contract Account Number | LIKE VKONT_KK | Public | |
| GV_ENABLE_SAVE | Static Attribute | ABAP_FALSE | LIKE C | Public | |
| GV_PROCESSING_MODE | Static Attribute | Processing mode (1 = display, 2 = change, 3 = create...) | LIKE E_MODE | Public | |
| GV_REREAD | Instance Attribute | LIKE ABAP_BOOL | Public |
Links to Related Class(s)
CL_ISUBB...Full list of available SAP object classes
Search for further information about these or an SAP related objects