SAP CL_BSP_WD_WB_OBJECT OO Class - BSP WD Workbench Objects









CL_BSP_WD_WB_OBJECT 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_BSP_WD_WB_OBJECT including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events



Method list of CL_BSP_WD_WB_OBJECT 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
ACTIVATE_CLASSDelete ClassPrivate
CALL METHOD cl_bsp_wd_wb_object=>ACTIVATE_CLASS...more details

ADD_EXCL_CLASSAdds an Object to Deletion ListPrivate
CALL METHOD cl_bsp_wd_wb_object=>ADD_EXCL_CLASS...more details

ADD_OBJECT_TO_LISTAdds an Object to Deletion ListPrivate
CALL METHOD cl_bsp_wd_wb_object=>ADD_OBJECT_TO_LIST...more details

CALL_DECISION_DIALOGDisplays Selection List for Object to Be DeletedPrivate
CALL METHOD cl_bsp_wd_wb_object=>CALL_DECISION_DIALOG...more details

CHECK_CLASS_INHERITANCEPublic
CALL METHOD cl_bsp_wd_wb_object=>CHECK_CLASS_INHERITANCE...more details

CHECK_EXCL_CLASSChecks Whether Specified Class Cannot Be DeletedPrivate
CALL METHOD cl_bsp_wd_wb_object=>CHECK_EXCL_CLASS...more details

CLASS_CONSTRUCTORPublic
CALL METHOD cl_bsp_wd_wb_object=>CLASS_CONSTRUCTOR...more details

DELETE_BSP_CONTRDelete ClassPrivate
CALL METHOD cl_bsp_wd_wb_object=>DELETE_BSP_CONTR...more details

DELETE_BSP_VIEWDelete ClassPrivate
CALL METHOD cl_bsp_wd_wb_object=>DELETE_BSP_VIEW...more details

DELETE_CLASSESDelete ClassPrivate
CALL METHOD cl_bsp_wd_wb_object=>DELETE_CLASSES...more details

DELETE_CNODE_ATTRDelete Context AttributePublic
CALL METHOD cl_bsp_wd_wb_object=>DELETE_CNODE_ATTR...more details

DELETE_CNODE_ATTR_DEFINITIONDeletion of Context Node Definition of an AttributePrivate
CALL METHOD cl_bsp_wd_wb_object=>DELETE_CNODE_ATTR_DEFINITION...more details

DELETE_CNODE_METHODSDelete Context Node Setter and -Getter MethodsPrivate
CALL METHOD cl_bsp_wd_wb_object=>DELETE_CNODE_METHODS...more details

DELETE_CUST_CONTROLLERDelete WD ViewPublic
CALL METHOD cl_bsp_wd_wb_object=>DELETE_CUST_CONTROLLER...more details

DELETE_VIEWDelete WD ViewPublic
CALL METHOD cl_bsp_wd_wb_object=>DELETE_VIEW...more details

DELETE_VIEW_CONFIGURATIONPublic
CALL METHOD cl_bsp_wd_wb_object=>DELETE_VIEW_CONFIGURATION...more details

DELETE_WINDOWDelete WD ViewPublic
CALL METHOD cl_bsp_wd_wb_object=>DELETE_WINDOW...more details

GET_PARENT_CLASSDelivers Higher-Level ClassPublic
CALL METHOD cl_bsp_wd_wb_object=>GET_PARENT_CLASS...more details

IS_PAGE_DELETABLEPrivate
CALL METHOD cl_bsp_wd_wb_object=>IS_PAGE_DELETABLE...more details



CL_BSP_WD_WB_OBJECT 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
APOSTROPHEStatic AttributeCharacter: ApostropheLIKE
CHAR1
Public
CUSTOMER_EXITStatic AttributeBAdI Interface IF_EX_BSP_WD_APPL_WBLIKE
IF_EX_BSP_WD_APPL_WB
Protected
EXCL_CLASSESStatic AttributeTable of classesLIKE
GTYPE_CLASS_TAB
Private
GV_LOGStatic AttributeLIKE
CL_BSP_WD_WZ_APPL_LOG
Private
GV_TRKORRStatic AttributeRequest/TaskLIKE
TRKORR
Private
LISTStatic AttributeTable with Controller NamesLIKE
BSP_WD_WB_OBJ_ELEM_DESC_TAB
Private
LOG_STORAGE_DAYSStatic AttributeLIKE
I
Private




CL_BSP_WD_WB_OBJECT types

GTYPE_CLASS_TAB -

Links to Related Class(s)

CL_BSP_W...
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!