SAP ABAP Class CL_STCTM_LOG_DISPLAY (Task Log Display)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-INS-TC-RT (Application Component) Runtime for ABAP based automated TC
     STC_TM (Package) Technical Configuration Task Management
Properties
Class CL_STCTM_LOG_DISPLAY  
Short Description Task Log Display    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class STC_TM    
Program status     
Category 0   
Package STC_TM   Technical Configuration Task Management 
Created 20120224   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_STCTM_LOG Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_STCTM_LOG_DISPLAY has no interface implemented.
Friends
Class CL_STCTM_LOG_DISPLAY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 PR_CONTAINER Static Attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20120224
2 PR_CUSTOMCONTAINER Static Attribute Private Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container for Custom Controls in the Screen Area 20120224
3 PR_DIALOGBOXCONTAINER Static Attribute Private Object reference (TYPE REF TO) CL_GUI_DIALOGBOX_CONTAINER Container for Custom Controls in the Screen Area 20120224
4 PR_HEADER_CONTAINER Static Attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20130218
5 PR_HEADER_VIEWER Static Attribute Private Object reference (TYPE REF TO) CL_GUI_HTML_VIEWER HTML Control Proxy Class 20130219
6 PR_MESSAGE_CONTAINER Static Attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20130218
7 PR_MESSAGE_VIEWER Static Attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20130219
8 PR_SPLITTER_CONTAINER Static Attribute Private Object reference (TYPE REF TO) CL_GUI_SPLITTER_CONTAINER Reduced Version of Splitter Container Control 20130218
9 PS_TOP_COL_INFO Static Attribute Private Type reference (TYPE) LVC_S_COL ALV Control: Column ID 20121130
10 PS_TOP_ROW Static Attribute Private Type reference (TYPE) LVC_S_ROID Assignment of Row Number to Row ID 20121130
11 PT_FC Static Attribute Private Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20120224
12 PT_LOG_MSG Static Attribute Private Type reference (TYPE) TT_LOG_MSG Log messages to be displayed 20120224
13 P_CONTAINER_NAME Static Attribute Private Type reference (TYPE) STRING 20120224
14 P_DYNNR Static Attribute Private Type reference (TYPE) SYDYNNR Current Screen Number 20120224
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_CONTAINER Static method Private Method Create container 20120224
2 DELETE_WINDOW Static method Public Method Delete window 20120224
3 ON_DIALOGBOX_CLOSE Static method Private Event handling method Delete window 20120224
4 ON_HOTSPOT_CLICK Static method Private Event handling method Show longtext 20120224
5 SHOW Static method Public Method Show messages 20120224
Events
# Event Type Visibility Description Created on
1 FIELD_SELECTED Static Event
(1)
Public
(2)
Handle message details 20120224
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_LOG_MSG Private See coding 20120224 tt_log_msg TYPE STANDARD TABLE OF t_log_msg
2 T_LOG_MSG Private See coding 20120224 BEGIN OF t_log_msg. INCLUDE TYPE bal_s_show. types: details TYPE string, exec_id TYPE stc_exec_id, icon_act TYPE c LENGTH 4, icon_id TYPE c LENGTH 26, appl_comp TYPE ufps_posid, END OF t_log_msg
Method Signatures

Method CREATE_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20120224
2 Importing I_CAPTION Call by reference Type reference (TYPE) TEXT70 Caption 20120224
3 Importing I_CONTAINERNAME Call by reference Type reference (TYPE) C 20120224
4 Importing I_DYNNR Call by reference Type reference (TYPE) SY-DYNNR Current Screen Number 20120224
5 Importing I_HEIGHT Call by reference Type reference (TYPE) I 20120224
6 Importing I_LEFT Call by reference Type reference (TYPE) I 20120224
7 Importing I_REPID Call by reference Type reference (TYPE) SY-REPID 20120224
8 Importing I_TOP Call by reference Type reference (TYPE) I 20120224
9 Importing I_WIDTH Call by reference Type reference (TYPE) I 20120224

Method CREATE_CONTAINER on class CL_STCTM_LOG_DISPLAY has no exception.

Method DELETE_WINDOW Signature

Method DELETE_WINDOW on class CL_STCTM_LOG_DISPLAY has no parameter.
Method DELETE_WINDOW on class CL_STCTM_LOG_DISPLAY has no exception.

Method ON_DIALOGBOX_CLOSE Signature

Method ON_DIALOGBOX_CLOSE on class CL_STCTM_LOG_DISPLAY has no parameter.
Method ON_DIALOGBOX_CLOSE on class CL_STCTM_LOG_DISPLAY has no exception.

Method ON_HOTSPOT_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ES_ROW_NO Value transfer Attribute reference (LIKE) 20120224
2 Importing E_COLUMN_ID Value transfer Attribute reference (LIKE) 20120224
3 Importing E_ROW_ID Value transfer Attribute reference (LIKE) 20120224

Method ON_HOTSPOT_CLICK on class CL_STCTM_LOG_DISPLAY has no exception.

Method SHOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20120224
2 Importing IR_TASK Call by reference Object reference (TYPE REF TO) IF_STCTM_TASK Technical Configuration Task 20130218
3 Importing I_AUTOWIDTH Call by reference Type reference (TYPE) C SPACE 20120224
4 Importing I_CONTAINERNAME Call by reference Type reference (TYPE) C 20120224
5 Importing I_DYNNR Call by reference Type reference (TYPE) SY-DYNNR 20120224
6 Importing I_HEIGHT Call by reference Type reference (TYPE) I 200 20120224
7 Importing I_LEFT Call by reference Type reference (TYPE) I 50 20120224
8 Importing I_REPID Call by reference Type reference (TYPE) SY-REPID 20120224
9 Importing I_TOP Call by reference Type reference (TYPE) I 50 20120224
10 Importing I_WIDTH Call by reference Type reference (TYPE) I 870 20120224

Method SHOW on class CL_STCTM_LOG_DISPLAY has no exception.
Event Signatures

Event FIELD_SELECTED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 FIELDVALUE Exporting Value transfer Type reference (TYPE) STRING Details Identifyer 20120224
History
Last changed by/on SAP  20140121 
SAP Release Created in 732