SAP ABAP Class CL_CSI_INSTANCE_LOGSCREEN (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
⤷
CSI_ADMIN (Package) Cloud Service Administration
⤷
⤷
Properties
| Class | CL_CSI_INSTANCE_LOGSCREEN | |
| 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 | CSI_ADMIN | Cloud Service Administration |
| Created | 20110711 | 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_CSI_INSTANCE_LOGSCREEN has no interface implemented.
Friends
Class CL_CSI_INSTANCE_LOGSCREEN 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' | 20110711 | |||
| 2 | Constant | Private | Type reference (TYPE) | STRING | 'STATUS_ICON,APP_ICON,ICON_EXT1,ICON_EXT2,INSTANCE_NAME,START_DATE,START_TIME,START_USER,STOP_DATE,STOP_TIME,STOP_USER,PROFILE_NAME, | 20110711 | |||
| 3 | Constant | Private | Type reference (TYPE) | STRING | 'APP_ICON' | 20110720 | |||
| 4 | Constant | Private | Type reference (TYPE) | STRING | 'ICON_EXT1' | 20110720 | |||
| 5 | Constant | Private | Type reference (TYPE) | STRING | 'ICON_EXT2' | 20110720 | |||
| 6 | Constant | Private | Type reference (TYPE) | STRING | 'STATUS_ICON' | 20110711 | |||
| 7 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_CSI_ADMIN_SALV | SALV Wrapper for RCCF | 20110711 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | TY_GT_ICON_LIST | 20110720 | ||||
| 9 | Static Attribute | Private | Object reference (TYPE REF TO) | IF_CSI_DATASTORE | CSI Datastore Interface | 20110711 | |||
| 10 | Static Attribute | Private | Type reference (TYPE) | TY_GT_CALLBACK | 20110720 | ||||
| 11 | Static Attribute | Private | Type reference (TYPE) | TY_GT_INST_LOG | 20110711 | ||||
| 12 | Static Attribute | Private | Type reference (TYPE) | CSI_INSTANCE_LOG_ICON_APPL | 20110718 | ||||
| 13 | Static Attribute | Private | Type reference (TYPE) | CHAR03 | 'NNN' | 20110711 | |||
| 14 | Static Attribute | Private | Type reference (TYPE) | CSI_INSTANCE_LOG_ICON_STATUS | 20110718 | ||||
| 15 | Static Attribute | Private | Type reference (TYPE) | CSI_INSTANCE_LOG_ICON_STATUS | 20110718 | ||||
| 16 | Static Attribute | Private | Type reference (TYPE) | CSI_INSTANCE_LOG_ICON_STATUS | 20110718 | ||||
| 17 | Static Attribute | Private | Type reference (TYPE) | CSI_INSTANCE_LOG_ICON_STATUS | 20110718 | ||||
| 18 | Static Attribute | Private | Type reference (TYPE) | CSI_INSTANCE_LOG_ICON_STATUS | 20110718 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Event handling method | Do an authority check before the alv is displayed | 20110822 | |
| 2 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20110711 | |
| 3 | Instance method | Private | Constructor | 20110711 | ||
| 4 | Static method | Public | Method | Create an icon with a tooltip | 20110718 | |
| 5 | Static method | Public | Method | 20110711 | ||
| 6 | Static method | Private | Method | 20110720 | ||
| 7 | Instance method | Private | Event handling method | 20110711 | ||
| 8 | Instance method | Private | Event handling method | 20110720 | ||
| 9 | Static method | Private | Method | 20110711 | ||
| 10 | Static method | Private | Method | 20110718 |
Events
Class CL_CSI_INSTANCE_LOGSCREEN has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_GS_CALLBACK | Private | See coding | 20110720 | BEGIN OF ty_gs_callback,
cbkname TYPE csi_abap_abstypename,
cbkid TYPE csi_log_callback_identifier,
icon_ext1 TYPE csi_instance_log_icon_ext,
icon_ext2 TYPE csi_instance_log_icon_ext,
showicon type hashed table of ty_gs_status_show with unique key status,
END OF ty_gs_callback
|
||
| 2 | TY_GS_ICON_LIST | Private | See coding | 20110720 | BEGIN OF ty_gs_icon_list,
column TYPE salv_de_column,
column_id TYPE csi_instance_log_columnid,
END OF ty_gs_icon_list
|
||
| 3 | TY_GS_INST_LOG | Private | See coding | 20110711 | BEGIN OF ty_gs_inst_log.
INCLUDE TYPE csis_instance_log.
TYPES:
app_icon TYPE csi_instance_log_icon_appl,
status_icon TYPE csi_instance_log_icon_status,
icon_ext1 TYPE csi_instance_log_icon_ext,
icon_ext2 TYPE csi_instance_log_icon_ext,
END OF ty_gs_inst_log
|
||
| 4 | TY_GS_STATUS_SHOW | Private | See coding | 20110720 | begin of ty_gs_status_show,
status type csi_instance_state,
show type abap_bool,
end of ty_gs_status_show
|
||
| 5 | TY_GT_CALLBACK | Private | See coding | 20110720 | ty_gt_callback TYPE HASHED TABLE OF ty_gs_callback WITH UNIQUE KEY cbkid cbkname
|
||
| 6 | TY_GT_ICON_LIST | Private | See coding | 20110720 | ty_gt_icon_list TYPE HASHED TABLE OF ty_gs_icon_list WITH UNIQUE KEY column
|
||
| 7 | TY_GT_INST_LOG | Private | See coding | 20110711 | ty_gt_inst_log TYPE STANDARD TABLE OF ty_gs_inst_log
|
Method Signatures
Method AUTHCHECK_BEFORE_DISPLAY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_COLUMNS | Call by reference | Attribute reference (LIKE) | 20110822 | |||||
| 2 | IO_DISPLAY | Call by reference | Attribute reference (LIKE) | 20110822 | |||||
| 3 | IO_FUNCTIONS | Call by reference | Attribute reference (LIKE) | 20110822 | |||||
| 4 | IO_SETTINGS | Call by reference | Attribute reference (LIKE) | 20110822 | |||||
| 5 | SENDER | Call by reference | Attribute reference (LIKE) | 20110822 |
Method AUTHCHECK_BEFORE_DISPLAY on class CL_CSI_INSTANCE_LOGSCREEN has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_CSI_INSTANCE_LOGSCREEN has no parameter.
Method CLASS_CONSTRUCTOR on class CL_CSI_INSTANCE_LOGSCREEN has no exception.
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_CSI_ADMIN_SALV | 20110711 | ||||
| 2 | IO_ALV_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_SALV_EVENTS_TABLE | 20110711 | ||||
| 3 | IT_ICON_LIST | Call by reference | Type reference (TYPE) | TY_GT_ICON_LIST | 20110720 |
Method CONSTRUCTOR on class CL_CSI_INSTANCE_LOGSCREEN has no exception.
Method CREATE_ICON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | ICON_D | Icon in text fields (substitute display, alias) | 20110718 | |||
| 2 | IV_TIP | Call by reference | Type reference (TYPE) | CHAR255 | Char255 | 20110718 | |||
| 3 | RV_ICON | Value transfer | Type reference (TYPE) | CHAR255 | Char255 | 20110718 |
Method CREATE_ICON on class CL_CSI_INSTANCE_LOGSCREEN has no exception.
Method DISPLAY Signature
Method DISPLAY on class CL_CSI_INSTANCE_LOGSCREEN has no parameter.
Method DISPLAY on class CL_CSI_INSTANCE_LOGSCREEN has no exception.
Method GET_EXT_ICON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CALLBACK | Call by reference | Type reference (TYPE) | CSI_ABAP_ABSTYPENAME | CSI Absolute Typename in ABAP | 20110720 | |||
| 2 | IV_CALLBACK_ID | Call by reference | Type reference (TYPE) | CSI_LOG_CALLBACK_IDENTIFIER | Unique Number to Identify Callback Entries | 20110720 | |||
| 3 | IV_COLUMNID | Call by reference | Type reference (TYPE) | CSI_INSTANCE_LOG_COLUMNID | Column ID for Instance Logging | 20110720 | |||
| 4 | IV_STATUS | Call by reference | Type reference (TYPE) | CSI_INSTANCE_STATE | CSI Instance Status | 20110720 | |||
| 5 | RV_ICON | Value transfer | Type reference (TYPE) | CSI_INSTANCE_LOG_ICON_EXT | Extra column icon | 20110720 |
Method GET_EXT_ICON on class CL_CSI_INSTANCE_LOGSCREEN 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) | 20110711 |
Method ON_FUNCTION on class CL_CSI_INSTANCE_LOGSCREEN has no exception.
Method ON_LINK_CLICK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COLUMN | Value transfer | Attribute reference (LIKE) | 20110720 | |||||
| 2 | ROW | Value transfer | Attribute reference (LIKE) | 20110720 |
Method ON_LINK_CLICK on class CL_CSI_INSTANCE_LOGSCREEN has no exception.
Method REFRESH_DATA Signature
Method REFRESH_DATA on class CL_CSI_INSTANCE_LOGSCREEN has no parameter.
Method REFRESH_DATA on class CL_CSI_INSTANCE_LOGSCREEN has no exception.
Method STATUS_TO_ICON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_STATUS | Call by reference | Type reference (TYPE) | CSI_INSTANCE_STATE | CSI Instance Status | 20110718 | |||
| 2 | RV_STATUS_ICON | Value transfer | Type reference (TYPE) | CSI_INSTANCE_LOG_ICON_STATUS | Instance Status | 20110718 |
Method STATUS_TO_ICON on class CL_CSI_INSTANCE_LOGSCREEN has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 731 |