SAP ABAP Class CL_RCC_ADMIN_SESSIONSCREEN (Log Class for Displaying Engine Log)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-RCC (Application Component) Remote Control and Communication Framework
⤷
RCC_ADMIN (Package) RCCF: Administrative Tasks

⤷

⤷

Properties
Class | CL_RCC_ADMIN_SESSIONSCREEN | |
Short Description | Log Class for Displaying Engine Log | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RCC_ADMIN | RCCF: Administrative Tasks |
Created | 20080320 | 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) |
2 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RCC_ADMIN_SESSIONSCREEN has no interface implemented.
Friends
Class CL_RCC_ADMIN_SESSIONSCREEN has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | Type reference (TYPE) | CHAR255 | 'MAIN_CONTAINER' | 20080320 | ||
2 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'SLOT_DEST_ID,SLOT_NUMUSED,SLOT_WP_PID,SLOT_USER,SLOT_SDATUM,SLOT_STIME,SLOT_PROCID,SLOT_PROCNAME,SLOT_HOSTNAME' | 20080320 | ||
3 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'SLOT_PROC_ACTIVE,SLOT_PROC_CUR_MEM,SLOT_PROC_PEAK_MEM,SLOT_PROC_CUR_CPU_TIME,SLOT_PROC_CUR_REAL_TIME' | 20080320 | ||
4 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'SLOT_HAS_ERROR_ICON,SLOT_ISSTOPPED_ICON' | 20080729 | ||
5 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'SLOT_PROC_ACTIVE,SLOT_HAS_ERROR_ICON,SLOT_ISSTOPPED_ICON' | 20080320 | ||
6 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_RCC_ADMIN_SALV | SALV Wrapper for RCCF | 20080320 | ||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_GT_DESTSLOT | 20080320 | |||
8 | ![]() |
Static Attribute | Private | Type reference (TYPE) | RCCT_ENG_DESTINATION | Table of Destination Addresses for External Engines in RCCF | 20080320 | ||
9 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TY_GT_DESTSLOT | 20080320 | |||
10 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TY_GT_NEG_DESTSLOT | Table with Destination Adresses That Are No Longer Active | 20080320 | ||
11 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TY_MT_PROCESS | 20080320 | |||
12 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TY_MT_TEMP_PROC | Temporary Table of Processes | 20080320 | ||
13 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20080320 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Constructor | 20080320 | |
2 | ![]() |
Static method | Public | Method | 20080320 | |
3 | ![]() |
Static method | Private | Method | Opens a Window for Choosing Destination Addresses | 20080320 |
4 | ![]() |
Static method | Private | Method | Opens a Process Display for a Particular Destination Address | 20080320 |
5 | ![]() |
Static method | Private | Method | 20080320 | |
6 | ![]() |
Static method | Private | Method | Get the Processes for a Destination | 20080320 |
7 | ![]() |
Instance method | Private | Event handling method | 20080320 | |
8 | ![]() |
Instance method | Private | Event handling method | 20080320 | |
9 | ![]() |
Static method | Private | Method | Opens a Pop-up to Confirm Deletion | 20080320 |
10 | ![]() |
Static method | Private | Method | Opens a Pop-up to Confirm Cancel | 20080320 |
11 | ![]() |
Static method | Private | Method | 20080320 |
Events
Class CL_RCC_ADMIN_SESSIONSCREEN has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_GS_DESTSLOT | Private | See coding | 20080320 | BEGIN OF ty_gs_destslot,
slot_isstopped_icon TYPE rcc_admin_run_stopped,
slot_proc_active TYPE rcc_admin_proc_active,
proc_active TYPE abap_bool,
slot_has_error_icon TYPE rcc_admin_run_has_error,
slot_proc_cur_mem TYPE rcc_eng_proc_cur_memory,
slot_proc_peak_mem TYPE rcc_eng_proc_peak_memory,
slot_proc_cur_cpu_time TYPE rcc_eng_proc_cur_cpu_time,
slot_proc_cur_real_time type rcc_eng_proc_cur_real_time.
INCLUDE TYPE rccs_dest_slot.
TYPES:
END OF ty_gs_destslot
|
||
2 | TY_GS_ICON_LIST | Private | See coding | 20080320 | BEGIN OF ty_gs_icon_list,
column TYPE salv_de_column,
column_id TYPE rcc_log_columnid,
END OF ty_gs_icon_list
|
||
3 | TY_GT_DESTSLOT | Private | See coding | 20080320 | ty_gt_destslot TYPE STANDARD TABLE OF ty_gs_destslot
|
||
4 | TY_GT_ICON_LIST | Private | See coding | 20080320 | ty_gt_icon_list TYPE HASHED TABLE OF ty_gs_icon_list WITH UNIQUE KEY column
|
||
5 | TY_GT_NEG_DESTSLOT | Private | See coding | 20080320 | ty_gt_neg_destslot TYPE HASHED TABLE OF ty_gs_destslot WITH UNIQUE DEFAULT KEY
|
||
6 | TY_MS_PROCESS | Private | See coding | 20080320 | BEGIN OF ty_ms_process,
dest_id TYPE rcc_dest_id,
proc_list TYPE rcct_admin_process,
END OF ty_ms_process
|
||
7 | TY_MT_PROCESS | Private | See coding | 20080320 | ty_mt_process TYPE HASHED TABLE OF ty_ms_process WITH UNIQUE KEY dest_id
|
||
8 | TY_MT_TEMP_PROC | Private | See coding | 20080320 | ty_mt_temp_proc TYPE STANDARD TABLE OF rccs_admin_process
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_ALV | Call by reference | Object reference (TYPE REF TO) | CL_RCC_ADMIN_SALV | 20080320 | |||
2 | ![]() |
IO_ALV_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_SALV_EVENTS_TABLE | 20080320 |
Method CONSTRUCTOR on class CL_RCC_ADMIN_SESSIONSCREEN has no exception.
Method DISPLAY Signature
Method DISPLAY on class CL_RCC_ADMIN_SESSIONSCREEN has no parameter.
Method DISPLAY on class CL_RCC_ADMIN_SESSIONSCREEN has no exception.
Method DISPLAY_DESTINATION_SELECTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_PARENT | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstract Container for GUI Controls | 20080320 |
Method DISPLAY_DESTINATION_SELECTION on class CL_RCC_ADMIN_SESSIONSCREEN has no exception.
Method DISPLAY_PROCESS_SCREEN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_PARENT | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstract Container for GUI Controls | 20080320 | ||
2 | ![]() |
IV_DEST_ID | Call by reference | Type reference (TYPE) | RCC_DEST_ID | ID of Destination Address of External Engine in RCCF | 20080320 |
Method DISPLAY_PROCESS_SCREEN on class CL_RCC_ADMIN_SESSIONSCREEN has no exception.
Method GET_DESTINATIONS Signature
Method GET_DESTINATIONS on class CL_RCC_ADMIN_SESSIONSCREEN has no parameter.
Method GET_DESTINATIONS on class CL_RCC_ADMIN_SESSIONSCREEN has no exception.
Method GET_PROCESS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_SLOT | Call by reference | Type reference (TYPE) | RCCS_SLOT | RCCF Slot Name | 20110722 | ||
2 | ![]() |
IV_DEST_ID | Call by reference | Type reference (TYPE) | RCC_DEST_ID | ID of Destination Address of External Engine in RCCF | 20080320 | ||
3 | ![]() |
IV_FORCE_REFRESH | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20080320 | ||
4 | ![]() |
RS_PROCESS | Value transfer | Type reference (TYPE) | TY_MS_PROCESS | 20080320 |
Method GET_PROCESS on class CL_RCC_ADMIN_SESSIONSCREEN has no exception.
Method ON_FUNCTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_SALV_FUNCTION | Value transfer | Attribute reference (LIKE) | 20080320 |
Method ON_FUNCTION on class CL_RCC_ADMIN_SESSIONSCREEN has no exception.
Method ON_LINK_CLICK Signature
Method ON_LINK_CLICK on class CL_RCC_ADMIN_SESSIONSCREEN has no parameter.
Method ON_LINK_CLICK on class CL_RCC_ADMIN_SESSIONSCREEN has no exception.
Method POPUP_TO_DELETE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_ANSWER | Value transfer | Type reference (TYPE) | ABAP_BOOL | Yes (True) or No (False) | 20080320 |
Method POPUP_TO_DELETE on class CL_RCC_ADMIN_SESSIONSCREEN has no exception.
Method POPUP_TO_KILL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_ANSWER | Value transfer | Type reference (TYPE) | ABAP_BOOL | Yes (True) or No (False) | 20080320 |
Method POPUP_TO_KILL on class CL_RCC_ADMIN_SESSIONSCREEN has no exception.
Method REFRESH_DATA Signature
Method REFRESH_DATA on class CL_RCC_ADMIN_SESSIONSCREEN has no parameter.
Method REFRESH_DATA on class CL_RCC_ADMIN_SESSIONSCREEN has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 604 |