SAP ABAP Class CL_BSP_XP_CCENTER_RUNTIME (Command Center Runtime)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-GTF-IC-FRW (Application Component) Framework
     BSP_XP_APPLICATION (Package) XP application - to be deleted
Properties
Class CL_BSP_XP_CCENTER_RUNTIME  
Short Description Command Center Runtime    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package BSP_XP_APPLICATION   XP application - to be deleted 
Created 20051024   SAP 
Last change 20130531   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)
Interfaces
Class CL_BSP_XP_CCENTER_RUNTIME has no interface implemented.
Friends
Class CL_BSP_XP_CCENTER_RUNTIME has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 APP_PROFILE Static Attribute Private Type reference (TYPE) BSPXP_STRING Application Profile 20051024
2 COMMAND_CENTER_AVAILABLE Static Attribute Private Type reference (TYPE) CRMT_BOOLEAN Command Center Customized 20051117
3 CONTROLLER Static Attribute Private Object reference (TYPE REF TO) CL_BSP_WD_CONTROLLER BSP Controller 20051118
4 ERROROCCURED Static Attribute Private Type reference (TYPE) CRMT_BOOLEAN Error Occured 20051107
5 GC_CMDCTR_PROFILE Static Attribute Public Type reference (TYPE) CRMT_IC_PROFILE_ID 'COMMANDCENTER' COMMAND_CENTER_PROFILE 20051101
6 GC_FALSE Constant Public Type reference (TYPE) CRMT_BOOLEAN '-' Logical Variable 20051025
7 GC_PROC_EXECUTION Constant Public Type reference (TYPE) I 2 Execution Command 20051026
8 GC_PROC_HELP_VALUES Constant Public Type reference (TYPE) I 1 Processing Help Vales 20051026
9 GC_TRUE Constant Public Type reference (TYPE) CRMT_BOOLEAN 'X' Logical Variable 20051025
10 INITIAL_SUCCESS Static Attribute Private Type reference (TYPE) ABAP_BOOL GC_FALSE 20051116
11 PARSE_ROOT Static Attribute Private Object reference (TYPE REF TO) CL_BSP_XP_CCENTER_NODE 20051024
12 SHOW_COMMAND_CENTER_DEFAULT Static Attribute Private Type reference (TYPE) CRMT_BOOLEAN Show Command Center by Default 20051117
13 USERID Static Attribute Private Type reference (TYPE) BSPXP_STRING User logged in 20051024
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_HELP_VALUES Instance method Private Method Build the help values list 20051025
2 CHECK_PERMISSION Static method Private Method Check the permission 20051026
3 EXECUTE_COMMAND Instance method Public Method Executes the command 20051024
4 GET_BUSINESS_DATA Instance method Private Method Get the Business Data 20051025
5 GET_HELP_VALUES Instance method Public Method Gets the Help Values based on the command sequence 20051024
6 GET_INVALID_COMMAND_DIALOG Static method Public Method Get script to launch profile error 20051107
7 GET_NEXT_PROC_NODE Instance method Private Method Get Next Processing Node 20051025
8 GET_PARSE_ROOT Static method Public Method Get the model tree's root node 20051101
9 GET_TOKENS Instance method Private Method Get the tokens from the Command Input String 20051025
10 INITIALIZE Static method Public Method Initializes the Command Center runtime data 20051024
11 IS_COMMAND_CENTER_AVAILABLE Static method Public Method IS command Center available 20051117
12 IS_COMMAND_CENTER_DEFAULT Static method Public Method Check whether the command center is default 20051115
13 IS_INITIAL_SUCCESS Static method Public Method 20051116
14 PROCESS_COMMAND Instance method Private Method Process the Command 20051024
Events
Class CL_BSP_XP_CCENTER_RUNTIME has no event.
Types
Class CL_BSP_XP_CCENTER_RUNTIME has no local type.
Method Signatures

Method BUILD_HELP_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CURRENT_NODE Call by reference Object reference (TYPE REF TO) CL_BSP_XP_CCENTER_NODE 20051025
2 Importing IV_COMMAND_PREFIX Value transfer Type reference (TYPE) BSPXP_STRING 20051025
3 Importing IV_PROCESS_TYPE Call by reference Type reference (TYPE) I 1 20051026
4 Importing IV_TOKEN Call by reference Type reference (TYPE) BSPXP_STRING 20051026
5 Exporting RT_EXEC_DATA Call by reference Object reference (TYPE REF TO) CL_BSP_XP_CCENTER_EXEC_DATA Command Center Execution Data 20051026
6 Exporting RV_HELP_VALUES Call by reference Type reference (TYPE) BSPXPT_CCENTER_SUPPLY_VALUES 20051025

Method BUILD_HELP_VALUES on class CL_BSP_XP_CCENTER_RUNTIME has no exception.

Method CHECK_PERMISSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_RESULT Value transfer Type reference (TYPE) CRMT_BOOLEAN Logical Variable 20051026
2 Importing IV_ACTION_TYPE Call by reference Type reference (TYPE) TEXT4 Action Type for CXP In User Management 20051026
3 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) TEXT4 Object Type for CXP In User Management 20051026

Method CHECK_PERMISSION on class CL_BSP_XP_CCENTER_RUNTIME has no exception.

Method EXECUTE_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COMMAND_INPUT Call by reference Type reference (TYPE) BSPXP_STRING 20051025
2 Importing IV_CONTROLLER Call by reference Object reference (TYPE REF TO) CL_BSP_WD_CONTROLLER Basis Class for WD Controller 20051026
3 Exporting RT_EXEC_STATUS Call by reference Type reference (TYPE) CRMT_BOOLEAN 20051025
4 Exporting RV_TARGET Call by reference Type reference (TYPE) BSPXP_STRING String Values 20051026

Method EXECUTE_COMMAND on class CL_BSP_XP_CCENTER_RUNTIME has no exception.

Method GET_BUSINESS_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_NODE Call by reference Object reference (TYPE REF TO) CL_BSP_XP_CCENTER_NODE Command Center Parse Tree Node 20051025
2 Importing IV_PROCESS_TYPE Call by reference Type reference (TYPE) I 20051026
3 Importing IV_TOKEN Call by reference Type reference (TYPE) BSPXP_STRING 20051026
4 Exporting RT_EXEC_DATA Call by reference Object reference (TYPE REF TO) CL_BSP_XP_CCENTER_EXEC_DATA Command Center Execution Data 20051026
5 Exporting RT_RETURN_VALUES Call by reference Type reference (TYPE) BSPXPT_CCENTER_SUPPLY_VALUES Command Center Supply Value 20051025

Method GET_BUSINESS_DATA on class CL_BSP_XP_CCENTER_RUNTIME has no exception.

Method GET_HELP_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_HELP_VALUES Value transfer Type reference (TYPE) BSPXP_STRING 20051025
2 Importing IV_COMMAND_INPUT Call by reference Type reference (TYPE) BSPXP_STRING 20051025
3 Importing IV_PROC_FIELD Call by reference Type reference (TYPE) BSPXP_STRING String Values 20051030

Method GET_HELP_VALUES on class CL_BSP_XP_CCENTER_RUNTIME has no exception.

Method GET_INVALID_COMMAND_DIALOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BASEURL Call by reference Type reference (TYPE) STRING 20051115
2 Returning RV_RESULT Value transfer Type reference (TYPE) STRING 20051107

Method GET_INVALID_COMMAND_DIALOG on class CL_BSP_XP_CCENTER_RUNTIME has no exception.

Method GET_NEXT_PROC_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CURRENT_NODE Call by reference Object reference (TYPE REF TO) CL_BSP_XP_CCENTER_NODE 20051026
2 Importing IV_TOKEN Call by reference Type reference (TYPE) BSPXP_STRING 20051025
3 Returning RO_NEXT_NODE Value transfer Object reference (TYPE REF TO) CL_BSP_XP_CCENTER_NODE 20051025

Method GET_NEXT_PROC_NODE on class CL_BSP_XP_CCENTER_RUNTIME has no exception.

Method GET_PARSE_ROOT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_ROOT Value transfer Object reference (TYPE REF TO) CL_BSP_XP_CCENTER_NODE Command Center Parse Tree Node 20051101

Method GET_PARSE_ROOT on class CL_BSP_XP_CCENTER_RUNTIME has no exception.

Method GET_TOKENS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COMMAND_INPUT Call by reference Type reference (TYPE) BSPXP_STRING 20051025
2 Exporting RT_TOKENS Call by reference Type reference (TYPE) BSPXPT_CCENTER_SUPPLY_VALUES 20051025

Method GET_TOKENS on class CL_BSP_XP_CCENTER_RUNTIME has no exception.

Method INITIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT Call by reference Type reference (TYPE) ABAP_BOOL 20051116
2 Importing IV_APP_PROFILE Call by reference Type reference (TYPE) BSPXP_STRING String Values 20051026
3 Importing IV_CONTROLLER Call by reference Object reference (TYPE REF TO) CL_BSP_WD_CONTROLLER Basis Class for WD Controller 20051118
4 Importing IV_USER_ID Call by reference Type reference (TYPE) BSPXP_STRING String Values 20051026

Method INITIALIZE on class CL_BSP_XP_CCENTER_RUNTIME has no exception.

Method IS_COMMAND_CENTER_AVAILABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_AVAILABLE Value transfer Type reference (TYPE) CRMT_BOOLEAN Logical Variable 20051117

Method IS_COMMAND_CENTER_AVAILABLE on class CL_BSP_XP_CCENTER_RUNTIME has no exception.

Method IS_COMMAND_CENTER_DEFAULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_DEFAULT Value transfer Type reference (TYPE) CRMT_BOOLEAN Logical Variable 20051115

Method IS_COMMAND_CENTER_DEFAULT on class CL_BSP_XP_CCENTER_RUNTIME has no exception.

Method IS_INITIAL_SUCCESS 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 20051116

Method IS_INITIAL_SUCCESS on class CL_BSP_XP_CCENTER_RUNTIME has no exception.

Method PROCESS_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COMMAND_INPUT Call by reference Type reference (TYPE) BSPXP_STRING 20051025
2 Importing IV_PROCESS_TYPE Call by reference Type reference (TYPE) I 20051025
3 Exporting RT_EXEC_DATA Call by reference Object reference (TYPE REF TO) CL_BSP_XP_CCENTER_EXEC_DATA Command Center Execution Data 20051026
4 Exporting RT_HELP_VALUES Call by reference Type reference (TYPE) BSPXPT_CCENTER_SUPPLY_VALUES Command Center Supply Value 20051026

Method PROCESS_COMMAND on class CL_BSP_XP_CCENTER_RUNTIME has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 700