SAP ABAP Class CL_EAMVE_MESSAGE_LOG_SAPGUI (Message Log for Data Entry)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   PM (Application Component) Plant Maintenance
     EAMVE_SAPAPPL (Package) EAM Visual Enterprise (developed in SAP_APPL)
Properties
Class CL_EAMVE_MESSAGE_LOG_SAPGUI  
Short Description Message Log for Data Entry    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package EAMVE_SAPAPPL   EAM Visual Enterprise (developed in SAP_APPL) 
Created 20121025   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)
Interfaces
Class CL_EAMVE_MESSAGE_LOG_SAPGUI has no interface implemented.
Friends
Class CL_EAMVE_MESSAGE_LOG_SAPGUI has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MP_MOD_ROWS Instance attribute Public Type reference (TYPE) REF TO DATA Table of Modified Rows 20121025
2 MR_CALLING_ALV Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_GRID Calling ALV 20121025
3 MR_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER Container 20121025
4 MR_DIALOGBOX Instance attribute Private Object reference (TYPE REF TO) CL_GUI_DIALOGBOX_CONTAINER Dialog Box (Internal) 20121025
5 MR_PROTOCOL Instance attribute Public Type reference (TYPE) REF TO CL_GUI_ALV_GRID ALV 20121025
6 MS_LAYOUT Instance attribute Public Type reference (TYPE) LVC_S_LAYO Layout 20121025
7 MT_DELETED_ROWS Instance attribute Public Type reference (TYPE) LVC_T_MOCE Deleted Rows 20121025
8 MT_FIELDCATALOG Instance attribute Public Type reference (TYPE) LVC_T_FCAT Field Catalog 20121025
9 MT_GOOD_CELLS Instance attribute Public Type reference (TYPE) LVC_T_MODI Table of Correct Cells 20121025
10 MT_INSERTED_ROWS Instance attribute Public Type reference (TYPE) LVC_T_MOCE Inserted Rows 20121025
11 MT_MOD_CELLS Instance attribute Public Type reference (TYPE) LVC_T_MODI Table of Modified Cells 20121025
12 MT_MSG_HANDLE Instance attribute Private Type reference (TYPE) BAL_T_MSGH Application Log: Message handle 20121025
13 MT_PROTOCOL Instance attribute Public Type reference (TYPE) LVC_T_MSG1 Log 20121025
14 MT_ROID_FRONT Instance attribute Public Type reference (TYPE) LVC_T_ROID Frontend Row Sequence 20121025
15 M_CONTROL_HANDLE Instance attribute Private Type reference (TYPE) BALCNTHNDL Application Log: Control Display Handle 20121025
16 M_LOG_HANDLE Instance attribute Private Type reference (TYPE) BALLOGHNDL Log Handle 20121025
Methods
# Method Level Visibility Method type Description Created on
1 ADD_PROTOCOL_ENTRY Instance method Public Method Add Message 20121025
2 CONSTRUCTOR Instance method Public Constructor Constructor 20121025
3 CREATE_DISPLAY_PROFILE Instance method Private Method Profiles 20121025
4 DISPLAY_PROTOCOL Instance method Public Method Display Log 20121025
5 FREE Instance method Public Method Free 20121025
6 GET_CELL_VALUE Instance method Public Method Get Cell Value 20121025
7 MODIFY_CELL Instance method Public Method Modify Cell 20121025
8 MODIFY_PROTOCOL_ENTRY Instance method Public Method Change Notification 20121025
9 MODIFY_STYLE Instance method Public Method Modify Style 20121025
10 ON_CLOSE Instance method Private Event handling method Close Dialog Box 20121025
11 PROTOCOL_IS_VISIBLE Instance method Public Method Log is Visible 20121025
12 REFRESH_PROTOCOL Instance method Public Method Refresh Log 20121025
Events
# Event Type Visibility Description Created on
1 ON_CLOSE_OBJ Instance Event
(0)
Public
(2)
Close 20121025
Types
Class CL_EAMVE_MESSAGE_LOG_SAPGUI has no local type.
Method Signatures

Method ADD_PROTOCOL_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELDNAME Call by reference Type reference (TYPE) LVC_FNAME Field Name 20121025
2 Importing I_MSGID Call by reference Type reference (TYPE) SYMSGID Message ID 20121025
3 Importing I_MSGNO Call by reference Type reference (TYPE) SYMSGNO Message No. 20121025
4 Importing I_MSGTY Call by reference Type reference (TYPE) SYMSGTY Message Type 20121025
5 Importing I_MSGV1 Call by reference Type reference (TYPE) ANY Message Variable1 20121025
6 Importing I_MSGV2 Call by reference Type reference (TYPE) ANY Message Variable2 20121025
7 Importing I_MSGV3 Call by reference Type reference (TYPE) ANY Message Variable3 20121025
8 Importing I_MSGV4 Call by reference Type reference (TYPE) ANY Message Variable4 20121025
9 Importing I_ROW_ID Call by reference Type reference (TYPE) INT4 RowID 20121025
10 Importing I_TABIX Call by reference Type reference (TYPE) INT4 Table Index 20121025

Method ADD_PROTOCOL_ENTRY on class CL_EAMVE_MESSAGE_LOG_SAPGUI has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CALLING_ALV Call by reference Type reference (TYPE) REF TO CL_GUI_ALV_GRID Calling ALV 20121025
2 Importing I_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Parent Container (Optional) 20121025

Method CONSTRUCTOR on class CL_EAMVE_MESSAGE_LOG_SAPGUI has no exception.

Method CREATE_DISPLAY_PROFILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ES_PROFILE Value transfer Type reference (TYPE) BAL_S_PROF Profiles 20121025
2 Importing I_DISPLAY_TOOLBAR Call by reference Type reference (TYPE) ABAP_BOOL 20121025
3 Importing I_OPTIMIZE_COLUMNS Call by reference Type reference (TYPE) ABAP_BOOL 20121025

Method CREATE_DISPLAY_PROFILE on class CL_EAMVE_MESSAGE_LOG_SAPGUI has no exception.

Method DISPLAY_PROTOCOL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Container (Optional) 20121025
2 Importing I_DISPLAY_TOOLBAR Call by reference Type reference (TYPE) ABAP_BOOL Display Toolbar 20121025
3 Importing I_OPTIMIZE_COLUMNS Call by reference Type reference (TYPE) ABAP_BOOL Optimize Columns 20121025

Method DISPLAY_PROTOCOL on class CL_EAMVE_MESSAGE_LOG_SAPGUI has no exception.

Method FREE Signature

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

Method GET_CELL_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_VALUE Call by reference Type reference (TYPE) ANY Cell Content 20121025
2 Importing I_FIELDNAME Call by reference Type reference (TYPE) LVC_FNAME Field Name 20121025
3 Importing I_ROW_ID Value transfer Type reference (TYPE) INT4 Row ID 20121025
4 Importing I_TABIX Value transfer Type reference (TYPE) INT4 Table Index 20121025

Method GET_CELL_VALUE on class CL_EAMVE_MESSAGE_LOG_SAPGUI has no exception.

Method MODIFY_CELL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELDNAME Value transfer Type reference (TYPE) LVC_FNAME Field Name 20121025
2 Importing I_ROW_ID Value transfer Type reference (TYPE) INT4 Row ID 20121025
3 Importing I_TABIX Value transfer Type reference (TYPE) INT4 Row Index 20121025
4 Importing I_VALUE Call by reference Type reference (TYPE) ANY Value 20121025

Method MODIFY_CELL on class CL_EAMVE_MESSAGE_LOG_SAPGUI has no exception.

Method MODIFY_PROTOCOL_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MSG Call by reference Type reference (TYPE) LVC_T_MSG1 Log Entries 20121025

Method MODIFY_PROTOCOL_ENTRY on class CL_EAMVE_MESSAGE_LOG_SAPGUI has no exception.

Method MODIFY_STYLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELDNAME Value transfer Type reference (TYPE) LVC_FNAME Field Name 20121025
2 Importing I_ROW_ID Value transfer Type reference (TYPE) INT4 Row ID 20121025
3 Importing I_STYLE Value transfer Type reference (TYPE) RAW4 Style 20121025

Method MODIFY_STYLE on class CL_EAMVE_MESSAGE_LOG_SAPGUI has no exception.

Method ON_CLOSE Signature

Method ON_CLOSE on class CL_EAMVE_MESSAGE_LOG_SAPGUI has no parameter.
Method ON_CLOSE on class CL_EAMVE_MESSAGE_LOG_SAPGUI has no exception.

Method PROTOCOL_IS_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting VISIBLE Call by reference Type reference (TYPE) INT4 Visible 20121025

Method PROTOCOL_IS_VISIBLE on class CL_EAMVE_MESSAGE_LOG_SAPGUI has no exception.

Method REFRESH_PROTOCOL Signature

Method REFRESH_PROTOCOL on class CL_EAMVE_MESSAGE_LOG_SAPGUI has no parameter.
Method REFRESH_PROTOCOL on class CL_EAMVE_MESSAGE_LOG_SAPGUI has no exception.
Event Signatures

Event ON_CLOSE_OBJ Signature
Event ON_CLOSE_OBJ on class CL_EAMVE_MESSAGE_LOG_SAPGUI has no parameter.
History
Last changed by/on SAP  20130531 
SAP Release Created in 617