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 | 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 | Static Attribute | Private | Type reference (TYPE) | BSPXP_STRING | Application Profile | 20051024 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | CRMT_BOOLEAN | Command Center Customized | 20051117 | |||
| 3 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_BSP_WD_CONTROLLER | BSP Controller | 20051118 | |||
| 4 | Static Attribute | Private | Type reference (TYPE) | CRMT_BOOLEAN | Error Occured | 20051107 | |||
| 5 | Static Attribute | Public | Type reference (TYPE) | CRMT_IC_PROFILE_ID | 'COMMANDCENTER' | COMMAND_CENTER_PROFILE | 20051101 | ||
| 6 | Constant | Public | Type reference (TYPE) | CRMT_BOOLEAN | '-' | Logical Variable | 20051025 | ||
| 7 | Constant | Public | Type reference (TYPE) | I | 2 | Execution Command | 20051026 | ||
| 8 | Constant | Public | Type reference (TYPE) | I | 1 | Processing Help Vales | 20051026 | ||
| 9 | Constant | Public | Type reference (TYPE) | CRMT_BOOLEAN | 'X' | Logical Variable | 20051025 | ||
| 10 | Static Attribute | Private | Type reference (TYPE) | ABAP_BOOL | GC_FALSE | 20051116 | |||
| 11 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_BSP_XP_CCENTER_NODE | 20051024 | ||||
| 12 | Static Attribute | Private | Type reference (TYPE) | CRMT_BOOLEAN | Show Command Center by Default | 20051117 | |||
| 13 | Static Attribute | Private | Type reference (TYPE) | BSPXP_STRING | User logged in | 20051024 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Build the help values list | 20051025 | |
| 2 | Static method | Private | Method | Check the permission | 20051026 | |
| 3 | Instance method | Public | Method | Executes the command | 20051024 | |
| 4 | Instance method | Private | Method | Get the Business Data | 20051025 | |
| 5 | Instance method | Public | Method | Gets the Help Values based on the command sequence | 20051024 | |
| 6 | Static method | Public | Method | Get script to launch profile error | 20051107 | |
| 7 | Instance method | Private | Method | Get Next Processing Node | 20051025 | |
| 8 | Static method | Public | Method | Get the model tree's root node | 20051101 | |
| 9 | Instance method | Private | Method | Get the tokens from the Command Input String | 20051025 | |
| 10 | Static method | Public | Method | Initializes the Command Center runtime data | 20051024 | |
| 11 | Static method | Public | Method | IS command Center available | 20051117 | |
| 12 | Static method | Public | Method | Check whether the command center is default | 20051115 | |
| 13 | Static method | Public | Method | 20051116 | ||
| 14 | 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 | IO_CURRENT_NODE | Call by reference | Object reference (TYPE REF TO) | CL_BSP_XP_CCENTER_NODE | 20051025 | ||||
| 2 | IV_COMMAND_PREFIX | Value transfer | Type reference (TYPE) | BSPXP_STRING | 20051025 | ||||
| 3 | IV_PROCESS_TYPE | Call by reference | Type reference (TYPE) | I | 1 | 20051026 | |||
| 4 | IV_TOKEN | Call by reference | Type reference (TYPE) | BSPXP_STRING | 20051026 | ||||
| 5 | RT_EXEC_DATA | Call by reference | Object reference (TYPE REF TO) | CL_BSP_XP_CCENTER_EXEC_DATA | Command Center Execution Data | 20051026 | |||
| 6 | 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 | EV_RESULT | Value transfer | Type reference (TYPE) | CRMT_BOOLEAN | Logical Variable | 20051026 | |||
| 2 | IV_ACTION_TYPE | Call by reference | Type reference (TYPE) | TEXT4 | Action Type for CXP In User Management | 20051026 | |||
| 3 | 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 | IV_COMMAND_INPUT | Call by reference | Type reference (TYPE) | BSPXP_STRING | 20051025 | ||||
| 2 | IV_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | CL_BSP_WD_CONTROLLER | Basis Class for WD Controller | 20051026 | |||
| 3 | RT_EXEC_STATUS | Call by reference | Type reference (TYPE) | CRMT_BOOLEAN | 20051025 | ||||
| 4 | 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 | IO_NODE | Call by reference | Object reference (TYPE REF TO) | CL_BSP_XP_CCENTER_NODE | Command Center Parse Tree Node | 20051025 | |||
| 2 | IV_PROCESS_TYPE | Call by reference | Type reference (TYPE) | I | 20051026 | ||||
| 3 | IV_TOKEN | Call by reference | Type reference (TYPE) | BSPXP_STRING | 20051026 | ||||
| 4 | RT_EXEC_DATA | Call by reference | Object reference (TYPE REF TO) | CL_BSP_XP_CCENTER_EXEC_DATA | Command Center Execution Data | 20051026 | |||
| 5 | 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 | EV_HELP_VALUES | Value transfer | Type reference (TYPE) | BSPXP_STRING | 20051025 | ||||
| 2 | IV_COMMAND_INPUT | Call by reference | Type reference (TYPE) | BSPXP_STRING | 20051025 | ||||
| 3 | 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 | IV_BASEURL | Call by reference | Type reference (TYPE) | STRING | 20051115 | ||||
| 2 | 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 | IO_CURRENT_NODE | Call by reference | Object reference (TYPE REF TO) | CL_BSP_XP_CCENTER_NODE | 20051026 | ||||
| 2 | IV_TOKEN | Call by reference | Type reference (TYPE) | BSPXP_STRING | 20051025 | ||||
| 3 | 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 | 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 | IV_COMMAND_INPUT | Call by reference | Type reference (TYPE) | BSPXP_STRING | 20051025 | ||||
| 2 | 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 | EV_RESULT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20051116 | ||||
| 2 | IV_APP_PROFILE | Call by reference | Type reference (TYPE) | BSPXP_STRING | String Values | 20051026 | |||
| 3 | IV_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | CL_BSP_WD_CONTROLLER | Basis Class for WD Controller | 20051118 | |||
| 4 | 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 | 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 | 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 | 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 | IV_COMMAND_INPUT | Call by reference | Type reference (TYPE) | BSPXP_STRING | 20051025 | ||||
| 2 | IV_PROCESS_TYPE | Call by reference | Type reference (TYPE) | I | 20051025 | ||||
| 3 | RT_EXEC_DATA | Call by reference | Object reference (TYPE REF TO) | CL_BSP_XP_CCENTER_EXEC_DATA | Command Center Execution Data | 20051026 | |||
| 4 | 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 |