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 NameDescriptionVisability
ACTIVATEClass ActivationPublic
CALL METHOD cl_bsp_wd_class_edit_tool=>ACTIVATE...more details

BUILD_WORK_LISTPrivate
CALL METHOD cl_bsp_wd_class_edit_tool=>BUILD_WORK_LIST...more details

CONSTRUCTORConstructorPublic
CALL METHOD cl_bsp_wd_class_edit_tool=>CONSTRUCTOR...more details

COPY_CLASSCopies the ClassPublic
CALL METHOD cl_bsp_wd_class_edit_tool=>COPY_CLASS...more details

DELETE_ATTRIBUTEReturns API Object for an Existing MethodPublic
CALL METHOD cl_bsp_wd_class_edit_tool=>DELETE_ATTRIBUTE...more details

DELETE_CLASSPrivate
CALL METHOD cl_bsp_wd_class_edit_tool=>DELETE_CLASS...more details

DELETE_COMPONENTPrivate
CALL METHOD cl_bsp_wd_class_edit_tool=>DELETE_COMPONENT...more details

DELETE_INHERITANCEDeletion of Inheritence RelationshipPublic
CALL METHOD cl_bsp_wd_class_edit_tool=>DELETE_INHERITANCE...more details

DELETE_METHODReturns API Object for an Existing MethodPublic
CALL METHOD cl_bsp_wd_class_edit_tool=>DELETE_METHOD...more details

GET_ATTRIBUTEReturns Template Object for Creating a New AttributePublic
CALL METHOD cl_bsp_wd_class_edit_tool=>GET_ATTRIBUTE...more details

GET_ATTRIBUTE_TEMPLATEReturns Template Object for Creating a New AttributePublic
CALL METHOD cl_bsp_wd_class_edit_tool=>GET_ATTRIBUTE_TEMPLATE...more details

GET_HANDLER_TEMPLATEReturns Template Object for Creating a New Event HandlerPublic
CALL METHOD cl_bsp_wd_class_edit_tool=>GET_HANDLER_TEMPLATE...more details

GET_METHODReturns API Object for an Existing MethodPublic
CALL METHOD cl_bsp_wd_class_edit_tool=>GET_METHOD...more details

GET_METHOD_4_DISPLAYReturns API Object for an Existing MethodPublic
CALL METHOD cl_bsp_wd_class_edit_tool=>GET_METHOD_4_DISPLAY...more details

GET_METHOD_TEMPLATEReturns Template Object for Creating a New MethodPublic
CALL METHOD cl_bsp_wd_class_edit_tool=>GET_METHOD_TEMPLATE...more details

GET_SUPER_CLASSNAMEReturns Name of SuperclassPublic
CALL METHOD cl_bsp_wd_class_edit_tool=>GET_SUPER_CLASSNAME...more details

ON_CREATEDPrivate
CALL METHOD cl_bsp_wd_class_edit_tool=>ON_CREATED...more details

ON_SAVEDPrivate
CALL METHOD cl_bsp_wd_class_edit_tool=>ON_SAVED...more details

REDEFINE_METHODReturns API Object for Redefining a MethodPublic
CALL METHOD cl_bsp_wd_class_edit_tool=>REDEFINE_METHOD...more details

REGISTER_FOR_ACTIVATIONPrivate
CALL METHOD cl_bsp_wd_class_edit_tool=>REGISTER_FOR_ACTIVATION...more details

SET_ACCESS_MODEPrivate
CALL METHOD cl_bsp_wd_class_edit_tool=>SET_ACCESS_MODE...more details

SET_SUPER_CLASSCreate or Change Inheritence RelationshipPublic
CALL METHOD cl_bsp_wd_class_edit_tool=>SET_SUPER_CLASS...more details

UNDO_METHOD_REDEFINITIONDeletes a Method RedefinitionPublic
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.

NameLevelDescriptionInitial ValueTypeVisability
CLASSKEYInstance AttributeKey Structure of a ClassLIKE
SEOCLSKEY
Protected
CO_CHANGE_MODEInstance AttributeLIKE
Private
CO_DISPLAY_MODEInstance AttributeLIKE
Private
CO_FREE_MODEInstance AttributeLIKE
Private
CURRENT_ACCESS_MODEInstance AttributeLIKE
Private
PENDING_METHODSInstance AttributeTable of Methods for ActivationLIKE
TY_METHODS
Private
PENDING_OTHER_PARTSInstance AttributeTable of Parts for ActivationLIKE
TY_INACT_PARTS
Private
PENDING_SECTIONSInstance AttributeStructure of Sections for ActivationLIKE
TY_SECTIONS
Private
SUPPRESS_AUTHORITY_CHECKInstance AttributeLIKE
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



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!