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 NameDescriptionVisability
CHECK_CONTROLLER_EXISTSPrivate
CALL METHOD cl_bsp_wd_gen_tool=>CHECK_CONTROLLER_EXISTS...more details

CHECK_CONTROLLER_IMPL_EXISTSPrivate
CALL METHOD cl_bsp_wd_gen_tool=>CHECK_CONTROLLER_IMPL_EXISTS...more details

CHECK_LAYOUT_EXISTSPrivate
CALL METHOD cl_bsp_wd_gen_tool=>CHECK_LAYOUT_EXISTS...more details

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

CONTEXT_CLASS_GENERATEGenerate BSP Controller ClassProtected
CALL METHOD cl_bsp_wd_gen_tool=>CONTEXT_CLASS_GENERATE...more details

CONTROLLER_CLASS_GENGenerate BSP Controller ClassProtected
CALL METHOD cl_bsp_wd_gen_tool=>CONTROLLER_CLASS_GEN...more details

CONTROLLER_DEF_GENERATEGenerate BSP ControllerProtected
CALL METHOD cl_bsp_wd_gen_tool=>CONTROLLER_DEF_GENERATE...more details

CONTR_IMPL_CLASS_GENERATEGenerate BSP Controller Implementation ClassProtected
CALL METHOD cl_bsp_wd_gen_tool=>CONTR_IMPL_CLASS_GENERATE...more details

CREATE_CONTROLLERPrivate
CALL METHOD cl_bsp_wd_gen_tool=>CREATE_CONTROLLER...more details

CREATE_VIEW_COMPLETEGenerate a Complete BSP WD ViewPublic
CALL METHOD cl_bsp_wd_gen_tool=>CREATE_VIEW_COMPLETE...more details

CREATE_VIEW_PARTSPrivate
CALL METHOD cl_bsp_wd_gen_tool=>CREATE_VIEW_PARTS...more details

GENERATE_CLASSES_FROM_SOURCEPrivate
CALL METHOD cl_bsp_wd_gen_tool=>GENERATE_CLASSES_FROM_SOURCE...more details

TRANSFORMPrivate
CALL METHOD cl_bsp_wd_gen_tool=>TRANSFORM...more details

VIEW_CONTROLLER_CLASS_GENERATEGenerate BSP Controller ClassProtected
CALL METHOD cl_bsp_wd_gen_tool=>VIEW_CONTROLLER_CLASS_GENERATE...more details

VIEW_LAYOUT_GENERATEGenerate BSP View LayoutProtected
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.

NameLevelDescriptionInitial ValueTypeVisability
BSP_APPLInstance AttributeName of BSP ApplicationLIKE
O2APPLNAME
Protected
CONTROLLER_GENCLASSInstance AttributeGenerated Controller ClassLIKE
SEOCLSNAME
Protected
CONTROLLER_IMPLCLASSInstance AttributeController Implementation ClassLIKE
SEOCLSNAME
Protected
CORRECTION_REQUESTInstance AttributeRequest/TaskLIKE
TRKORR
Protected
GENINFOInstance AttributeData Retrieval Interface for Generation ToolsLIKE
IF_BSP_WD_GENINFO
Protected
GENMODELInstance AttributeLIKE
Private
LOGInstance AttributeLogging InterfaceLIKE
IF_BSP_WD_LOGGING
Protected
TESTInstance AttributeLIKE
Private
VIEWNAMEInstance AttributeLIKE
Private
XML_SOURCEInstance AttributeSource XML for GenerationLIKE
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



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!