SAP ABAP Class CL_GENIOS_SOLVER_LOGSCREEN (Log Class for Displaying Engine Log)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-GEN (Application Component) GENeric Integer Optimizer System
     GENIOS_SOLVER_MAIN (Package) GENIOS: solvers for MILP
Properties
Class CL_GENIOS_SOLVER_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 GENIOS_SOLVER_MAIN   GENIOS: solvers for MILP 
Created 20091204   SAP 
Last change 20110908   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_GENIOS_SOLVER_LOGSCREEN has no interface implemented.
Friends
Class CL_GENIOS_SOLVER_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' 20091204
2 GC_DISPLAY_COLUMNNAMES Constant Private Type reference (TYPE) STRING 'STATUS_ICON,SOLVER_ID,START_DATE,START_TIME,USERNAME' 20091204
3 GC_ICON_STATUS Constant Private Type reference (TYPE) STRING 'STATUS_ICON' 20091204
4 MO_ALV Instance attribute Private Object reference (TYPE REF TO) CL_GENIOS_SALV GENIOS: SALV Wrapper 20091204
5 MT_SOLVER_LOG Static Attribute Private Type reference (TYPE) TY_GT_SOLVER_LOG 20091204
6 MV_FILE_PATH Static Attribute Private Type reference (TYPE) STRING 20091204
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Private Constructor 20091204
2 CREATE_ICON Static method Private Method 20091204
3 DISPLAY Static method Public Method 20091204
4 ON_FUNCTION Instance method Private Event handling method 20091204
5 ON_LINK_CLICK Instance method Private Event handling method 20091204
6 REFRESH_DATA Static method Private Method 20091204
7 TRANSFER_FROM_DATABASE Static method Private Method 20091204
Events
Class CL_GENIOS_SOLVER_LOGSCREEN has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_GS_SOLVER_LOG Private See coding 20091204 BEGIN OF ty_gs_solver_log. INCLUDE TYPE genioss_solver_run. TYPES: status_icon TYPE genios_run_statusicon, END OF ty_gs_solver_log
2 TY_GT_SOLVER_LOG Private See coding 20091204 ty_gt_solver_log TYPE STANDARD TABLE OF ty_gs_solver_log
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_GENIOS_SALV SALV Wrapper for RCCF 20091204
2 Importing IO_ALV_EVENT Call by reference Object reference (TYPE REF TO) CL_SALV_EVENTS_TABLE 20091204

Method CONSTRUCTOR on class CL_GENIOS_SOLVER_LOGSCREEN has no exception.

Method CREATE_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) ICON_D Icon in text fields (substitute display, alias) 20091204
2 Importing IV_TIP Call by reference Type reference (TYPE) CHAR255 GENIOS: name of an element 20091204
3 Returning RV_ICON Value transfer Type reference (TYPE) CHAR255 GENIOS: name of an element 20091204

Method CREATE_ICON on class CL_GENIOS_SOLVER_LOGSCREEN has no exception.

Method DISPLAY Signature

Method DISPLAY on class CL_GENIOS_SOLVER_LOGSCREEN has no parameter.
Method DISPLAY on class CL_GENIOS_SOLVER_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) 20091204

Method ON_FUNCTION on class CL_GENIOS_SOLVER_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) 20091204
2 Importing ROW Value transfer Attribute reference (LIKE) 20091204

Method ON_LINK_CLICK on class CL_GENIOS_SOLVER_LOGSCREEN has no exception.

Method REFRESH_DATA Signature

Method REFRESH_DATA on class CL_GENIOS_SOLVER_LOGSCREEN has no parameter.
Method REFRESH_DATA on class CL_GENIOS_SOLVER_LOGSCREEN has no exception.

Method TRANSFER_FROM_DATABASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_PATH Call by reference Type reference (TYPE) GENIOS_STRING GENIOS: string 20091204
2 Importing IV_COMPRESSED Call by reference Type reference (TYPE) GENIOS_BOOL GENIOS: bool variable 20091204
3 Importing IV_FILENAME Call by reference Type reference (TYPE) GENIOS_STRING WITHOUT the EXTENSION 20091204
4 Importing IV_OUTFILE Call by reference Type reference (TYPE) GENIOS_BOOL GENIOS: bool variable 20091204
5 Importing IV_SESSION Call by reference Type reference (TYPE) GENIOS_SESSION GENIOS: Session ID 20091204

Method TRANSFER_FROM_DATABASE on class CL_GENIOS_SOLVER_LOGSCREEN has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 702