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 Name | Description | Visability |
| ACTIVATE_CLASS | Delete Class | Private |
| CALL METHOD cl_bsp_wd_wb_object=>ACTIVATE_CLASS...more details | ||
| ADD_EXCL_CLASS | Adds an Object to Deletion List | Private |
| CALL METHOD cl_bsp_wd_wb_object=>ADD_EXCL_CLASS...more details | ||
| ADD_OBJECT_TO_LIST | Adds an Object to Deletion List | Private |
| CALL METHOD cl_bsp_wd_wb_object=>ADD_OBJECT_TO_LIST...more details | ||
| CALL_DECISION_DIALOG | Displays Selection List for Object to Be Deleted | Private |
| CALL METHOD cl_bsp_wd_wb_object=>CALL_DECISION_DIALOG...more details | ||
| CHECK_CLASS_INHERITANCE | Public | |
| CALL METHOD cl_bsp_wd_wb_object=>CHECK_CLASS_INHERITANCE...more details | ||
| CHECK_EXCL_CLASS | Checks Whether Specified Class Cannot Be Deleted | Private |
| CALL METHOD cl_bsp_wd_wb_object=>CHECK_EXCL_CLASS...more details | ||
|
| ||
| CLASS_CONSTRUCTOR | Public | |
| CALL METHOD cl_bsp_wd_wb_object=>CLASS_CONSTRUCTOR...more details | ||
| DELETE_BSP_CONTR | Delete Class | Private |
| CALL METHOD cl_bsp_wd_wb_object=>DELETE_BSP_CONTR...more details | ||
| DELETE_BSP_VIEW | Delete Class | Private |
| CALL METHOD cl_bsp_wd_wb_object=>DELETE_BSP_VIEW...more details | ||
| DELETE_CLASSES | Delete Class | Private |
| CALL METHOD cl_bsp_wd_wb_object=>DELETE_CLASSES...more details | ||
| DELETE_CNODE_ATTR | Delete Context Attribute | Public |
| CALL METHOD cl_bsp_wd_wb_object=>DELETE_CNODE_ATTR...more details | ||
| DELETE_CNODE_ATTR_DEFINITION | Deletion of Context Node Definition of an Attribute | Private |
| CALL METHOD cl_bsp_wd_wb_object=>DELETE_CNODE_ATTR_DEFINITION...more details | ||
| DELETE_CNODE_METHODS | Delete Context Node Setter and -Getter Methods | Private |
| CALL METHOD cl_bsp_wd_wb_object=>DELETE_CNODE_METHODS...more details | ||
| DELETE_CUST_CONTROLLER | Delete WD View | Public |
| CALL METHOD cl_bsp_wd_wb_object=>DELETE_CUST_CONTROLLER...more details | ||
| DELETE_VIEW | Delete WD View | Public |
| CALL METHOD cl_bsp_wd_wb_object=>DELETE_VIEW...more details | ||
| DELETE_VIEW_CONFIGURATION | Public | |
| CALL METHOD cl_bsp_wd_wb_object=>DELETE_VIEW_CONFIGURATION...more details | ||
| DELETE_WINDOW | Delete WD View | Public |
| CALL METHOD cl_bsp_wd_wb_object=>DELETE_WINDOW...more details | ||
| GET_PARENT_CLASS | Delivers Higher-Level Class | Public |
| CALL METHOD cl_bsp_wd_wb_object=>GET_PARENT_CLASS...more details | ||
| IS_PAGE_DELETABLE | Private | |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| APOSTROPHE | Static Attribute | Character: Apostrophe | LIKE CHAR1 | Public | |
| CUSTOMER_EXIT | Static Attribute | BAdI Interface IF_EX_BSP_WD_APPL_WB | LIKE IF_EX_BSP_WD_APPL_WB | Protected | |
| EXCL_CLASSES | Static Attribute | Table of classes | LIKE GTYPE_CLASS_TAB | Private | |
| GV_LOG | Static Attribute | LIKE CL_BSP_WD_WZ_APPL_LOG | Private | ||
| GV_TRKORR | Static Attribute | Request/Task | LIKE TRKORR | Private | |
| LIST | Static Attribute | Table with Controller Names | LIKE BSP_WD_WB_OBJ_ELEM_DESC_TAB | Private | |
| LOG_STORAGE_DAYS | Static Attribute | LIKE 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