SAP ABAP Class CL_WLF_LOG_DISPLAY (Display Data in an ALV and Navigate)
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_LOG_DISPLAY  
Short Description Display Data in an ALV and Navigate    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package WLF_IDOC_PROCESSING   IDoc Processing 
Created 20120628   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_WLF_LOG_DISPLAY has no forward declaration.
Interfaces
Class CL_WLF_LOG_DISPLAY has no interface implemented.
Friends
Class CL_WLF_LOG_DISPLAY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 F_CLOSE Constant Private Type reference (TYPE) FCODE 'CLOSE' 20120802
2 F_DISPLAY_LONG_TEXT Constant Private Type reference (TYPE) FCODE 'LONG_TEXT' 20130911
3 MC_STYLE_FIELD_NAME Constant Private Type reference (TYPE) STRING 'CT' 20120907
4 MO_ALV Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_GRID 20120628
5 MO_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER 20120628
6 MR_T_DATA Instance attribute Private Object reference (TYPE REF TO) DATA 20120628
7 MS_VARIANT Instance attribute Private Type reference (TYPE) DISVARIANT 20120628
8 MT_EXC Instance attribute Private Type reference (TYPE) ALV_T_QINF 20120814
9 MT_FIELDCATALOG Instance attribute Private Type reference (TYPE) LVC_T_FCAT 20120628
10 M_COLOR_FIELDNAME Instance attribute Private Type reference (TYPE) FIELDNAME 20120814
11 M_HIDE_CLOSE_BUTTON Instance attribute Private Type reference (TYPE) ABAP_BOOL 20120814
12 M_MSGID_FIELDNAME Instance attribute Private Type reference (TYPE) STRING 20130911
13 M_MSGNO_FIELDNAME Instance attribute Private Type reference (TYPE) STRING 20130911
14 M_MSGTY_FIELDNAME Instance attribute Private Type reference (TYPE) STRING 20130911
15 M_MSGV1_FIELDNAME Instance attribute Private Type reference (TYPE) STRING 20130911
16 M_MSGV2_FIELDNAME Instance attribute Private Type reference (TYPE) STRING 20130911
17 M_MSGV3_FIELDNAME Instance attribute Private Type reference (TYPE) STRING 20130911
18 M_MSGV4_FIELDNAME Instance attribute Private Type reference (TYPE) STRING 20130911
19 M_TITLE Instance attribute Private Type reference (TYPE) LVC_TITLE 20120628
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20120628
2 DISPLAY_ERROR_LONG_TEXT Instance method Private Method 20130911
3 FREE Instance method Public Method 20120628
4 HANDLE_BUTTON_CLICK Instance method Private Event handling method 20120822
5 HANDLE_DOUBLE_CLICK Instance method Private Event handling method 20120628
6 HANDLE_TOOLBAR Instance method Private Event handling method 20120802
7 HANDLE_USER_COMMAND Instance method Private Event handling method 20120802
8 HAS_ENTRIES Instance method Public Method 20120802
9 INIT_CONTROLS Instance method Public Method 20120628
Events
# Event Type Visibility Description Created on
1 BUTTON_CLICK Instance Event
(0)
Public
(2)
20120822
2 DOUBLE_CLICK Instance Event
(0)
Public
(2)
20120628
3 HIDE_LOG Instance Event
(0)
Public
(2)
20120802
Types
Class CL_WLF_LOG_DISPLAY has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DATA Call by reference Type reference (TYPE) STANDARD TABLE 20120628
2 Importing IT_EXCEPTION_QUICKINFO Call by reference Type reference (TYPE) ALV_T_QINF 20120814
3 Importing IT_FIELDCATALOG Call by reference Type reference (TYPE) LVC_T_FCAT 20120628
4 Importing I_COLOR_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME 20120814
5 Importing I_HIDE_CLOSE_BUTTON Call by reference Type reference (TYPE) ABAP_BOOL 20120814
6 Importing I_MSGID_FIELDNAME Call by reference Type reference (TYPE) STRING 20130911
7 Importing I_MSGNO_FIELDNAME Call by reference Type reference (TYPE) STRING 20130911
8 Importing I_MSGTY_FIELDNAME Call by reference Type reference (TYPE) STRING 20130911
9 Importing I_MSGV1_FIELDNAME Call by reference Type reference (TYPE) STRING 20130911
10 Importing I_MSGV2_FIELDNAME Call by reference Type reference (TYPE) STRING 20130911
11 Importing I_MSGV3_FIELDNAME Call by reference Type reference (TYPE) STRING 20130911
12 Importing I_MSGV4_FIELDNAME Call by reference Type reference (TYPE) STRING 20130911
13 Importing I_TITLE Call by reference Type reference (TYPE) LVC_TITLE 20120628
14 Importing I_VARIANT_HANDLE Call by reference Type reference (TYPE) SLIS_HANDL 20120628
15 Importing I_VARIANT_LOG_GROUP Call by reference Type reference (TYPE) SLIS_LOGGR 20120628
16 Importing I_VARIANT_REPORT Call by reference Type reference (TYPE) REPID 20120628

Method CONSTRUCTOR on class CL_WLF_LOG_DISPLAY 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 Assignment of Row Number to Row ID 20130911

Method DISPLAY_ERROR_LONG_TEXT on class CL_WLF_LOG_DISPLAY has no exception.

Method FREE Signature

Method FREE on class CL_WLF_LOG_DISPLAY has no parameter.
Method FREE on class CL_WLF_LOG_DISPLAY has no exception.

Method HANDLE_BUTTON_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ES_COL_ID Value transfer Attribute reference (LIKE) 20120822
2 Importing ES_ROW_NO Value transfer Attribute reference (LIKE) 20120822

Method HANDLE_BUTTON_CLICK on class CL_WLF_LOG_DISPLAY 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) 20120628
2 Importing E_COLUMN Value transfer Attribute reference (LIKE) 20120628
3 Importing E_ROW Value transfer Attribute reference (LIKE) 20120628

Method HANDLE_DOUBLE_CLICK on class CL_WLF_LOG_DISPLAY 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) 20120802
2 Importing E_OBJECT Value transfer Attribute reference (LIKE) 20120802

Method HANDLE_TOOLBAR on class CL_WLF_LOG_DISPLAY 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) 20120802

Method HANDLE_USER_COMMAND on class CL_WLF_LOG_DISPLAY 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_LOG_DISPLAY has no exception.

Method INIT_CONTROLS 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 20120628

Method INIT_CONTROLS on class CL_WLF_LOG_DISPLAY has no exception.
Event Signatures

Event BUTTON_CLICK Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 ER_DATA Exporting Value transfer Object reference (TYPE REF TO) DATA 20120822

Event DOUBLE_CLICK Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 RR_DATA Exporting Value transfer Object reference (TYPE REF TO) DATA 20120628

Event HIDE_LOG Signature
Event HIDE_LOG on class CL_WLF_LOG_DISPLAY has no parameter.
History
Last changed by/on SAP  20130531 
SAP Release Created in 607