SAP ABAP Class CL_RCC_ADMIN_VERSIONSCREEN (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_VERSIONSCREEN  
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)
Interfaces
Class CL_RCC_ADMIN_VERSIONSCREEN has no interface implemented.
Friends
Class CL_RCC_ADMIN_VERSIONSCREEN 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 'DEST_ID,INTERNAL_NAME,VER,ENGINE_RELEASE,SP_LEVEL,PLATFORM,LATEST_CHANGE,BUILD_TIMESTAMP,EXE_TYPE,P4_BRANCH' 20080320
3 MO_ALV Instance attribute Private Object reference (TYPE REF TO) CL_RCC_ADMIN_SALV SALV Wrapper for RCCF 20080320
4 MT_VERSION Static Attribute Private See coding Engine Version Table 20080320
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20080320
2 DISPLAY Static method Public Method Show Version Display 20080320
3 ON_FUNCTION Instance method Private Event handling method Result Handling for Additional ALV Buttons 20080320
4 ON_PROCESSING_DESTINATION Static method Private Event handling method Result Handling for Version Reading 20080320
5 REFRESH_DATA Static method Private Method Refresh Version Data 20080320
Events
Class CL_RCC_ADMIN_VERSIONSCREEN has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 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
2 TY_GT_ICON_LIST Private See coding 20080320 ty_gt_icon_list TYPE HASHED TABLE OF ty_gs_icon_list WITH UNIQUE KEY column
3 TY_LS_VERSION Private See coding 20080320 BEGIN OF ty_ls_version, dest_id TYPE rcc_dest_id, ver TYPE rcc_admin_ver, release TYPE rcc_admin_ver, sp_level TYPE rcc_admin_ver, platform TYPE rcc_admin_ver, latest_change TYPE rcc_admin_ver, build_timestamp TYPE rcc_admin_ver, exe_type TYPE rcc_admin_ver, p4_branch TYPE rcc_admin_ver, END OF ty_ls_version
4 TY_LT_VERSION Private See coding 20080320 ty_lt_version TYPE STANDARD TABLE OF ty_ls_version
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 SALV Wrapper for RCCF 20080320

Method CONSTRUCTOR on class CL_RCC_ADMIN_VERSIONSCREEN has no exception.

Method DISPLAY Signature

Method DISPLAY on class CL_RCC_ADMIN_VERSIONSCREEN has no parameter.
Method DISPLAY on class CL_RCC_ADMIN_VERSIONSCREEN 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_VERSIONSCREEN has no exception.

Method ON_PROCESSING_DESTINATION Signature

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

Method ON_PROCESSING_DESTINATION on class CL_RCC_ADMIN_VERSIONSCREEN has no exception.

Method REFRESH_DATA Signature

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