SAP ABAP Class CL_SMT_PROTOCOL_VIEW (Display Log)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-SOA-SMT (Application Component) Service Mapping Tool
⤷
GMT_UI (Package) User Interfaces
⤷
⤷
Properties
| Class | CL_SMT_PROTOCOL_VIEW | |
| Short Description | Display Log | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | GMT_UI | User Interfaces |
| Created | 20080219 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SMT_PROTOCOL_VIEW has no forward declaration.
Interfaces
Class CL_SMT_PROTOCOL_VIEW has no interface implemented.
Friends
Class CL_SMT_PROTOCOL_VIEW has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | TY_DATA_TAB | Error Message Structure | 20080219 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | LVC_T_FCAT | ALV control: Field catalog | 20080219 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_ALV_GRID | ALV List Viewer | 20080219 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_DOCKING_CONTAINER | Docking Control Container | 20080219 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | SLIS_HANDL | Management ID for Repeated Calls from the Same Program | 20080219 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | SMT_BOOLEAN | Refresh Display | 20080219 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | SYREPID | ABAP Program: Current main program | 20080219 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | SYDYNNR | Current Screen Number | 20080219 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | SMT_BOOLEAN | Visible | 20080219 | |||
| 10 | Constant | Private | Type reference (TYPE) | STRING | 'CL_SMT_PROTOCOL_VIEW' | Program Name for ALV Variant | 20080219 | ||
| 11 | Constant | Private | Type reference (TYPE) | DD02L-TABNAME | 'SMT_ERROR_DISP' | Error Structure | 20080219 |
Methods
Events
Class CL_SMT_PROTOCOL_VIEW has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_DATA | Private | See coding | 20080219 | BEGIN OF ty_data.
INCLUDE TYPE smt_error_disp.
TYPES:
key TYPE string,
END OF ty_data
|
||
| 2 | TY_DATA_TAB | Private | See coding | 20080219 | ty_data_tab TYPE STANDARD TABLE OF ty_data
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_HANDLE | Call by reference | Type reference (TYPE) | SLIS_HANDL | VerwaltungsID für Mehrfachaufrufe aus dem selben Programm | 20080219 | |||
| 2 | I_REPID | Call by reference | Type reference (TYPE) | SYREPID | ABAP-Programm, aktuelles Rahmenprogramm | 20080219 | |||
| 3 | I_SCREEN | Call by reference | Type reference (TYPE) | SYDYNNR | Aktuelle Dynpro-Nummer | 20080219 |
Method CONSTRUCTOR on class CL_SMT_PROTOCOL_VIEW has no exception.
Method DISPLAY_ERROR_DETAIL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DATA | Call by reference | Type reference (TYPE) | TY_DATA | 20080220 |
Method DISPLAY_ERROR_DETAIL on class CL_SMT_PROTOCOL_VIEW has no exception.
Method DISPLAY_PROTOCOL Signature
Method DISPLAY_PROTOCOL on class CL_SMT_PROTOCOL_VIEW has no parameter.
Method DISPLAY_PROTOCOL on class CL_SMT_PROTOCOL_VIEW has no exception.
Method GET_FIELD_CATALOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_FIELDCATALOG | Value transfer | Type reference (TYPE) | LVC_T_FCAT | Feldkatalog für ListViewerControl | 20080219 |
Method GET_FIELD_CATALOG on class CL_SMT_PROTOCOL_VIEW has no exception.
Method HANDLE_BEFORE_USER_COMMAND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_UCOMM | Call by reference | Attribute reference (LIKE) | 20080220 |
Method HANDLE_BEFORE_USER_COMMAND on class CL_SMT_PROTOCOL_VIEW has no exception.
Method HIDE_CONTAINER Signature
Method HIDE_CONTAINER on class CL_SMT_PROTOCOL_VIEW has no parameter.
Method HIDE_CONTAINER on class CL_SMT_PROTOCOL_VIEW has no exception.
Method INIT_CONTROLS Signature
Method INIT_CONTROLS on class CL_SMT_PROTOCOL_VIEW has no parameter.
Method INIT_CONTROLS on class CL_SMT_PROTOCOL_VIEW has no exception.
Method INSERT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_KEY | Call by reference | Type reference (TYPE) | STRING | generischer Schlüssel | 20080219 | |||
| 2 | I_PROTOCOL | Call by reference | Object reference (TYPE REF TO) | CL_SMT_PROTOCOL | Protokoll | 20080219 |
Method INSERT on class CL_SMT_PROTOCOL_VIEW has no exception.
Method PBO Signature
Method PBO on class CL_SMT_PROTOCOL_VIEW has no parameter.
Method PBO on class CL_SMT_PROTOCOL_VIEW has no exception.
Method REFRESH Signature
Method REFRESH on class CL_SMT_PROTOCOL_VIEW has no parameter.
Method REFRESH on class CL_SMT_PROTOCOL_VIEW has no exception.
Method REFRESH_ALV Signature
Method REFRESH_ALV on class CL_SMT_PROTOCOL_VIEW has no parameter.
Method REFRESH_ALV on class CL_SMT_PROTOCOL_VIEW has no exception.
Method SET_HEIGHT Signature
Method SET_HEIGHT on class CL_SMT_PROTOCOL_VIEW has no parameter.
Method SET_HEIGHT on class CL_SMT_PROTOCOL_VIEW has no exception.
Method SHOW_CONTAINER Signature
Method SHOW_CONTAINER on class CL_SMT_PROTOCOL_VIEW has no parameter.
Method SHOW_CONTAINER on class CL_SMT_PROTOCOL_VIEW has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 700 |