SAP ABAP Interface /IWBEP/IF_SBUI_SETUP_FACTORY (SB: UI setup factory for controller only)
Hierarchy
SAP_GWFND (Software Component) SAP Gateway Foundation
   OPU-BSE-SB (Application Component) Gateway Service Builder
     /IWBEP/SB_UI_BASE (Package) Gateway Service Builder UI - API and SPI
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
Interface /IWBEP/IF_SBUI_SETUP_FACTORY  
Short Description SB: UI setup factory for controller only    
General Data
Package /IWBEP/SB_UI_BASE   Gateway Service Builder UI - API and SPI 
Created 20120114   SAP 
Last changed 20131127   SAP 
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
# Interface Abstract Final Description Created on
1 /IWBEP/IF_SBUI_SETUP_SERVICE SB: UI setup service for components 20120118
Friends
Interface /IWBEP/IF_SBUI_SETUP_FACTORY has no friend.
Attributes
Interface /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
Interface /IWBEP/IF_SBUI_SETUP_FACTORY has no event.
Types
Interface /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 Interface /IWBEP/IF_SBUI_SETUP_FACTORY has no parameter.
Method GET_ACTIVE_PERSPECTIVES on Interface /IWBEP/IF_SBUI_SETUP_FACTORY has no exception.

Method GET_ACTIVITY_DESCRIPTION Signature

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

Method GET_ASSIGNED_PERSPECTIVE Signature

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

Method GET_COMMAND_ASSIGNMENT Signature

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

Method GET_COMMAND_CATEGORIES Signature

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

Method GET_COMMAND_DESCRIPTION Signature

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

Method GET_COMMAND_FCODE Signature

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

Method GET_COMPONENT_ASSIGNMENT Signature

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

Method GET_COMPONENT_CATEGORY Signature

Method GET_COMPONENT_CATEGORY on Interface /IWBEP/IF_SBUI_SETUP_FACTORY has no parameter.
Method GET_COMPONENT_CATEGORY on Interface /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 Interface /IWBEP/IF_SBUI_SETUP_FACTORY has no parameter.
Method GET_COMPONENT_LABEL on Interface /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 Interface /IWBEP/IF_SBUI_SETUP_FACTORY has no parameter.
Method GET_COMPONENT_TITLE on Interface /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 Interface /IWBEP/IF_SBUI_SETUP_FACTORY has no parameter.
Method GET_DEFAULT_SCREEN_SIZE on Interface /IWBEP/IF_SBUI_SETUP_FACTORY has no exception.

Method GET_ELEMENT_NODE_TYPE Signature

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

Method GET_EXTENSION_INFO Signature

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

Method GET_EXTENSION_KEYS Signature

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

Method GET_EXTENSION_POINTS Signature

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

Method GET_GENERATION_STRATEGIES Signature

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

Method GET_LONGTEXT_FROM_MESSAGE Signature

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

Method GET_NAVIGATION_ELEMENTS Signature

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

Method GET_NODE_TYPE_DESCRIPTION Signature

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

Method GET_REGISTERED_COMMANDS Signature

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

Method GET_RELATED_NODE_TYPES Signature

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

Method GET_TEXTPOOL_ENTRY Signature

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