SAP CL_BSP_WD_CLASS_EDIT_TOOL OO Class - Editing Tools for ABAP OO Classes
CL_BSP_WD_CLASS_EDIT_TOOL 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_CLASS_EDIT_TOOL 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_CLASS_EDIT_TOOL 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 Activation | Public |
| CALL METHOD cl_bsp_wd_class_edit_tool=>ACTIVATE...more details | ||
| BUILD_WORK_LIST | Private | |
| CALL METHOD cl_bsp_wd_class_edit_tool=>BUILD_WORK_LIST...more details | ||
| CONSTRUCTOR | Constructor | Public |
| CALL METHOD cl_bsp_wd_class_edit_tool=>CONSTRUCTOR...more details | ||
| COPY_CLASS | Copies the Class | Public |
| CALL METHOD cl_bsp_wd_class_edit_tool=>COPY_CLASS...more details | ||
| DELETE_ATTRIBUTE | Returns API Object for an Existing Method | Public |
| CALL METHOD cl_bsp_wd_class_edit_tool=>DELETE_ATTRIBUTE...more details | ||
| DELETE_CLASS | Private | |
| CALL METHOD cl_bsp_wd_class_edit_tool=>DELETE_CLASS...more details | ||
|
| ||
| DELETE_COMPONENT | Private | |
| CALL METHOD cl_bsp_wd_class_edit_tool=>DELETE_COMPONENT...more details | ||
| DELETE_INHERITANCE | Deletion of Inheritence Relationship | Public |
| CALL METHOD cl_bsp_wd_class_edit_tool=>DELETE_INHERITANCE...more details | ||
| DELETE_METHOD | Returns API Object for an Existing Method | Public |
| CALL METHOD cl_bsp_wd_class_edit_tool=>DELETE_METHOD...more details | ||
| GET_ATTRIBUTE | Returns Template Object for Creating a New Attribute | Public |
| CALL METHOD cl_bsp_wd_class_edit_tool=>GET_ATTRIBUTE...more details | ||
| GET_ATTRIBUTE_TEMPLATE | Returns Template Object for Creating a New Attribute | Public |
| CALL METHOD cl_bsp_wd_class_edit_tool=>GET_ATTRIBUTE_TEMPLATE...more details | ||
| GET_HANDLER_TEMPLATE | Returns Template Object for Creating a New Event Handler | Public |
| CALL METHOD cl_bsp_wd_class_edit_tool=>GET_HANDLER_TEMPLATE...more details | ||
| GET_METHOD | Returns API Object for an Existing Method | Public |
| CALL METHOD cl_bsp_wd_class_edit_tool=>GET_METHOD...more details | ||
| GET_METHOD_4_DISPLAY | Returns API Object for an Existing Method | Public |
| CALL METHOD cl_bsp_wd_class_edit_tool=>GET_METHOD_4_DISPLAY...more details | ||
| GET_METHOD_TEMPLATE | Returns Template Object for Creating a New Method | Public |
| CALL METHOD cl_bsp_wd_class_edit_tool=>GET_METHOD_TEMPLATE...more details | ||
| GET_SUPER_CLASSNAME | Returns Name of Superclass | Public |
| CALL METHOD cl_bsp_wd_class_edit_tool=>GET_SUPER_CLASSNAME...more details | ||
| ON_CREATED | Private | |
| CALL METHOD cl_bsp_wd_class_edit_tool=>ON_CREATED...more details | ||
| ON_SAVED | Private | |
| CALL METHOD cl_bsp_wd_class_edit_tool=>ON_SAVED...more details | ||
| REDEFINE_METHOD | Returns API Object for Redefining a Method | Public |
| CALL METHOD cl_bsp_wd_class_edit_tool=>REDEFINE_METHOD...more details | ||
| REGISTER_FOR_ACTIVATION | Private | |
| CALL METHOD cl_bsp_wd_class_edit_tool=>REGISTER_FOR_ACTIVATION...more details | ||
| SET_ACCESS_MODE | Private | |
| CALL METHOD cl_bsp_wd_class_edit_tool=>SET_ACCESS_MODE...more details | ||
| SET_SUPER_CLASS | Create or Change Inheritence Relationship | Public |
| CALL METHOD cl_bsp_wd_class_edit_tool=>SET_SUPER_CLASS...more details | ||
| UNDO_METHOD_REDEFINITION | Deletes a Method Redefinition | Public |
| CALL METHOD cl_bsp_wd_class_edit_tool=>UNDO_METHOD_REDEFINITION...more details | ||
CL_BSP_WD_CLASS_EDIT_TOOL 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 |
| CLASSKEY | Instance Attribute | Key Structure of a Class | LIKE SEOCLSKEY | Protected | |
| CO_CHANGE_MODE | Instance Attribute | LIKE | Private | ||
| CO_DISPLAY_MODE | Instance Attribute | LIKE | Private | ||
| CO_FREE_MODE | Instance Attribute | LIKE | Private | ||
| CURRENT_ACCESS_MODE | Instance Attribute | LIKE | Private | ||
| PENDING_METHODS | Instance Attribute | Table of Methods for Activation | LIKE TY_METHODS | Private | |
| PENDING_OTHER_PARTS | Instance Attribute | Table of Parts for Activation | LIKE TY_INACT_PARTS | Private | |
| PENDING_SECTIONS | Instance Attribute | Structure of Sections for Activation | LIKE TY_SECTIONS | Private | |
| SUPPRESS_AUTHORITY_CHECK | Instance Attribute | LIKE | Private |
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