SAP ABAP Class CL_WLF_PROTOCOL_VIEW (Protocol view)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   LO-AB (Application Component) Agency Business (Global Trade)
     WLF_IDOC_PROCESSING (Package) IDoc Processing
Properties
Class CL_WLF_PROTOCOL_VIEW  
Short Description Protocol view    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package WLF_IDOC_PROCESSING   IDoc Processing 
Created 20120614   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_WB2_OBJECT_HANDLE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_WLF_PROTOCOL_VIEW has no interface implemented.
Friends
Class CL_WLF_PROTOCOL_VIEW has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_FCODE_CLOSE Constant Private Type reference (TYPE) FCODE 'WLF_ERROR_VIEW_CLOSE' 20120614
2 MC_FCODE_DETAIL Constant Private Type reference (TYPE) FCODE '&DETAIL' 20120615
3 MC_FCODE_DISPLAY_LONG_TEXT Constant Private Type reference (TYPE) FCODE 'WLF_ERROR_DSP_TXT' 20120615
4 MC_FCODE_REFRESH Constant Private Type reference (TYPE) FCODE 'WLF_ERROR_VIEW_REFR' 20120614
5 MO_ALV Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_GRID 20120614
6 MO_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER 20120614
7 MT_DATA Instance attribute Private See coding 20120614
8 M_NO_CLOSE Instance attribute Private Type reference (TYPE) ABAP_BOOL 20120614
9 M_NO_REFRESH Instance attribute Private Type reference (TYPE) ABAP_BOOL 20120614
10 M_REPORT_FOR_VARIANT Instance attribute Private Type reference (TYPE) SYREPID 20120614
11 M_TITLE Instance attribute Private Type reference (TYPE) LVC_TITLE 20120614
12 M_VARIANT_HANDLE Instance attribute Private Type reference (TYPE) SLIS_HANDL 20120614
13 ST_FIELDCATALOG Static Attribute Private Type reference (TYPE) LVC_T_FCAT 20120614
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_FIELD_CATALOG Static method Private Method 20120614
2 CLASS_CONSTRUCTOR Static method Public Constructor 20120614
3 CONSTRUCTOR Instance method Public Constructor 20120614
4 DELETE_ALL_ENTRIES Instance method Public Method 20120614
5 DELETE_ENTRIES Instance method Public Method 20120810
6 DELETE_ENTRY Instance method Public Method 20120614
7 DELETE_TEMPORARY_ENTRIES Instance method Public Method 20120614
8 DISPLAY_ERROR_LONG_TEXT Instance method Private Method 20120615
9 FREE Instance method Public Method 20120614
10 HANDLE_BEFORE_USER_COMMAND Instance method Private Event handling method 20120615
11 HANDLE_DOUBLE_CLICK Instance method Private Event handling method 20120614
12 HANDLE_TOOLBAR Instance method Private Event handling method 20120615
13 HANDLE_USER_COMMAND Instance method Private Event handling method 20120615
14 HAS_ENTRIES Instance method Public Method 20120802
15 INIT_CONTROLS Instance method Public Method 20120614
16 INSERT_MESSAGE Instance method Public Method 20120614
17 INSERT_PROTOCOL_OBJECT Instance method Public Method 20120627
18 REFRESH_ALV_SOFT Instance method Private Method 20120614
19 SET_DYNAMIC_FIELDS Instance method Private Method 20120614
20 SET_INVISIBLE Instance method Private Method 20120614
21 SET_VISIBLE Instance method Private Method 20120614
Events
# Event Type Visibility Description Created on
1 ALV_SET_INVISIBLE Instance Event
(0)
Public
(2)
20120614
2 ALV_SET_VISIBLE Instance Event
(0)
Public
(2)
20120614
3 DISPLAY_ERROR_SOURCE Instance Event
(0)
Public
(2)
20120615
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_T_PROTOCOL_INPUT Public See coding 20120614 ty_t_protocol_input TYPE STANDARD TABLE OF wlf_s_protocol_entry
Method Signatures

Method BUILD_FIELD_CATALOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing T_FIELDCATALOG Call by reference Type reference (TYPE) LVC_T_FCAT 20120614

Method BUILD_FIELD_CATALOG on class CL_WLF_PROTOCOL_VIEW has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_WLF_PROTOCOL_VIEW has no parameter.
Method CLASS_CONSTRUCTOR on class CL_WLF_PROTOCOL_VIEW has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER 20120614
2 Importing IT_MESSAGE Call by reference Type reference (TYPE) TY_T_PROTOCOL_INPUT 20120614
3 Importing I_DEFAULT_HEIGHT Call by reference Type reference (TYPE) I 20120614
4 Importing I_NO_CLOSE Call by reference Type reference (TYPE) ABAP_BOOL 20120614
5 Importing I_NO_REFRESH Call by reference Type reference (TYPE) ABAP_BOOL 20120614
6 Importing I_REPORT_FOR_VARIANT Call by reference Type reference (TYPE) SYREPID 20120614
7 Importing I_TITLE Call by reference Type reference (TYPE) LVC_TITLE 20120614
8 Importing I_VARIANT_HANDLE Call by reference Type reference (TYPE) SLIS_HANDL 20120614

Method CONSTRUCTOR on class CL_WLF_PROTOCOL_VIEW has no exception.

Method DELETE_ALL_ENTRIES Signature

Method DELETE_ALL_ENTRIES on class CL_WLF_PROTOCOL_VIEW has no parameter.
Method DELETE_ALL_ENTRIES on class CL_WLF_PROTOCOL_VIEW has no exception.

Method DELETE_ENTRIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJECT_ID Call by reference Type reference (TYPE) STRING 20120810

Method DELETE_ENTRIES on class CL_WLF_PROTOCOL_VIEW has no exception.

Method DELETE_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MSGID Call by reference Type reference (TYPE) MSGID 20120614
2 Importing I_MSGNO Call by reference Type reference (TYPE) MSGNO 20120614
3 Importing I_MSGTY Call by reference Type reference (TYPE) MSGTY 20120614
4 Importing I_OBJECT_ID Call by reference Type reference (TYPE) STRING 20120614

Method DELETE_ENTRY on class CL_WLF_PROTOCOL_VIEW has no exception.

Method DELETE_TEMPORARY_ENTRIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJECT_ID Call by reference Type reference (TYPE) STRING 20120615

Method DELETE_TEMPORARY_ENTRIES on class CL_WLF_PROTOCOL_VIEW has no exception.

Method DISPLAY_ERROR_LONG_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ROW_ID Call by reference Type reference (TYPE) LVC_T_ROID 20120615

Method DISPLAY_ERROR_LONG_TEXT on class CL_WLF_PROTOCOL_VIEW has no exception.

Method FREE Signature

Method FREE on class CL_WLF_PROTOCOL_VIEW has no parameter.
Method FREE on class CL_WLF_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 Value transfer Attribute reference (LIKE) 20120615

Method HANDLE_BEFORE_USER_COMMAND on class CL_WLF_PROTOCOL_VIEW has no exception.

Method HANDLE_DOUBLE_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) 20120614
2 Importing E_COLUMN Value transfer Attribute reference (LIKE) 20120614
3 Importing E_ROW Value transfer Attribute reference (LIKE) 20120614

Method HANDLE_DOUBLE_CLICK on class CL_WLF_PROTOCOL_VIEW has no exception.

Method HANDLE_TOOLBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_INTERACTIVE Value transfer Attribute reference (LIKE) 20120615
2 Importing E_OBJECT Value transfer Attribute reference (LIKE) 20120615

Method HANDLE_TOOLBAR on class CL_WLF_PROTOCOL_VIEW has no exception.

Method HANDLE_USER_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_UCOMM Value transfer Attribute reference (LIKE) 20120615

Method HANDLE_USER_COMMAND on class CL_WLF_PROTOCOL_VIEW has no exception.

Method HAS_ENTRIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_HAS Value transfer Type reference (TYPE) ABAP_BOOL 20120802

Method HAS_ENTRIES on class CL_WLF_PROTOCOL_VIEW has no exception.

Method INIT_CONTROLS Signature

Method INIT_CONTROLS on class CL_WLF_PROTOCOL_VIEW has no parameter.
Method INIT_CONTROLS on class CL_WLF_PROTOCOL_VIEW has no exception.

Method INSERT_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_MESSAGE Call by reference Type reference (TYPE) WLF_S_PROTOCOL_ENTRY 20120614
2 Importing I_NO_REFRESH Call by reference Type reference (TYPE) ABAP_BOOL 20120627
3 Importing I_UNIQUE Call by reference Type reference (TYPE) ABAP_BOOL 20120615

Method INSERT_MESSAGE on class CL_WLF_PROTOCOL_VIEW has no exception.

Method INSERT_PROTOCOL_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_PROTOCOL Call by reference Object reference (TYPE REF TO) CL_WZRE_PROTOCOL 20120627
2 Importing I_IS_TEMPORARY Call by reference Type reference (TYPE) ABAP_BOOL 20120627
3 Importing I_OBJECT_ID Call by reference Type reference (TYPE) STRING 20120627

Method INSERT_PROTOCOL_OBJECT on class CL_WLF_PROTOCOL_VIEW has no exception.

Method REFRESH_ALV_SOFT Signature

Method REFRESH_ALV_SOFT on class CL_WLF_PROTOCOL_VIEW has no parameter.
Method REFRESH_ALV_SOFT on class CL_WLF_PROTOCOL_VIEW has no exception.

Method SET_DYNAMIC_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_MSG Call by reference Type reference (TYPE) WLF_S_PROTOCOL_ENTRY_VIEW 20120614

Method SET_DYNAMIC_FIELDS on class CL_WLF_PROTOCOL_VIEW has no exception.

Method SET_INVISIBLE Signature

Method SET_INVISIBLE on class CL_WLF_PROTOCOL_VIEW has no parameter.
Method SET_INVISIBLE on class CL_WLF_PROTOCOL_VIEW has no exception.

Method SET_VISIBLE Signature

Method SET_VISIBLE on class CL_WLF_PROTOCOL_VIEW has no parameter.
Method SET_VISIBLE on class CL_WLF_PROTOCOL_VIEW has no exception.
Event Signatures

Event ALV_SET_INVISIBLE Signature
Event ALV_SET_INVISIBLE on class CL_WLF_PROTOCOL_VIEW has no parameter.
Event ALV_SET_VISIBLE Signature
Event ALV_SET_VISIBLE on class CL_WLF_PROTOCOL_VIEW has no parameter.
Event DISPLAY_ERROR_SOURCE Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 ITS_FIELD Exporting Value transfer Type reference (TYPE) WLF_TS_STRING 20120615
2 I_GUID Exporting Value transfer Type reference (TYPE) WLF_GUID 20120615
3 I_OBJECT_ID Exporting Value transfer Type reference (TYPE) STRING 20120615
History
Last changed by/on SAP  20130531 
SAP Release Created in 607