SAP ABAP Class CL_RCC_ADMIN_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
     RCC_ADMIN (Package) RCCF: Administrative Tasks
Properties
Class CL_RCC_ADMIN_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 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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 ICON Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RCC_ADMIN_LOGSCREEN has no interface implemented.
Friends
Class CL_RCC_ADMIN_LOGSCREEN has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_CONTAINER_NAME Constant Private Type reference (TYPE) CHAR255 'MAIN_CONTAINER' 20080320
2 GC_DISPLAY_COLUMNNAMES Constant Private Type reference (TYPE) STRING 'STATUS_ICON,APPL_ICON,ICON_EXT1,ICON_EXT2,ICON_EXT3,APP,ID,SLOT_NUMUSED,STARTDATE,STARTTIME,USERNAME,ENGINE_PROFILE,ENGINE_CUSTID' 20080320
3 GC_ICON_APPL Constant Private Type reference (TYPE) STRING 'APPL_ICON' 20080320
4 GC_ICON_EXT1 Constant Private Type reference (TYPE) STRING 'ICON_EXT1' 20080320
5 GC_ICON_EXT2 Constant Private Type reference (TYPE) STRING 'ICON_EXT2' 20080320
6 GC_ICON_EXT3 Constant Private Type reference (TYPE) STRING 'ICON_EXT3' 20080320
7 GC_ICON_STATUS Constant Private Type reference (TYPE) STRING 'STATUS_ICON' 20080320
8 MO_ALV Instance attribute Private Object reference (TYPE REF TO) CL_RCC_ADMIN_SALV SALV Wrapper for RCCF 20080320
9 MT_APP_ENGINES Static Attribute Private Type reference (TYPE) RCCT_ENGINE Table of Application Engines 20080320
10 MT_CALLBACKS Static Attribute Private Type reference (TYPE) TY_GT_CALLBACK Call Back Buffer 20080320
11 MT_ENG_LOG Static Attribute Private Type reference (TYPE) TY_GT_ENG_LOG 20080320
12 MT_ICON_LIST Instance attribute Private Type reference (TYPE) TY_GT_ICON_LIST 20080320
13 MV_COLUMNS_HAVE_DATA Static Attribute Private Type reference (TYPE) CHAR03 'NNN' Character Field for IDocs (Length: Three Characters) 20080320
14 MV_FILE_PATH Static Attribute Private Type reference (TYPE) STRING 20080320
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Private Constructor 20080320
2 DISPLAY Static method Public Method 20080320
3 GET_APP_ENGINE Static method Private Method 20080320
4 GET_ICON Static method Private Method 20080320
5 ON_FUNCTION Instance method Private Event handling method 20080320
6 ON_LINK_CLICK Instance method Private Event handling method 20080320
7 REFRESH_DATA Static method Private Method 20080320
Events
Class CL_RCC_ADMIN_LOGSCREEN has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_GS_CALLBACK Private See coding 20080320 BEGIN OF ty_gs_callback, cbkname TYPE rcc_abap_abstypename, cbkid TYPE rcc_log_callback_identifier, icon_ext1 TYPE rcc_log_ext, icon_ext2 TYPE rcc_log_ext, icon_ext3 TYPE rcc_log_ext, END OF ty_gs_callback
2 TY_GS_ENG_LOG Private See coding 20080320 BEGIN OF ty_gs_eng_log. INCLUDE TYPE rccs_log_entry. TYPES: appl_icon TYPE rcc_log_appl, status_icon TYPE rcc_log_status_icon, icon_ext1 TYPE rcc_log_ext, icon_ext2 TYPE rcc_log_ext, icon_ext3 TYPE rcc_log_ext, END OF ty_gs_eng_log
3 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
4 TY_GT_CALLBACK Private See coding 20080320 ty_gt_callback TYPE HASHED TABLE OF ty_gs_callback WITH UNIQUE KEY cbkid cbkname
5 TY_GT_ENG_LOG Private See coding 20080320 ty_gt_eng_log TYPE STANDARD TABLE OF ty_gs_eng_log
6 TY_GT_ICON_LIST Private See coding 20080320 ty_gt_icon_list TYPE HASHED TABLE OF ty_gs_icon_list WITH UNIQUE KEY column
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ALV Call by reference Object reference (TYPE REF TO) CL_RCC_ADMIN_SALV 20080320
2 Importing IO_ALV_EVENT Call by reference Object reference (TYPE REF TO) CL_SALV_EVENTS_TABLE 20080320
3 Importing IT_ICON_LIST Call by reference Type reference (TYPE) TY_GT_ICON_LIST 20080320

Method CONSTRUCTOR on class CL_RCC_ADMIN_LOGSCREEN has no exception.

Method DISPLAY Signature

Method DISPLAY on class CL_RCC_ADMIN_LOGSCREEN has no parameter.
Method DISPLAY on class CL_RCC_ADMIN_LOGSCREEN has no exception.

Method GET_APP_ENGINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APP Call by reference Type reference (TYPE) RCC_APP RCCF Application ID 20080320
2 Returning RS_APP_ENGINE Value transfer Type reference (TYPE) RCCS_ENGINE Information for Application Engline 20080320

Method GET_APP_ENGINE on class CL_RCC_ADMIN_LOGSCREEN has no exception.

Method GET_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CALLBACK Call by reference Type reference (TYPE) RCC_ABAP_ABSTYPENAME Absolute Type Name in ABAP 20080320
2 Importing IV_CALLBACK_ID Call by reference Type reference (TYPE) RCC_LOG_CALLBACK_IDENTIFIER Unique Number for Identifying Call Back Entries 20080320
3 Importing IV_COLUMNID Call by reference Type reference (TYPE) RCC_LOG_COLUMNID Column ID for Logging in RCCF 20080320
4 Returning RV_ICON Value transfer Type reference (TYPE) RCC_LOG_EXT Icon 20080320

Method GET_ICON on class CL_RCC_ADMIN_LOGSCREEN has no exception.

Method ON_FUNCTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_SALV_FUNCTION Value transfer Attribute reference (LIKE) 20080320

Method ON_FUNCTION on class CL_RCC_ADMIN_LOGSCREEN has no exception.

Method ON_LINK_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMN Value transfer Attribute reference (LIKE) 20080320
2 Importing ROW Value transfer Attribute reference (LIKE) 20080320

Method ON_LINK_CLICK on class CL_RCC_ADMIN_LOGSCREEN has no exception.

Method REFRESH_DATA Signature

Method REFRESH_DATA on class CL_RCC_ADMIN_LOGSCREEN has no parameter.
Method REFRESH_DATA on class CL_RCC_ADMIN_LOGSCREEN has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 604