SAP ABAP Class /IWBEP/IF_SBUI_SETUP_FACTORY (SB: UI setup factory for controller only)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_SBUI_SETUP_SERVICE SB: UI setup service for components 20120118
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /IWBEP/CL_SBUI_SETUP SB: UI setup (validation and controller support) 20120114
Properties
Class /IWBEP/IF_SBUI_SETUP_FACTORY  
Short Description SB: UI setup factory for controller only    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20120114   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_COMMAND Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 /IWBEP/IF_SBUI_COMPONENT Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 /IWBEP/IF_SBUI_SETUP_SERVICE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class /IWBEP/IF_SBUI_SETUP_FACTORY has no interface implemented.
Friends
Class /IWBEP/IF_SBUI_SETUP_FACTORY has no friend class.
Attributes
Class /IWBEP/IF_SBUI_SETUP_FACTORY has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_COMMAND_HANDLER Instance method Public Method create command handler 20120120
2 CREATE_COMPONENT_VIEW Instance method Public Method create component view 20120120
3 CREATE_ELEMENT_EDITOR Instance method Public Method create editor tool for navigation element 20120216
4 CREATE_EXTENSION_HANDLER Instance method Public Method create extension handler 20130221
5 CREATE_GUIDED_ACTIVITY Instance method Public Method create guided activity 20120427
6 GET_ACTIVE_PERSPECTIVES Instance method Public Method 20130404
7 GET_ACTIVITY_DESCRIPTION Instance method Public Method 20120510
8 GET_ASSIGNED_PERSPECTIVE Instance method Public Method 20130404
9 GET_COMMAND_ASSIGNMENT Instance method Public Method 20130427
10 GET_COMMAND_CATEGORIES Instance method Public Method 20120625
11 GET_COMMAND_DESCRIPTION Instance method Public Method 20120224
12 GET_COMMAND_FCODE Instance method Public Method 20120227
13 GET_COMPONENT_ASSIGNMENT Instance method Public Method 20120323
14 GET_COMPONENT_CATEGORY Instance method Public Method 20120216
15 GET_COMPONENT_DIALOG Instance method Public Method get component dialog 20120120
16 GET_COMPONENT_LABEL Instance method Public Method 20120510
17 GET_COMPONENT_SCREEN Instance method Public Method get component screen 20120120
18 GET_COMPONENT_SUBSCREEN Instance method Public Method get component subscreen 20120120
19 GET_COMPONENT_TITLE Instance method Public Method 20120221
20 GET_COMPONENT_WIZARD Instance method Public Method get component wizard 20120120
21 GET_DEFAULT_SCREEN_SIZE Instance method Public Method 20120525
22 GET_ELEMENT_NODE_TYPE Instance method Public Method 20130427
23 GET_EXTENSION_INFO Instance method Public Method 20130221
24 GET_EXTENSION_KEYS Instance method Public Method 20130221
25 GET_EXTENSION_POINTS Instance method Public Method 20130221
26 GET_GENERATION_STRATEGIES Instance method Public Method 20120522
27 GET_LONGTEXT_FROM_MESSAGE Instance method Public Method 20130212
28 GET_NAVIGATION_ELEMENTS Instance method Public Method 20120118
29 GET_NODE_TYPE_DESCRIPTION Instance method Public Method 20130427
30 GET_REGISTERED_COMMANDS Instance method Public Method 20120221
31 GET_RELATED_NODE_TYPES Instance method Public Method 20130212
32 GET_TEXTPOOL_ENTRY Instance method Public Method 20120625
Events
Class /IWBEP/IF_SBUI_SETUP_FACTORY has no event.
Types
Class /IWBEP/IF_SBUI_SETUP_FACTORY has no local type.
Method Signatures

Method CREATE_COMMAND_HANDLER 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 Importing IV_PLUGIN Call by reference Type reference (TYPE) /IWBEP/SBUI_PLUGIN plugin (from setup) 20120120
4 Returning RO_COMMAND Value transfer Object reference (TYPE REF TO) /IWBEP/IF_SBUI_COMMAND command handler 20120129
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120120

Method CREATE_COMPONENT_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 Importing IV_PLUGIN Call by reference Type reference (TYPE) /IWBEP/SBUI_PLUGIN plugin (from setup) 20120120
4 Returning RO_VIEW Value transfer Object reference (TYPE REF TO) /IWBEP/IF_SBUI_VIEW view (control-based) 20120120
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120120

Method CREATE_ELEMENT_EDITOR 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) 20120217
2 Importing IS_TARGET Call by reference Type reference (TYPE) /IWBEP/IF_SBUI_SETUP_SERVICE=>TY_S_NAVIGATION_TARGET navigation element 20120323
3 Importing IV_SCREEN Call by reference Type reference (TYPE) /IWBEP/SBUI_SCREEN_CATEGORY screen category 20120216
4 Returning RO_COMPONENT Value transfer Object reference (TYPE REF TO) /IWBEP/IF_SBUI_COMPONENT component 20120216
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120216

Method CREATE_EXTENSION_HANDLER 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) 20130221
2 Importing IV_KEY Call by reference Type reference (TYPE) /IWBEP/SBDM_EXTENSION_KEY extension key 20130221
3 Importing IV_NAME Call by reference Type reference (TYPE) /IWBEP/SBDM_EXTENSION_POINT extension point name 20130221
4 Importing IV_PLUGIN Call by reference Type reference (TYPE) /IWBEP/SBUI_PLUGIN extension point plugin 20130221
5 Returning RO_EXTENSION Value transfer Object reference (TYPE REF TO) /IWBEP/IF_SBUI_EXTENSION extension object (down-castable to modelled class/interface) 20130221
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION 20130221

Method CREATE_GUIDED_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) 20120427
2 Importing IV_NAME Call by reference Type reference (TYPE) /IWBEP/SBUI_ACTIVITY name (from setup) 20120427
3 Importing IV_PLUGIN Call by reference Type reference (TYPE) /IWBEP/SBUI_PLUGIN plugin (from setup) 20120427
4 Returning RO_ACTIVITY Value transfer Object reference (TYPE REF TO) /IWBEP/IF_SBUI_GUIDED_ACTIVITY guided activity 20120427
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120427

Method GET_ACTIVE_PERSPECTIVES Signature

Method GET_ACTIVE_PERSPECTIVES on class /IWBEP/IF_SBUI_SETUP_FACTORY has no parameter.
Method GET_ACTIVE_PERSPECTIVES on class /IWBEP/IF_SBUI_SETUP_FACTORY has no exception.

Method GET_ACTIVITY_DESCRIPTION Signature

Method GET_ACTIVITY_DESCRIPTION on class /IWBEP/IF_SBUI_SETUP_FACTORY has no parameter.
Method GET_ACTIVITY_DESCRIPTION on class /IWBEP/IF_SBUI_SETUP_FACTORY has no exception.

Method GET_ASSIGNED_PERSPECTIVE Signature

Method GET_ASSIGNED_PERSPECTIVE on class /IWBEP/IF_SBUI_SETUP_FACTORY has no parameter.
Method GET_ASSIGNED_PERSPECTIVE on class /IWBEP/IF_SBUI_SETUP_FACTORY has no exception.

Method GET_COMMAND_ASSIGNMENT Signature

Method GET_COMMAND_ASSIGNMENT on class /IWBEP/IF_SBUI_SETUP_FACTORY has no parameter.
Method GET_COMMAND_ASSIGNMENT on class /IWBEP/IF_SBUI_SETUP_FACTORY has no exception.

Method GET_COMMAND_CATEGORIES Signature

Method GET_COMMAND_CATEGORIES on class /IWBEP/IF_SBUI_SETUP_FACTORY has no parameter.
Method GET_COMMAND_CATEGORIES on class /IWBEP/IF_SBUI_SETUP_FACTORY has no exception.

Method GET_COMMAND_DESCRIPTION Signature

Method GET_COMMAND_DESCRIPTION on class /IWBEP/IF_SBUI_SETUP_FACTORY has no parameter.
Method GET_COMMAND_DESCRIPTION on class /IWBEP/IF_SBUI_SETUP_FACTORY has no exception.

Method GET_COMMAND_FCODE Signature

Method GET_COMMAND_FCODE on class /IWBEP/IF_SBUI_SETUP_FACTORY has no parameter.
Method GET_COMMAND_FCODE on class /IWBEP/IF_SBUI_SETUP_FACTORY has no exception.

Method GET_COMPONENT_ASSIGNMENT Signature

Method GET_COMPONENT_ASSIGNMENT on class /IWBEP/IF_SBUI_SETUP_FACTORY has no parameter.
Method GET_COMPONENT_ASSIGNMENT on class /IWBEP/IF_SBUI_SETUP_FACTORY has no exception.

Method GET_COMPONENT_CATEGORY Signature

Method GET_COMPONENT_CATEGORY on class /IWBEP/IF_SBUI_SETUP_FACTORY has no parameter.
Method GET_COMPONENT_CATEGORY on class /IWBEP/IF_SBUI_SETUP_FACTORY has no exception.

Method GET_COMPONENT_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 Importing IV_PLUGIN Call by reference Type reference (TYPE) /IWBEP/SBUI_PLUGIN plugin (from setup) 20120120
3 Returning RO_DIALOG Value transfer Object reference (TYPE REF TO) /IWBEP/CL_SBUI_DIALOG dialog (dynpro accessor) 20120120
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120120

Method GET_COMPONENT_LABEL Signature

Method GET_COMPONENT_LABEL on class /IWBEP/IF_SBUI_SETUP_FACTORY has no parameter.
Method GET_COMPONENT_LABEL on class /IWBEP/IF_SBUI_SETUP_FACTORY has no exception.

Method GET_COMPONENT_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 Importing IV_PLUGIN Call by reference Type reference (TYPE) /IWBEP/SBUI_PLUGIN plugin (from setup) 20120120
3 Returning RO_SCREEN Value transfer Object reference (TYPE REF TO) /IWBEP/CL_SBUI_SCREEN screen (dynpro accessor) 20120120
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120120

Method GET_COMPONENT_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 Importing IV_PLUGIN Call by reference Type reference (TYPE) /IWBEP/SBUI_PLUGIN plugin (from setup) 20120120
3 Returning RO_SUBSCREEN Value transfer Object reference (TYPE REF TO) /IWBEP/CL_SBUI_SUBSCREEN subscreen (dynpro accessor) 20120120
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120120

Method GET_COMPONENT_TITLE Signature

Method GET_COMPONENT_TITLE on class /IWBEP/IF_SBUI_SETUP_FACTORY has no parameter.
Method GET_COMPONENT_TITLE on class /IWBEP/IF_SBUI_SETUP_FACTORY has no exception.

Method GET_COMPONENT_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 Importing IV_PLUGIN Call by reference Type reference (TYPE) /IWBEP/SBUI_PLUGIN plugin (from setup) 20120120
3 Returning RO_WIZARD Value transfer Object reference (TYPE REF TO) /IWBEP/CL_SBUI_WIZARD wizard (dynpro accessor) 20120120
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120120

Method GET_DEFAULT_SCREEN_SIZE Signature

Method GET_DEFAULT_SCREEN_SIZE on class /IWBEP/IF_SBUI_SETUP_FACTORY has no parameter.
Method GET_DEFAULT_SCREEN_SIZE on class /IWBEP/IF_SBUI_SETUP_FACTORY has no exception.

Method GET_ELEMENT_NODE_TYPE Signature

Method GET_ELEMENT_NODE_TYPE on class /IWBEP/IF_SBUI_SETUP_FACTORY has no parameter.
Method GET_ELEMENT_NODE_TYPE on class /IWBEP/IF_SBUI_SETUP_FACTORY has no exception.

Method GET_EXTENSION_INFO Signature

Method GET_EXTENSION_INFO on class /IWBEP/IF_SBUI_SETUP_FACTORY has no parameter.
Method GET_EXTENSION_INFO on class /IWBEP/IF_SBUI_SETUP_FACTORY has no exception.

Method GET_EXTENSION_KEYS Signature

Method GET_EXTENSION_KEYS on class /IWBEP/IF_SBUI_SETUP_FACTORY has no parameter.
Method GET_EXTENSION_KEYS on class /IWBEP/IF_SBUI_SETUP_FACTORY has no exception.

Method GET_EXTENSION_POINTS Signature

Method GET_EXTENSION_POINTS on class /IWBEP/IF_SBUI_SETUP_FACTORY has no parameter.
Method GET_EXTENSION_POINTS on class /IWBEP/IF_SBUI_SETUP_FACTORY has no exception.

Method GET_GENERATION_STRATEGIES Signature

Method GET_GENERATION_STRATEGIES on class /IWBEP/IF_SBUI_SETUP_FACTORY has no parameter.
Method GET_GENERATION_STRATEGIES on class /IWBEP/IF_SBUI_SETUP_FACTORY has no exception.

Method GET_LONGTEXT_FROM_MESSAGE Signature

Method GET_LONGTEXT_FROM_MESSAGE on class /IWBEP/IF_SBUI_SETUP_FACTORY has no parameter.
Method GET_LONGTEXT_FROM_MESSAGE on class /IWBEP/IF_SBUI_SETUP_FACTORY has no exception.

Method GET_NAVIGATION_ELEMENTS Signature

Method GET_NAVIGATION_ELEMENTS on class /IWBEP/IF_SBUI_SETUP_FACTORY has no parameter.
Method GET_NAVIGATION_ELEMENTS on class /IWBEP/IF_SBUI_SETUP_FACTORY has no exception.

Method GET_NODE_TYPE_DESCRIPTION Signature

Method GET_NODE_TYPE_DESCRIPTION on class /IWBEP/IF_SBUI_SETUP_FACTORY has no parameter.
Method GET_NODE_TYPE_DESCRIPTION on class /IWBEP/IF_SBUI_SETUP_FACTORY has no exception.

Method GET_REGISTERED_COMMANDS Signature

Method GET_REGISTERED_COMMANDS on class /IWBEP/IF_SBUI_SETUP_FACTORY has no parameter.
Method GET_REGISTERED_COMMANDS on class /IWBEP/IF_SBUI_SETUP_FACTORY has no exception.

Method GET_RELATED_NODE_TYPES Signature

Method GET_RELATED_NODE_TYPES on class /IWBEP/IF_SBUI_SETUP_FACTORY has no parameter.
Method GET_RELATED_NODE_TYPES on class /IWBEP/IF_SBUI_SETUP_FACTORY has no exception.

Method GET_TEXTPOOL_ENTRY Signature

Method GET_TEXTPOOL_ENTRY on class /IWBEP/IF_SBUI_SETUP_FACTORY has no parameter.
Method GET_TEXTPOOL_ENTRY on class /IWBEP/IF_SBUI_SETUP_FACTORY has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in