SAP ABAP Class CL_BSP_WD_RF_PROFILE (Runtime Framework Profile)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-WUI-UI-RT (Application Component) UI Runtime Environment
     CRM_BSP_WD_CUST (Package) Customizing Objects for the WebClient UI Framework Runtime
Properties
Class CL_BSP_WD_RF_PROFILE  
Short Description Runtime Framework Profile    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CRM_BSP_WD_CUST   Customizing Objects for the WebClient UI Framework Runtime 
Created 20040607   SAP 
Last change 20100303   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_CRM_GENIL_MODEL_SERVICE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 VRM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_BSP_WD_RF_PROFILE has no interface implemented.
Friends
Class CL_BSP_WD_RF_PROFILE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BOL_DC_MODE Instance attribute Protected Type reference (TYPE) ABAP_BOOL 20050104
2 CO_DEFAULT_PROFILE_NAME Constant Public Type reference (TYPE) BSP_WD_PROFILE 'DEFAULT' Default Profile Name 20050210
3 CO_EMERGENCY_FALLBACK_PROFILE Constant Public Type reference (TYPE) BSP_WD_PROFILE '#FALLBACK#' Profile Name 20060515
4 CO_GENIL_APPL_DEFAULT Constant Public Type reference (TYPE) CRMT_GENIL_APPL CL_CRM_GENIL_MODEL_SERVICE=>EMPTY_COMPONENT_SET Default Application Name for Generic Interaction Layer 20040607
5 CO_HIST_MNG_MODE_APPL Constant Public Type reference (TYPE) BSPWD_HIST_MANAGER_MODE 'N' 20060908
6 CO_HIST_MNG_MODE_FULL Constant Public Type reference (TYPE) BSPWD_HIST_MANAGER_MODE 'F' 20060908
7 CO_HIST_MNG_MODE_WA Constant Public Type reference (TYPE) BSPWD_HIST_MANAGER_MODE SPACE 20060908
8 CO_HIST_MNG_TYPE_ADVANCED Constant Public Type reference (TYPE) BSP_WD_HIST_MANAGER_TYPE 'A' History Manager Type: Advanced Logic 20060908
9 CO_HIST_MNG_TYPE_STACK Constant Public Type reference (TYPE) BSP_WD_HIST_MANAGER_TYPE SPACE History Manager Type: Simple Stack 20060908
10 CO_WORKAREA_DEFAULT_VIEWAREA Constant Public Type reference (TYPE) STRING 'workViewSetArea' Display Area Default Work Area 20040607
11 CO_WORKAREA_DEFAULT_VIEWSET Constant Public Type reference (TYPE) STRING 'workViewSet' View Set Default Work Area 20040607
12 CURRENT Static Attribute Private Object reference (TYPE REF TO) CL_BSP_WD_RF_PROFILE Current Instance 20040607
13 GENIL_APPL Instance attribute Protected Type reference (TYPE) CRMT_GENIL_APPL 20040607
14 HISTORY_MANAGER_MAX_ENTRIES Instance attribute Protected Type reference (TYPE) BSPWD_HIST_MANAGER_MAX_ENTRIES Maximum Number of History Manager Entries 20060908
15 HISTORY_MANAGER_MODE Instance attribute Protected Type reference (TYPE) BSPWD_HIST_MANAGER_MODE Operation Mode of History Manager 20060908
16 HISTORY_MANAGER_TYPE Instance attribute Protected Type reference (TYPE) BSP_WD_HIST_MANAGER_TYPE History Manager Type 20060522
17 PRELOAD_CONTROLLERS Instance attribute Protected Type reference (TYPE) BSP_WD_CONTROLLER_TAB Table of Controller Names 20040607
18 PROFILE_NAME Instance attribute Protected Type reference (TYPE) BSP_WD_PROFILE CO_DEFAULT_PROFILE_NAME Profile Name 20041103
19 REPLACEMENTS Instance attribute Protected Type reference (TYPE) BSP_WD_CONTR_REPLACEMENT_T 20040607
20 RTREP_SOURCE Instance attribute Protected See coding 20040607
21 RT_REP_SRC_TYPE_BSP Constant Public Type reference (TYPE) BSP_WD_RT_REP_SRC_TYPE 'B' Source Type for Runtime Repository 20041108
22 RT_REP_SRC_TYPE_HTTP Constant Public Type reference (TYPE) BSP_WD_RT_REP_SRC_TYPE 'H' Source Type for Runtime Repository 20041108
23 WORKAREA_DEF Instance attribute Protected Type reference (TYPE) BSP_WD_WORKAREA_DEFINITION 20040607
Methods
# Method Level Visibility Method type Description Created on
1 ADD_VIEW_REPLACEMENT Instance method Public Method Add a Controller Replacement Entry to the Profile 20040607
2 GET_BOL_DC_MODE Instance method Public Method Returns Indicator for BOL Operating Mode 20050104
3 GET_BSP_APPL_OF_COMPONENT Instance method Public Method Returns BSP Application for a Component 20040927
4 GET_BY_NAME Static method Public Method Returns a Profile Instance for Given Profile Name 20040607
5 GET_CURRENT Static method Public Method Call Up Instance for Current Profile 20040607
6 GET_FOR_CURRENT_PROFILE Instance method Protected Method Call Up Instance for Current COMID Profile 20040607
7 GET_GENIL_APPLICATION Instance method Public Method Call Up Generic Interaction Layer Application 20040607
8 GET_HISTORY_MNG_MAX_ENTRIES Instance method Public Method Returns Indicator for BOL Operating Mode 20060908
9 GET_HISTORY_MNG_MODE Instance method Public Method Returns Indicator for BOL Operating Mode 20060908
10 GET_HISTORY_MNG_TYPE Instance method Public Method Returns Indicator for BOL Operating Mode 20060522
11 GET_LIST Static method Public Method Returns a List of Available Profiles 20041122
12 GET_PRELOAD_CONTROLLERS Instance method Public Method Get Controller Preload Table 20040607
13 GET_PROFILE_NAME Instance method Public Method Returns Profile Name 20040903
14 GET_RTREP_REPLACEMENTS Instance method Public Method Get Controller Replacement Table 20040607
15 GET_RUNTIME_REPOSITORY_SOURCE Instance method Public Method Get Runtime Repository Source 20040607
16 GET_WORKAREA_DEF Instance method Public Method Get Definition of Work Area (View Set/Display Area) 20040607
17 LOAD Instance method Protected Method Returns Profile Instance Explicitly 20041103
18 PREPARE_CHANGE_MODE Instance method Protected Method 20040607
19 SAVE Instance method Public Method Save Profile 20040607
Events
Class CL_BSP_WD_RF_PROFILE has no event.
Types
Class CL_BSP_WD_RF_PROFILE has no local type.
Method Signatures

Method ADD_VIEW_REPLACEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_REPLACED_VIEW Call by reference Type reference (TYPE) STRING zu ersetzender Controller 20040607
2 Importing IV_REPLACING_VIEW Call by reference Type reference (TYPE) STRING Ersatzcontroller 20040607

Method ADD_VIEW_REPLACEMENT on class CL_BSP_WD_RF_PROFILE has no exception.

Method GET_BOL_DC_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20050104

Method GET_BOL_DC_MODE on class CL_BSP_WD_RF_PROFILE has no exception.

Method GET_BSP_APPL_OF_COMPONENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COMPONENT_NAME Call by reference Type reference (TYPE) O2APPLNAME Name einer Komponente 20040927
2 Returning RV_BSP_APPL Value transfer Type reference (TYPE) O2APPLNAME Name einer BSP-Applikation 20040927

Method GET_BSP_APPL_OF_COMPONENT on class CL_BSP_WD_RF_PROFILE has no exception.

Method GET_BY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PROFILE_NAME Call by reference Type reference (TYPE) BSP_WD_PROFILE Profilname 20041103
2 Returning RV_RESULT Value transfer Object reference (TYPE REF TO) CL_BSP_WD_RF_PROFILE Laufzeit-Framework Profil 20040607

Method GET_BY_NAME on class CL_BSP_WD_RF_PROFILE has no exception.

Method GET_CURRENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CURRENT_PROFILE Value transfer Object reference (TYPE REF TO) CL_BSP_WD_RF_PROFILE Laufzeit-Framework Profil 20040607

Method GET_CURRENT on class CL_BSP_WD_RF_PROFILE has no exception.

Method GET_FOR_CURRENT_PROFILE Signature

Method GET_FOR_CURRENT_PROFILE on class CL_BSP_WD_RF_PROFILE has no parameter.
# Exception Resumable Description Created on
1 CX_BSP_WD_RF_PROFILE_ERROR Fehler im Runtime Framework Profile Customizing 20050616

Method GET_GENIL_APPLICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning APPLICATION Value transfer Type reference (TYPE) CRMT_GENIL_APPL Komponentenset für den generischen Interaction Layer 20040607

Method GET_GENIL_APPLICATION on class CL_BSP_WD_RF_PROFILE has no exception.

Method GET_HISTORY_MNG_MAX_ENTRIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RESULT Value transfer Type reference (TYPE) BSPWD_HIST_MANAGER_MAX_ENTRIES Maximale Anzahl von aufgezeichn. Schritten in der Historie 20060908

Method GET_HISTORY_MNG_MAX_ENTRIES on class CL_BSP_WD_RF_PROFILE has no exception.

Method GET_HISTORY_MNG_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RESULT Value transfer Type reference (TYPE) BSPWD_HIST_MANAGER_MODE 20060908

Method GET_HISTORY_MNG_MODE on class CL_BSP_WD_RF_PROFILE has no exception.

Method GET_HISTORY_MNG_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RESULT Value transfer Type reference (TYPE) BSP_WD_HIST_MANAGER_TYPE History Manager Typ 20060522

Method GET_HISTORY_MNG_TYPE on class CL_BSP_WD_RF_PROFILE has no exception.

Method GET_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_PROFILES Value transfer Type reference (TYPE) VRM_VALUES 20041122

Method GET_LIST on class CL_BSP_WD_RF_PROFILE has no exception.

Method GET_PRELOAD_CONTROLLERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_RESULT Value transfer Type reference (TYPE) BSP_WD_CONTROLLER_TAB Tabelle mit Controllernamen 20040607

Method GET_PRELOAD_CONTROLLERS on class CL_BSP_WD_RF_PROFILE has no exception.

Method GET_PROFILE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_NAME Value transfer Type reference (TYPE) BSP_WD_PROFILE Profilname 20040903

Method GET_PROFILE_NAME on class CL_BSP_WD_RF_PROFILE has no exception.

Method GET_RTREP_REPLACEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning REPLACEMENTS Value transfer Type reference (TYPE) BSP_WD_CONTR_REPLACEMENT_T Controller-Ersatztabelle 20040607

Method GET_RTREP_REPLACEMENTS on class CL_BSP_WD_RF_PROFILE has no exception.

Method GET_RUNTIME_REPOSITORY_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_BSP_APPLNAME Call by reference Type reference (TYPE) O2APPLNAME Name der BSP-Anwendung (BSP) 20040903
2 Exporting EV_BSP_PAGENAME Call by reference Type reference (TYPE) O2PAGEEXT Name einer BSP Seite 20040903
3 Exporting EV_HTTP_URL Call by reference Type reference (TYPE) STRING Uniform Resource Locator (HTTP) 20040903
4 Exporting EV_TYPE Call by reference Type reference (TYPE) STRING Repository Quelltyp (BSP | HTTP) 20040903
5 Importing IV_COMPONENT_NAME Call by reference Type reference (TYPE) O2APPLNAME Name einer BSP-Applikation 20040903

Method GET_RUNTIME_REPOSITORY_SOURCE on class CL_BSP_WD_RF_PROFILE has no exception.

Method GET_WORKAREA_DEF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning WORKAREA_DEF Value transfer Type reference (TYPE) BSP_WD_WORKAREA_DEFINITION Definition Arbeitsbereich 20040607

Method GET_WORKAREA_DEF on class CL_BSP_WD_RF_PROFILE has no exception.

Method LOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PROFILE_NAME Call by reference Type reference (TYPE) BSP_WD_PROFILE Profilname 20041103
# Exception Resumable Description Created on
1 CX_BSP_WD_RF_PROFILE_ERROR Fehler im Runtime Framework Profile Customizing 20050616

Method PREPARE_CHANGE_MODE Signature

Method PREPARE_CHANGE_MODE on class CL_BSP_WD_RF_PROFILE has no parameter.
Method PREPARE_CHANGE_MODE on class CL_BSP_WD_RF_PROFILE has no exception.

Method SAVE Signature

Method SAVE on class CL_BSP_WD_RF_PROFILE has no parameter.
Method SAVE on class CL_BSP_WD_RF_PROFILE has no exception.
History
Last changed by/on SAP  20100303 
SAP Release Created in 500