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_CUCOBBP

Interface 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_CALLBACK

Interface 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_STATE

Interface 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_LISTENER

Method 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 NameDescriptionVisability
CHANGE_AMOUNTPublic
CALL METHOD cl_isubbp_cucobbp_impl=>CHANGE_AMOUNT...more details

CHANGE_CUMAMOUNTPublic
CALL METHOD cl_isubbp_cucobbp_impl=>CHANGE_CUMAMOUNT...more details

DDVALUE_CHANGEFROMPublic
CALL METHOD cl_isubbp_cucobbp_impl=>DDVALUE_CHANGEFROM...more details

EXTRAPOLATE_BBPLANPublic
CALL METHOD cl_isubbp_cucobbp_impl=>EXTRAPOLATE_BBPLAN...more details

GET_ACTIVEBBPLANSPublic
CALL METHOD cl_isubbp_cucobbp_impl=>GET_ACTIVEBBPLANS...more details

GET_AMOUNTOLDPublic
CALL METHOD cl_isubbp_cucobbp_impl=>GET_AMOUNTOLD...more details

GET_BBPLANLINESPublic
CALL METHOD cl_isubbp_cucobbp_impl=>GET_BBPLANLINES...more details

GET_BBPLANNUMBERPublic
CALL METHOD cl_isubbp_cucobbp_impl=>GET_BBPLANNUMBER...more details

GET_COMP_CONTROLLERPublic
CALL METHOD cl_isubbp_cucobbp_impl=>GET_COMP_CONTROLLER...more details

GET_CONSUMPTIONPublic
CALL METHOD cl_isubbp_cucobbp_impl=>GET_CONSUMPTION...more details

GET_CUMAMOUNTOLDPublic
CALL METHOD cl_isubbp_cucobbp_impl=>GET_CUMAMOUNTOLD...more details

GET_DEACTIVEBBPLANSPublic
CALL METHOD cl_isubbp_cucobbp_impl=>GET_DEACTIVEBBPLANS...more details

GET_METERREADPublic
CALL METHOD cl_isubbp_cucobbp_impl=>GET_METERREAD...more details

GET_TRAY_TITLEPublic
CALL METHOD cl_isubbp_cucobbp_impl=>GET_TRAY_TITLE...more details

INITIALIZE_CUCOBBPPublic
CALL METHOD cl_isubbp_cucobbp_impl=>INITIALIZE_CUCOBBP...more details

IS_TABLINK_ENABLEDPublic
CALL METHOD cl_isubbp_cucobbp_impl=>IS_TABLINK_ENABLED...more details

REREAD_BBPLANLINESPublic
CALL METHOD cl_isubbp_cucobbp_impl=>REREAD_BBPLANLINES...more details

RESET_MRPublic
CALL METHOD cl_isubbp_cucobbp_impl=>RESET_MR...more details

SAVE_BBPLANPublic
CALL METHOD cl_isubbp_cucobbp_impl=>SAVE_BBPLAN...more details

SET_ACTIVE_VIEWPublic
CALL METHOD cl_isubbp_cucobbp_impl=>SET_ACTIVE_VIEW...more details

SWITCH_PROCESS_MODEPublic
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.

NameLevelDescriptionInitial ValueTypeVisability
GC_CUCO_NAMEConstant'ISUBBP/CuCoBbp'LIKE
STRING
Public
GV_ACTIVE_VIEWInstance AttributeFixed length and case sensitive view nameLIKE
BSP_WD_VIEW_NAME
Public
GV_CONF_CONTRACCInstance AttributeContract Account NumberLIKE
VKONT_KK
Public
GV_ENABLE_SAVEStatic AttributeABAP_FALSELIKE
C
Public
GV_PROCESSING_MODEStatic AttributeProcessing mode (1 = display, 2 = change, 3 = create...)LIKE
E_MODE
Public
GV_REREADInstance AttributeLIKE
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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!