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 | ![]() |
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 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstract Container for GUI Controls | 20120224 | ||
2 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CUSTOM_CONTAINER | Container for Custom Controls in the Screen Area | 20120224 | ||
3 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_GUI_DIALOGBOX_CONTAINER | Container for Custom Controls in the Screen Area | 20120224 | ||
4 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstract Container for GUI Controls | 20130218 | ||
5 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_GUI_HTML_VIEWER | HTML Control Proxy Class | 20130219 | ||
6 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstract Container for GUI Controls | 20130218 | ||
7 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_GUI_ALV_GRID | ALV List Viewer | 20130219 | ||
8 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_GUI_SPLITTER_CONTAINER | Reduced Version of Splitter Container Control | 20130218 | ||
9 | ![]() |
Static Attribute | Private | Type reference (TYPE) | LVC_S_COL | ALV Control: Column ID | 20121130 | ||
10 | ![]() |
Static Attribute | Private | Type reference (TYPE) | LVC_S_ROID | Assignment of Row Number to Row ID | 20121130 | ||
11 | ![]() |
Static Attribute | Private | Type reference (TYPE) | LVC_T_FCAT | Field Catalog for List Viewer Control | 20120224 | ||
12 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TT_LOG_MSG | Log messages to be displayed | 20120224 | ||
13 | ![]() |
Static Attribute | Private | Type reference (TYPE) | STRING | 20120224 | |||
14 | ![]() |
Static Attribute | Private | Type reference (TYPE) | SYDYNNR | Current Screen Number | 20120224 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Private | Method | Create container | 20120224 |
2 | ![]() |
Static method | Public | Method | Delete window | 20120224 |
3 | ![]() |
Static method | Private | Event handling method | Delete window | 20120224 |
4 | ![]() |
Static method | Private | Event handling method | Show longtext | 20120224 |
5 | ![]() |
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 | ![]() |
ER_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstract Container for GUI Controls | 20120224 | ||
2 | ![]() |
I_CAPTION | Call by reference | Type reference (TYPE) | TEXT70 | Caption | 20120224 | ||
3 | ![]() |
I_CONTAINERNAME | Call by reference | Type reference (TYPE) | C | 20120224 | |||
4 | ![]() |
I_DYNNR | Call by reference | Type reference (TYPE) | SY-DYNNR | Current Screen Number | 20120224 | ||
5 | ![]() |
I_HEIGHT | Call by reference | Type reference (TYPE) | I | 20120224 | |||
6 | ![]() |
I_LEFT | Call by reference | Type reference (TYPE) | I | 20120224 | |||
7 | ![]() |
I_REPID | Call by reference | Type reference (TYPE) | SY-REPID | 20120224 | |||
8 | ![]() |
I_TOP | Call by reference | Type reference (TYPE) | I | 20120224 | |||
9 | ![]() |
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 | ![]() |
ES_ROW_NO | Value transfer | Attribute reference (LIKE) | 20120224 | ||||
2 | ![]() |
E_COLUMN_ID | Value transfer | Attribute reference (LIKE) | 20120224 | ||||
3 | ![]() |
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 | ![]() |
IR_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstract Container for GUI Controls | 20120224 | ||
2 | ![]() |
IR_TASK | Call by reference | Object reference (TYPE REF TO) | IF_STCTM_TASK | Technical Configuration Task | 20130218 | ||
3 | ![]() |
I_AUTOWIDTH | Call by reference | Type reference (TYPE) | C | SPACE | 20120224 | ||
4 | ![]() |
I_CONTAINERNAME | Call by reference | Type reference (TYPE) | C | 20120224 | |||
5 | ![]() |
I_DYNNR | Call by reference | Type reference (TYPE) | SY-DYNNR | 20120224 | |||
6 | ![]() |
I_HEIGHT | Call by reference | Type reference (TYPE) | I | 200 | 20120224 | ||
7 | ![]() |
I_LEFT | Call by reference | Type reference (TYPE) | I | 50 | 20120224 | ||
8 | ![]() |
I_REPID | Call by reference | Type reference (TYPE) | SY-REPID | 20120224 | |||
9 | ![]() |
I_TOP | Call by reference | Type reference (TYPE) | I | 50 | 20120224 | ||
10 | ![]() |
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 |