SAP CL_BSP_WD_COMPONENT_USAGE OO Class - Component Usage









CL_BSP_WD_COMPONENT_USAGE 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_COMPONENT_USAGE including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_BSP_WD_COMPONENT_USAGE

Method list of CL_BSP_WD_COMPONENT_USAGE 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
CONSTRUCTORConstructorPublic
CALL METHOD cl_bsp_wd_component_usage=>CONSTRUCTOR...more details

CREATE_COMPONENTGenerates a Component InstancePublic
CALL METHOD cl_bsp_wd_component_usage=>CREATE_COMPONENT...more details

DELETE_COMPONENTDeletes a Component InstancePublic
CALL METHOD cl_bsp_wd_component_usage=>DELETE_COMPONENT...more details

GET_CONTEXT_NODEPublic
CALL METHOD cl_bsp_wd_component_usage=>GET_CONTEXT_NODE...more details

GET_INTERFACE_VIEW_CONTRReturns the Controller of an Interface ViewPublic
CALL METHOD cl_bsp_wd_component_usage=>GET_INTERFACE_VIEW_CONTR...more details

GET_INTERFACE_VIEW_DEFReturns the Controller of an Interface ViewPublic
CALL METHOD cl_bsp_wd_component_usage=>GET_INTERFACE_VIEW_DEF...more details

GET_WINDOW_IDPrivate
CALL METHOD cl_bsp_wd_component_usage=>GET_WINDOW_ID...more details

INTERFACE_VIEW_SET_ACTIVEDeactivates an Interface ViewPublic
CALL METHOD cl_bsp_wd_component_usage=>INTERFACE_VIEW_SET_ACTIVE...more details

ON_COMPONENT_EVENTPrivate
CALL METHOD cl_bsp_wd_component_usage=>ON_COMPONENT_EVENT...more details

REGISTER_EMBEDDINGPublic
CALL METHOD cl_bsp_wd_component_usage=>REGISTER_EMBEDDING...more details

WD_INTERFACE_VIEW_INITIALIZEActivates and Initializes an Interface ViewPublic
CALL METHOD cl_bsp_wd_component_usage=>WD_INTERFACE_VIEW_INITIALIZE...more details



CL_BSP_WD_COMPONENT_USAGE 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
CHILD_COMPONENTInstance AttributeBSP WD Component ControllerLIKE
CL_BSP_WD_COMPONENT_CONTROLLER
Private
CHILD_COMPONENT_IDInstance AttributeLIKE
STRING
Private
COMPONENT_FACTORYInstance AttributeComponent AdministrationLIKE
CL_BSP_WD_COMPONENT_FACTORY
Private
COMPONENT_TYPEInstance AttributeName of BSP ApplicationLIKE
O2APPLNAME
Private
CO_PARENT_USAGEConstantComponent Name'*PARENT*'LIKE
BSP_WD_COMPONENT_NAME
Public
EVENT_REGISTRYInstance AttributeLIKE
LTYPE_EVENT_REGISTRY
Private
IS_REFERENCINGInstance AttributeIndicator: Usage Delegates to Other ApplicationABAP_FALSELIKE
ABAP_BOOL
Protected
PARENT_COMPONENTInstance AttributeBSP WD Component ControllerLIKE
CL_BSP_WD_COMPONENT_CONTROLLER
Private
USAGE_NAMEInstance AttributeUsage NameLIKE
Public
USAGE_REGISTRYInstance AttributeLIKE
LTYPE_EMBEDDING_REGISTRY
Private
WRAPPED_USAGEInstance AttributeReferenced UsageLIKE
CL_BSP_WD_COMPONENT_USAGE
Protected


Events of Class CL_BSP_WD_COMPONENT_USAGE

Events are created within your class using special event handler methods. These must be registered at runtime for the event and can then be triggered using the ABAP syntax: RAISE EVENT EXPOTING... CHILD_COMPONENT_CREATED -



CL_BSP_WD_COMPONENT_USAGE types

LTYPE_EMBEDDING_ENTRY -
LTYPE_EMBEDDING_REGISTRY -
LTYPE_EVENT_ENTRY -
LTYPE_EVENT_REGISTRY -
LTYPE_HANDLER_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



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!