SAP /IWBEP/IF_SBUI_COMPONENT OO Class - SB: UI component (displays something in a window)









/IWBEP/IF_SBUI_COMPONENT 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 /IWBEP/IF_SBUI_COMPONENT 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 /IWBEP/IF_SBUI_COMPONENT 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
GET_INTERACTIVEget interactive componentes from sub-tree, starting with mePublic
CALL METHOD /iwbep/if_sbui_component=>GET_INTERACTIVE...more details

GET_OPTIONSget display optionsPublic
CALL METHOD /iwbep/if_sbui_component=>GET_OPTIONS...more details

GET_PARENTget current parentPublic
CALL METHOD /iwbep/if_sbui_component=>GET_PARENT...more details

GET_SIZEget calculated size of the whole componentPublic
CALL METHOD /iwbep/if_sbui_component=>GET_SIZE...more details

GET_STATEget display statePublic
CALL METHOD /iwbep/if_sbui_component=>GET_STATE...more details

GET_VISIBILITYget visibility of this component (ask parent)Public
CALL METHOD /iwbep/if_sbui_component=>GET_VISIBILITY...more details

SET_OPTIONSset display optionsPublic
CALL METHOD /iwbep/if_sbui_component=>SET_OPTIONS...more details

SET_PARENTset new parent (initial == detach from previous parent only)Public
CALL METHOD /iwbep/if_sbui_component=>SET_PARENT...more details

SET_SIZEset calculated size of the whole componentPublic
CALL METHOD /iwbep/if_sbui_component=>SET_SIZE...more details

SET_STATEset display statePublic
CALL METHOD /iwbep/if_sbui_component=>SET_STATE...more details

SET_VISIBILITYset visibility of this component (notfiy parent)Public
CALL METHOD /iwbep/if_sbui_component=>SET_VISIBILITY...more details



/IWBEP/IF_SBUI_COMPONENT 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
GC_CATEGORY_CONTAINERConstantcategory container'C'LIKE
/IWBEP/SBUI_COMPONENT_CATEGORY
Public
GC_CATEGORY_DETAILConstantcategory edit (detail)'D'LIKE
/IWBEP/SBUI_COMPONENT_CATEGORY
Public
GC_CATEGORY_EDITConstantcategory edit (master)'E'LIKE
/IWBEP/SBUI_COMPONENT_CATEGORY
Public
GC_CATEGORY_EXPLOREConstantcategory explore'X'LIKE
/IWBEP/SBUI_COMPONENT_CATEGORY
Public
GC_CATEGORY_NAVIGATEConstantcategory navigate'N'LIKE
/IWBEP/SBUI_COMPONENT_CATEGORY
Public
GC_CATEGORY_NOTIFYConstantcategory notify'I'LIKE
/IWBEP/SBUI_COMPONENT_CATEGORY
Public
GC_CATEGORY_PATHConstantcategory path'P'LIKE
/IWBEP/SBUI_COMPONENT_CATEGORY
Public
GC_METRIC_DYNPROConstantGUI metric dynpro'1'LIKE
TY_METRIC
Public
GC_METRIC_MILLIMETERConstantGUI metric millimeter'3'LIKE
TY_METRIC
Public
GC_METRIC_PIXELConstantGUI metric pixel'2'LIKE
TY_METRIC
Public
GC_METRIC_RELATIVEConstantGUI metric relative'4'LIKE
TY_METRIC
Public
GC_TYPE_ALV_GRIDConstanttype ALV grid'G'LIKE
/IWBEP/SBUI_COMPONENT_TYPE
Public
GC_TYPE_ALV_TREEConstanttype ALV tree'T'LIKE
/IWBEP/SBUI_COMPONENT_TYPE
Public
GC_TYPE_DIALOGConstanttype dialog'D'LIKE
/IWBEP/SBUI_COMPONENT_TYPE
Public
GC_TYPE_SCREENConstanttype screen'M'LIKE
/IWBEP/SBUI_COMPONENT_TYPE
Public
GC_TYPE_SUBSCREENConstanttype subscreen'S'LIKE
/IWBEP/SBUI_COMPONENT_TYPE
Public
GC_TYPE_VIEWConstanttype control'V'LIKE
/IWBEP/SBUI_COMPONENT_TYPE
Public
GC_TYPE_WIZARDConstanttype wizard'W'LIKE
/IWBEP/SBUI_COMPONENT_TYPE
Public
MS_NAMEInstance Attributecomponent name (plugin and component)LIKE
TY_S_NAME
Public
MV_CATEGORYInstance Attributecomponent categoryLIKE
/IWBEP/SBUI_COMPONENT_CATEGORY
Public
MV_DISABLEDInstance Attributeindicates state is inactiveLIKE
ABAP_BOOL
Public
MV_ICONInstance Attributecomponent iconLIKE
/IWBEP/SBUI_ICON
Public
MV_LABELInstance Attributecomponent labelLIKE
/IWBEP/SBUI_COMPONENT_LABEL
Public




/IWBEP/IF_SBUI_COMPONENT types

TY_METRIC - gui sizing metric
TY_POSITION - simple position value
TY_SIZE - simple size value
TY_S_AREA - component area (left, top, right, bottom)
TY_S_NAME - component name (plugin, component)
TY_S_SIZE - component size (width, height)
TY_T_COMPONENT - collection of components
TY_T_INTERACTIVE - collection of interative components

Links to Related Class(s)

/IWBEP/I...
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!