SAP CL_BSP_WD_GEN_TOOL OO Class - BSP WD Generator
CL_BSP_WD_GEN_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_GEN_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_GEN_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 |
| CHECK_CONTROLLER_EXISTS | Private | |
| CALL METHOD cl_bsp_wd_gen_tool=>CHECK_CONTROLLER_EXISTS...more details | ||
| CHECK_CONTROLLER_IMPL_EXISTS | Private | |
| CALL METHOD cl_bsp_wd_gen_tool=>CHECK_CONTROLLER_IMPL_EXISTS...more details | ||
| CHECK_LAYOUT_EXISTS | Private | |
| CALL METHOD cl_bsp_wd_gen_tool=>CHECK_LAYOUT_EXISTS...more details | ||
| CONSTRUCTOR | Constructor | Public |
| CALL METHOD cl_bsp_wd_gen_tool=>CONSTRUCTOR...more details | ||
| CONTEXT_CLASS_GENERATE | Generate BSP Controller Class | Protected |
| CALL METHOD cl_bsp_wd_gen_tool=>CONTEXT_CLASS_GENERATE...more details | ||
| CONTROLLER_CLASS_GEN | Generate BSP Controller Class | Protected |
| CALL METHOD cl_bsp_wd_gen_tool=>CONTROLLER_CLASS_GEN...more details | ||
|
| ||
| CONTROLLER_DEF_GENERATE | Generate BSP Controller | Protected |
| CALL METHOD cl_bsp_wd_gen_tool=>CONTROLLER_DEF_GENERATE...more details | ||
| CONTR_IMPL_CLASS_GENERATE | Generate BSP Controller Implementation Class | Protected |
| CALL METHOD cl_bsp_wd_gen_tool=>CONTR_IMPL_CLASS_GENERATE...more details | ||
| CREATE_CONTROLLER | Private | |
| CALL METHOD cl_bsp_wd_gen_tool=>CREATE_CONTROLLER...more details | ||
| CREATE_VIEW_COMPLETE | Generate a Complete BSP WD View | Public |
| CALL METHOD cl_bsp_wd_gen_tool=>CREATE_VIEW_COMPLETE...more details | ||
| CREATE_VIEW_PARTS | Private | |
| CALL METHOD cl_bsp_wd_gen_tool=>CREATE_VIEW_PARTS...more details | ||
| GENERATE_CLASSES_FROM_SOURCE | Private | |
| CALL METHOD cl_bsp_wd_gen_tool=>GENERATE_CLASSES_FROM_SOURCE...more details | ||
| TRANSFORM | Private | |
| CALL METHOD cl_bsp_wd_gen_tool=>TRANSFORM...more details | ||
| VIEW_CONTROLLER_CLASS_GENERATE | Generate BSP Controller Class | Protected |
| CALL METHOD cl_bsp_wd_gen_tool=>VIEW_CONTROLLER_CLASS_GENERATE...more details | ||
| VIEW_LAYOUT_GENERATE | Generate BSP View Layout | Protected |
| CALL METHOD cl_bsp_wd_gen_tool=>VIEW_LAYOUT_GENERATE...more details | ||
CL_BSP_WD_GEN_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 |
| BSP_APPL | Instance Attribute | Name of BSP Application | LIKE O2APPLNAME | Protected | |
| CONTROLLER_GENCLASS | Instance Attribute | Generated Controller Class | LIKE SEOCLSNAME | Protected | |
| CONTROLLER_IMPLCLASS | Instance Attribute | Controller Implementation Class | LIKE SEOCLSNAME | Protected | |
| CORRECTION_REQUEST | Instance Attribute | Request/Task | LIKE TRKORR | Protected | |
| GENINFO | Instance Attribute | Data Retrieval Interface for Generation Tools | LIKE IF_BSP_WD_GENINFO | Protected | |
| GENMODEL | Instance Attribute | LIKE | Private | ||
| LOG | Instance Attribute | Logging Interface | LIKE IF_BSP_WD_LOGGING | Protected | |
| TEST | Instance Attribute | LIKE | Private | ||
| VIEWNAME | Instance Attribute | LIKE | Private | ||
| XML_SOURCE | Instance Attribute | Source XML for Generation | LIKE STRING | Protected |
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