SAP ABAP Class /MRSS/CL_RCCF_ADMIN_SESSIONSCR (Log Class to Display Engine Log)
Hierarchy
☛
MRSS_NW (Software Component) SAP Multiresource Scheduling for SAP Net
⤷
PM-WOC-MO (Application Component) Maintenance Orders
⤷
/MRSS/RCCF_ADMIN (Package) RCCF Admin
⤷
⤷
Properties
| Class | /MRSS/CL_RCCF_ADMIN_SESSIONSCR | |
| Short Description | Log Class to Display Engine Log | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /MRSS/RCCF_ADMIN | RCCF Admin |
| Created | 20071102 | SAP |
| Last change | 20141109 | |
| 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 /MRSS/CL_RCCF_ADMIN_SESSIONSCR has no interface implemented.
Friends
Class /MRSS/CL_RCCF_ADMIN_SESSIONSCR 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' | 20071102 | |||
| 2 | Constant | Private | Type reference (TYPE) | CHAR255 | 'SLOT_DEST_ID,SLOT_NR,SLOT_USER,SLOT_SDATUM,SLOT_STIME,SLOT_NUMUSED,SLOT_PROCID,SLOT_PROCNAME,SLOT_HOSTNAME' | 20071102 | |||
| 3 | Constant | Private | Type reference (TYPE) | CHAR255 | 'SLOT_PROC_ACTIVE,SLOT_ISSTOPPED_ICON' | 20071102 | |||
| 4 | Constant | Private | Type reference (TYPE) | CHAR255 | 'SLOT_PROC_ACTIVE,SLOT_ISSTOPPED_ICON' | 20071102 | |||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | /MRSS/CL_RCCF_ADMIN_SALV | SALV Wrapper for RCCF | 20071102 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | TY_GT_DESTSLOT | 20071102 | ||||
| 7 | Static Attribute | Public | Type reference (TYPE) | /MRSS/T_RCCFT_ENG_DESTINATION | Table of Target Addresses of External Engine in RCCF | 20071102 | |||
| 8 | Static Attribute | Private | Type reference (TYPE) | TY_GT_DESTSLOT | Destination Slots | 20071102 | |||
| 9 | Static Attribute | Private | Type reference (TYPE) | TY_GT_NEG_DESTSLOT | Table of Target Addresses That Are No Longer Active | 20071102 | |||
| 10 | Static Attribute | Private | Type reference (TYPE) | /MRSS/T_RCCFT_ADMIN_DESTPROC | Destination Process List | 20071102 | |||
| 11 | Static Attribute | Public | Type reference (TYPE) | /MRSS/T_RCCFT_ADMIN_PROCES_STD | Temporary Table of Processes | 20071102 | |||
| 12 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20071102 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20071102 | |
| 2 | Static method | Public | Method | 20071122 | ||
| 3 | Static method | Public | Method | Opens a Window to Select Target Addresses | 20071102 | |
| 4 | Static method | Public | Method | Opens a Process Display for a Specific Target Address | 20071102 | |
| 5 | Static method | Private | Method | 20071102 | ||
| 6 | Static method | Public | Method | Create Process List | 20071102 | |
| 7 | Instance method | Private | Event handling method | 20071102 | ||
| 8 | Static method | Private | Method | Opens a Dialog Box to Confirm Deletion Actions | 20071102 | |
| 9 | Static method | Private | Method | Opens a Dialog Box to Confirm End Actions | 20071102 | |
| 10 | Static method | Private | Method | 20071102 |
Events
Class /MRSS/CL_RCCF_ADMIN_SESSIONSCR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_GS_DESTSLOT | Private | See coding | 20071102 | BEGIN OF ty_gs_destslot,
slot_isstopped_icon TYPE /mrss/t_rccf_admin_run_stopped,
slot_proc_active TYPE /mrss/t_rccf_admin_proc_active,
proc_active TYPE abap_bool.
INCLUDE TYPE /mrss/d_destslot.
TYPES:
END OF ty_gs_destslot
|
||
| 2 | TY_GT_DESTSLOT | Private | See coding | 20071102 | ty_gt_destslot TYPE STANDARD TABLE OF ty_gs_destslot
|
||
| 3 | TY_GT_NEG_DESTSLOT | Private | See coding | 20071102 | ty_gt_neg_destslot TYPE HASHED TABLE OF ty_gs_destslot WITH UNIQUE
DEFAULT KEY
|
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) | /MRSS/CL_RCCF_ADMIN_SALV | SALV-Verschalung für RCCF | 20071102 | |||
| 2 | IO_ALV_EVENT | Call by reference | Object reference (TYPE REF TO) | /MRSS/CL_RCCF_ADMIN_SALV_EVENT | Ereignisklasse für die RCCF ALV-Verschalung | 20071102 |
Method CONSTRUCTOR on class /MRSS/CL_RCCF_ADMIN_SESSIONSCR has no exception.
Method DISPLAY Signature
Method DISPLAY on class /MRSS/CL_RCCF_ADMIN_SESSIONSCR has no parameter.
Method DISPLAY on class /MRSS/CL_RCCF_ADMIN_SESSIONSCR 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 | Abstracter Container fuer GUI Controls | 20071102 |
Method DISPLAY_DESTINATION_SELECTION on class /MRSS/CL_RCCF_ADMIN_SESSIONSCR 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 | 20071102 | ||||
| 2 | IV_DEST_ID | Call by reference | Type reference (TYPE) | /MRSS/T_RCCF_DEST_ID | ID der Zieladresse der externen Engine im RCCF | 20071102 |
Method DISPLAY_PROCESS_SCREEN on class /MRSS/CL_RCCF_ADMIN_SESSIONSCR has no exception.
Method GET_DESTINATIONS Signature
Method GET_DESTINATIONS on class /MRSS/CL_RCCF_ADMIN_SESSIONSCR has no parameter.
Method GET_DESTINATIONS on class /MRSS/CL_RCCF_ADMIN_SESSIONSCR has no exception.
Method GET_PROCESS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DEST_ID | Call by reference | Type reference (TYPE) | /MRSS/T_RCCF_DEST_ID | ID der Zieladresse der externen Engine im RCCF | 20071102 | |||
| 2 | IV_FORCE_REFRESH | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20071102 | |||
| 3 | RS_PROCESS | Value transfer | Type reference (TYPE) | /MRSS/T_RCCFS_ADMIN_DESTPROC | Destinations-Prozessliste | 20071102 |
Method GET_PROCESS on class /MRSS/CL_RCCF_ADMIN_SESSIONSCR 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) | 20071102 |
Method ON_FUNCTION on class /MRSS/CL_RCCF_ADMIN_SESSIONSCR 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 | Ja (true) oder nein (false) | 20071102 |
Method POPUP_TO_DELETE on class /MRSS/CL_RCCF_ADMIN_SESSIONSCR 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 | Ja (true) oder nein (false) | 20071102 |
Method POPUP_TO_KILL on class /MRSS/CL_RCCF_ADMIN_SESSIONSCR has no exception.
Method REFRESH_DATA Signature
Method REFRESH_DATA on class /MRSS/CL_RCCF_ADMIN_SESSIONSCR has no parameter.
Method REFRESH_DATA on class /MRSS/CL_RCCF_ADMIN_SESSIONSCR has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 610 |