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 AT_DATA Instance attribute Private Type reference (TYPE) TY_DATA_TAB Error Message Structure 20080219
2 AT_FIELDCATALOG Instance attribute Private Type reference (TYPE) LVC_T_FCAT ALV control: Field catalog 20080219
3 A_ALV Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20080219
4 A_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_DOCKING_CONTAINER Docking Control Container 20080219
5 A_HANDLE Instance attribute Private Type reference (TYPE) SLIS_HANDL Management ID for Repeated Calls from the Same Program 20080219
6 A_REFRESH_OUTPUT Instance attribute Private Type reference (TYPE) SMT_BOOLEAN Refresh Display 20080219
7 A_REPID Instance attribute Private Type reference (TYPE) SYREPID ABAP Program: Current main program 20080219
8 A_SCREEN Instance attribute Private Type reference (TYPE) SYDYNNR Current Screen Number 20080219
9 A_VISIBLE Instance attribute Private Type reference (TYPE) SMT_BOOLEAN Visible 20080219
10 CO_PROGRAM Constant Private Type reference (TYPE) STRING 'CL_SMT_PROTOCOL_VIEW' Program Name for ALV Variant 20080219
11 CO_STRUCTURE Constant Private Type reference (TYPE) DD02L-TABNAME 'SMT_ERROR_DISP' Error Structure 20080219
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20080219
2 DISPLAY_ERROR_DETAIL Instance method Private Method Error Detail in Pop-Up 20080220
3 DISPLAY_PROTOCOL Instance method Public Method Display Log 20080219
4 GET_FIELD_CATALOG Instance method Private Method Construct Field Catalog 20080219
5 HANDLE_BEFORE_USER_COMMAND Instance method Private Event handling method Change Standard Functions 20080220
6 HIDE_CONTAINER Instance method Private Method Make Container Invisible 20080219
7 INIT_CONTROLS Instance method Private Method Initialize Controls 20080219
8 INSERT Instance method Public Method Add Log Entries 20080219
9 PBO Instance method Public Method Event PBO 20080219
10 REFRESH Instance method Public Method Delete Entries 20080220
11 REFRESH_ALV Instance method Private Method Refresh ALV 20080219
12 SET_HEIGHT Instance method Private Method Set height 20080219
13 SHOW_CONTAINER Instance method Private Method Make Container Visible 20080219
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 Importing I_HANDLE Call by reference Type reference (TYPE) SLIS_HANDL VerwaltungsID für Mehrfachaufrufe aus dem selben Programm 20080219
2 Importing I_REPID Call by reference Type reference (TYPE) SYREPID ABAP-Programm, aktuelles Rahmenprogramm 20080219
3 Importing 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 Importing 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 Returning 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 Importing 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 Importing I_KEY Call by reference Type reference (TYPE) STRING generischer Schlüssel 20080219
2 Importing 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