SAP ABAP Class CL_RSSH_SHOW_LOG (Display Error log in Dialog Box Container)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW (Application Component) SAP Business Information Warehouse
⤷
RS (Package) BW: General Business Information Warehouse
⤷
⤷
Properties
| Class | CL_RSSH_SHOW_LOG | |
| Short Description | Display Error log in Dialog Box Container | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RS | BW: General Business Information Warehouse |
| Created | 19991112 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSSH_SHOW_LOG has no interface implemented.
Friends
Class CL_RSSH_SHOW_LOG has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | BALLOGHNDL | Current Handle for Log | 19991116 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | STRING | 20090731 | ||||
| 3 | Static Attribute | Private | Type reference (TYPE) | SYDYNNR | Current Screen Number | 20090731 | |||
| 4 | Static Attribute | Private | Type reference (TYPE) | RSFIELDNM | Field Name | 20020621 | |||
| 5 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_GUI_ALV_GRID | ALV for output | 19991112 | |||
| 6 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstract Container for GUI Controls | 20000104 | |||
| 7 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CUSTOM_CONTAINER | Container for Custom Controls in the Screen Area | 20000104 | |||
| 8 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_GUI_DIALOGBOX_CONTAINER | Container for ALV | 19991116 | |||
| 9 | Static Attribute | Private | Object reference (TYPE REF TO) | DATA | Input Table | 20020621 | |||
| 10 | Static Attribute | Private | Type reference (TYPE) | RS_T_MSG_SHOW | Help Table ALV | 19991116 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Private | Method | Insert Message Table in Log | 19991116 | |
| 2 | Static method | Private | Method | Creates Log | 19991116 | |
| 3 | Static method | Private | Method | Create Container | 20000104 | |
| 4 | Static method | Public | Method | Close Container | 19991117 | |
| 5 | Static method | Private | Method | Gets New Message Table from Log | 19991116 | |
| 6 | Static method | Private | Event handling method | Call delete_window Method | 19991116 | |
| 7 | Static method | Private | Event handling method | Clicked on Long Text | 19991116 | |
| 8 | Static method | Public | Method | Displays Transferred Messages in Container, Writes Log | 19991116 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | FIELD_SELECTED | Static Event (1) |
Public (2) |
Select Field was Selected | 20020621 |
Types
Class CL_RSSH_SHOW_LOG has no local type.
Method Signatures
Method ADD_MESSAGETABLE_TO_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_MESSAGES | Value transfer | Type reference (TYPE) | TABLE | Messagetabelle | 19991116 |
Method ADD_MESSAGETABLE_TO_LOG on class CL_RSSH_SHOW_LOG has no exception.
Method CREATE_APPL_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_APPLICATION | Value transfer | Type reference (TYPE) | CHAR20 | Anwendung | 19991116 |
Method CREATE_APPL_LOG on class CL_RSSH_SHOW_LOG has no exception.
Method CREATE_CONTAINER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_R_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | container | 20000104 | |||
| 2 | I_CAPTION | Call by reference | Type reference (TYPE) | CHAR255 | Überschrift | 20000104 | |||
| 3 | I_CONTAINERNAME | Call by reference | Type reference (TYPE) | C | I_containername | 20000104 | |||
| 4 | I_DYNNR | Call by reference | Type reference (TYPE) | SY-DYNNR | I_DYNNR | 20000104 | |||
| 5 | I_HEIGHT | Call by reference | Type reference (TYPE) | I | I_HEIGHT | 20000104 | |||
| 6 | I_LEFT | Call by reference | Type reference (TYPE) | I | I_LEFT | 20000104 | |||
| 7 | I_REPID | Call by reference | Type reference (TYPE) | SY-REPID | I_REPID | 20000104 | |||
| 8 | I_TOP | Call by reference | Type reference (TYPE) | I | I_TOP | 20000104 | |||
| 9 | I_WIDTH | Call by reference | Type reference (TYPE) | I | I_WIDTH | 20000104 |
Method CREATE_CONTAINER on class CL_RSSH_SHOW_LOG has no exception.
Method DELETE_WINDOW Signature
Method DELETE_WINDOW on class CL_RSSH_SHOW_LOG has no parameter.
Method DELETE_WINDOW on class CL_RSSH_SHOW_LOG has no exception.
Method GET_MESSAGETABLE_FROM_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_MSG_SHOW | Value transfer | Type reference (TYPE) | RS_T_MSG_SHOW | Messagetabelle | 19991116 | |||
| 2 | I_DSPL_LXT_ALWAYS | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20010829 |
Method GET_MESSAGETABLE_FROM_LOG on class CL_RSSH_SHOW_LOG has no exception.
Method ON_DIALOGBOX_CLOSE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SENDER | Call by reference | Type reference (TYPE) | 19991116 |
Method ON_DIALOGBOX_CLOSE on class CL_RSSH_SHOW_LOG has no exception.
Method ON_HOTSPOT_CLICK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_COLUMN_ID | Call by reference | Attribute reference (LIKE) | 20020621 | |||||
| 2 | E_ROW_ID | Call by reference | Type reference (TYPE) | 19991116 |
Method ON_HOTSPOT_CLICK on class CL_RSSH_SHOW_LOG has no exception.
Method SHOW_MESSAGES_WRITE_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_AUTOWIDTH | Value transfer | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Automatische Tabellenbreite | 20000125 | ||
| 2 | I_CAPTION | Value transfer | Type reference (TYPE) | CHAR255 | Überschift des Containers | 19991116 | |||
| 3 | I_CONTAINERNAME | Value transfer | Type reference (TYPE) | C | containername | 20000104 | |||
| 4 | I_DSPL_LXT_ALWAYS | Value transfer | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | Immer Icon für Langtest anzeigen | 20010829 | ||
| 5 | I_DYNNR | Value transfer | Type reference (TYPE) | SY-DYNNR | dynnr | 20000104 | |||
| 6 | I_HEIGHT | Value transfer | Type reference (TYPE) | I | 200 | Höhe | 19991116 | ||
| 7 | I_LEFT | Value transfer | Type reference (TYPE) | I | 50 | Abstand links | 19991116 | ||
| 8 | I_REPID | Value transfer | Type reference (TYPE) | SY-REPID | repid | 20000104 | |||
| 9 | I_SELECT_FIELDNM | Value transfer | Type reference (TYPE) | RSFIELDNM | SPACE | Feldname des Feldes das für event selected übergeben wird | 20020621 | ||
| 10 | I_SELECT_TEXT | Call by reference | Type reference (TYPE) | C | SPACE | Tooltip für Selektierikone | 20020621 | ||
| 11 | I_TOP | Value transfer | Type reference (TYPE) | I | 50 | Abstand oben | 19991116 | ||
| 12 | I_T_MESSAGES | Value transfer | Type reference (TYPE) | TABLE | Messagetabelle | 19991116 | |||
| 13 | I_WIDTH | Value transfer | Type reference (TYPE) | I | 660 | Breite | 19991116 |
Method SHOW_MESSAGES_WRITE_LOG on class CL_RSSH_SHOW_LOG 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) | TEXT255 | Text, 255 Zeichen | 20020621 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |