SAP ABAP Class /IWBEP/IF_SBUI_PLUGIN (SB: UI plugin behavior)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /IWBEP/CL_SBUI_PLUGIN SB: UI plugin (pure convenience class) 20120123
Properties
Class /IWBEP/IF_SBUI_PLUGIN  
Short Description SB: UI plugin behavior    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20120112   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /IWBEP/IF_SBUI_COMPONENT Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class /IWBEP/IF_SBUI_PLUGIN has no interface implemented.
Friends
Class /IWBEP/IF_SBUI_PLUGIN has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MV_NAME Instance attribute Public Type reference (TYPE) /IWBEP/SBUI_PLUGIN plugin name (from setup) 20120117
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_ACTIVITY Instance method Public Method create a new guided activity handler instance 20120425
2 CREATE_COMMAND Instance method Public Method create a new command instance 20120113
3 CREATE_EXTENSION Instance method Public Method create a new plugin extension handler instance 20130220
4 CREATE_VIEW Instance method Public Method create a new view instance 20120116
5 GET_DIALOG Instance method Public Method provide dialog window (dynpro accessor, singleton) 20120117
6 GET_SCREEN Instance method Public Method provide main screen (dynpro accessor, singleton) 20120117
7 GET_SUBSCREEN Instance method Public Method provide subscreen (dynpro accessor, singleton) 20120116
8 GET_WIZARD Instance method Public Method provide wizard window (dynpro accessor, singleton) 20120117
9 INITIALIZE Instance method Public Method initialize plugin (called one time after creation only) 20120117
Events
Class /IWBEP/IF_SBUI_PLUGIN has no event.
Types
Class /IWBEP/IF_SBUI_PLUGIN has no local type.
Method Signatures

Method CREATE_ACTIVITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTROLLER Call by reference Object reference (TYPE REF TO) /IWBEP/IF_SBUI_CONTROLLER controller (main instance) 20120425
2 Importing IV_NAME Call by reference Type reference (TYPE) /IWBEP/SBUI_ACTIVITY name (from setup) 20120425
3 Returning RO_ACTIVITY Value transfer Object reference (TYPE REF TO) /IWBEP/CL_SBUI_GUIDED_ACTIVITY guided activity (convenience class) 20120425
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120425

Method CREATE_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTROLLER Call by reference Object reference (TYPE REF TO) /IWBEP/IF_SBUI_CONTROLLER controller (main instance) 20120120
2 Importing IV_NAME Call by reference Type reference (TYPE) /IWBEP/SBUI_COMMAND name (from setup) 20120120
3 Returning RO_COMMAND Value transfer Object reference (TYPE REF TO) /IWBEP/CL_SBUI_COMMAND command (based on convenience class) 20120120
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120116

Method CREATE_EXTENSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTROLLER Call by reference Object reference (TYPE REF TO) /IWBEP/IF_SBUI_CONTROLLER controller (main instance) 20130220
2 Importing IV_EXT_KEY Call by reference Type reference (TYPE) /IWBEP/SBDM_EXTENSION_KEY extension key 20130220
3 Importing IV_EXT_PLUGIN Call by reference Type reference (TYPE) /IWBEP/SBUI_PLUGIN extension point plugin 20130220
4 Importing IV_EXT_POINT Call by reference Type reference (TYPE) /IWBEP/SBDM_EXTENSION_POINT extension point name 20130220
5 Returning RO_EXTENSION Value transfer Object reference (TYPE REF TO) /IWBEP/IF_SBUI_EXTENSION extension handler (down-castable as modelled in setup) 20130220
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20130220

Method CREATE_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTROLLER Call by reference Object reference (TYPE REF TO) /IWBEP/IF_SBUI_CONTROLLER controller (main instance) 20120120
2 Importing IV_NAME Call by reference Type reference (TYPE) /IWBEP/SBUI_COMPONENT name (from setup) 20120120
3 Returning RO_VIEW Value transfer Object reference (TYPE REF TO) /IWBEP/CL_SBUI_VIEW control-based view (convenience class) 20120117
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120116

Method GET_DIALOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) /IWBEP/SBUI_COMPONENT name (from setup) 20120120
2 Returning RO_DIALOG Value transfer Object reference (TYPE REF TO) /IWBEP/CL_SBUI_DIALOG dialog (dynpro access class) 20120120
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120117

Method GET_SCREEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) /IWBEP/SBUI_COMPONENT name (from setup) 20120120
2 Returning RO_SCREEN Value transfer Object reference (TYPE REF TO) /IWBEP/CL_SBUI_SCREEN screen (dynpro access class) 20120117
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120117

Method GET_SUBSCREEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) /IWBEP/SBUI_COMPONENT name (from setup) 20120120
2 Returning RO_SUBSCREEN Value transfer Object reference (TYPE REF TO) /IWBEP/CL_SBUI_SUBSCREEN subscreen (dynpro access class) 20120117
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120116

Method GET_WIZARD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) /IWBEP/SBUI_COMPONENT name (from setup) 20120120
2 Returning RO_WIZARD Value transfer Object reference (TYPE REF TO) /IWBEP/CL_SBUI_WIZARD wizard (dynpro access class) 20120120
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120117

Method INITIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) /IWBEP/SBUI_PLUGIN plugin name (from setup) 20120117
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120117
History
Last changed by/on SAP  20131127 
SAP Release Created in