SAP ABAP Class CL_ALV_CHANGED_DATA_PROTOCOL (Message Log for Data Entry)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-ALV (Application Component) SAP List Viewer
     SLIS (Package) Generic list types
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WRF_PPW_PROTOCOL Log Class Org. Set Header and Item 20040727
Properties
Class CL_ALV_CHANGED_DATA_PROTOCOL  
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 SLIS   Generic list types 
Created 19990824   SAP 
Last change 20110908   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_ALV_CHANGED_DATA_PROTOCOL has no interface implemented.
Friends
Class CL_ALV_CHANGED_DATA_PROTOCOL 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 19990824
2 MR_CALLING_ALV Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_GRID Calling ALV 19991023
3 MR_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER Container 19991001
4 MR_DIALOGBOX Instance attribute Private Object reference (TYPE REF TO) CL_GUI_DIALOGBOX_CONTAINER Dialog Box (Internal) 19990824
5 MR_PROTOCOL Instance attribute Public Type reference (TYPE) REF TO CL_GUI_ALV_GRID ALV 19990824
6 MS_LAYOUT Instance attribute Public Type reference (TYPE) LVC_S_LAYO Layout 19991015
7 MT_DELETED_ROWS Instance attribute Public Type reference (TYPE) LVC_T_MOCE Deleted Rows 19990929
8 MT_FIELDCATALOG Instance attribute Public Type reference (TYPE) LVC_T_FCAT Field Catalog 19990825
9 MT_GOOD_CELLS Instance attribute Public Type reference (TYPE) LVC_T_MODI Table of Correct Cells 19990824
10 MT_INSERTED_ROWS Instance attribute Public Type reference (TYPE) LVC_T_MOCE Inserted Rows 19990929
11 MT_MOD_CELLS Instance attribute Public Type reference (TYPE) LVC_T_MODI Table of Modified Cells 19990824
12 MT_MSG_HANDLE Instance attribute Private Type reference (TYPE) BAL_T_MSGH Application Log: Message handle 20000112
13 MT_PROTOCOL Instance attribute Public Type reference (TYPE) LVC_T_MSG1 Log 19990824
14 MT_ROID_FRONT Instance attribute Public Type reference (TYPE) LVC_T_ROID Frontend Row Sequence 19991110
15 M_CONTROL_HANDLE Instance attribute Private Type reference (TYPE) BALCNTHNDL Application Log: Control Display Handle 19991023
16 M_LOG_HANDLE Instance attribute Private Type reference (TYPE) BALLOGHNDL Log Handle 19991005
Methods
# Method Level Visibility Method type Description Created on
1 ADD_PROTOCOL_ENTRY Instance method Public Method Add Message 19990825
2 CONSTRUCTOR Instance method Public Constructor Constructor 19991001
3 CREATE_DISPLAY_PROFILE Instance method Private Method Profiles 19991023
4 DISPLAY_PROTOCOL Instance method Public Method Display Log 19990824
5 FREE Instance method Public Method Free 19990824
6 GET_CELL_VALUE Instance method Public Method Get Cell Value 19990824
7 MODIFY_CELL Instance method Public Method Modify Cell 19990824
8 MODIFY_PROTOCOL_ENTRY Instance method Public Method Change Notification 20000112
9 MODIFY_STYLE Instance method Public Method Modify Style 19991007
10 ON_CLOSE Instance method Private Event handling method Close Dialog Box 19990824
11 PROTOCOL_IS_VISIBLE Instance method Public Method Log is Visible 19991230
12 REFRESH_PROTOCOL Instance method Public Method Refresh Log 19991023
Events
# Event Type Visibility Description Created on
1 ON_CLOSE_OBJ Instance Event
(0)
Public
(2)
Close 19991023
Types
Class CL_ALV_CHANGED_DATA_PROTOCOL 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 Feldname 19990825
2 Importing I_MSGID Call by reference Type reference (TYPE) SYMSGID Message ID 19990825
3 Importing I_MSGNO Call by reference Type reference (TYPE) SYMSGNO Message Nr. 19990825
4 Importing I_MSGTY Call by reference Type reference (TYPE) SYMSGTY Message Typ 19990825
5 Importing I_MSGV1 Call by reference Type reference (TYPE) ANY Messagevariable1 19990825
6 Importing I_MSGV2 Call by reference Type reference (TYPE) ANY Messagevariable2 19990825
7 Importing I_MSGV3 Call by reference Type reference (TYPE) ANY Messagevariable3 19990825
8 Importing I_MSGV4 Call by reference Type reference (TYPE) ANY Messagevariable4 19990825
9 Importing I_ROW_ID Call by reference Type reference (TYPE) INT4 RowID 19990825
10 Importing I_TABIX Call by reference Type reference (TYPE) INT4 Tabellenindex 19990825

Method ADD_PROTOCOL_ENTRY on class CL_ALV_CHANGED_DATA_PROTOCOL 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 Rufender ALV 19991023
2 Importing I_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER PArent Container (optional) 19991001

Method CONSTRUCTOR on class CL_ALV_CHANGED_DATA_PROTOCOL 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 Profile 19991023
2 Importing I_DISPLAY_TOOLBAR Call by reference Type reference (TYPE) ABAP_BOOL 20051129
3 Importing I_OPTIMIZE_COLUMNS Call by reference Type reference (TYPE) ABAP_BOOL 20051129

Method CREATE_DISPLAY_PROFILE on class CL_ALV_CHANGED_DATA_PROTOCOL 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) 19991001
2 Importing I_DISPLAY_TOOLBAR Call by reference Type reference (TYPE) ABAP_BOOL Toolbar anzeigen 20051129
3 Importing I_OPTIMIZE_COLUMNS Call by reference Type reference (TYPE) ABAP_BOOL Spalten Optimieren 20051129

Method DISPLAY_PROTOCOL on class CL_ALV_CHANGED_DATA_PROTOCOL has no exception.

Method FREE Signature

Method FREE on class CL_ALV_CHANGED_DATA_PROTOCOL has no parameter.
Method FREE on class CL_ALV_CHANGED_DATA_PROTOCOL 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 Zelleninhalt 19990824
2 Importing I_FIELDNAME Call by reference Type reference (TYPE) LVC_FNAME Feldname 19990824
3 Importing I_ROW_ID Value transfer Type reference (TYPE) INT4 Zeilenid 19990824
4 Importing I_TABIX Value transfer Type reference (TYPE) INT4 Tabellenindex 19990824

Method GET_CELL_VALUE on class CL_ALV_CHANGED_DATA_PROTOCOL 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 Feldname 19990824
2 Importing I_ROW_ID Value transfer Type reference (TYPE) INT4 Zeilen-ID 19990824
3 Importing I_TABIX Value transfer Type reference (TYPE) INT4 Zeilen-Index 19990824
4 Importing I_VALUE Call by reference Type reference (TYPE) ANY Wert 19990824

Method MODIFY_CELL on class CL_ALV_CHANGED_DATA_PROTOCOL 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 Protokoll Einträge 20000112

Method MODIFY_PROTOCOL_ENTRY on class CL_ALV_CHANGED_DATA_PROTOCOL 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 Feldname 19991007
2 Importing I_ROW_ID Value transfer Type reference (TYPE) INT4 Zeilen-ID 19991007
3 Importing I_STYLE Value transfer Type reference (TYPE) RAW4 Style 19991007

Method MODIFY_STYLE on class CL_ALV_CHANGED_DATA_PROTOCOL has no exception.

Method ON_CLOSE Signature

Method ON_CLOSE on class CL_ALV_CHANGED_DATA_PROTOCOL has no parameter.
Method ON_CLOSE on class CL_ALV_CHANGED_DATA_PROTOCOL 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 sichtbar 19991230

Method PROTOCOL_IS_VISIBLE on class CL_ALV_CHANGED_DATA_PROTOCOL has no exception.

Method REFRESH_PROTOCOL Signature

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

Event ON_CLOSE_OBJ Signature
Event ON_CLOSE_OBJ on class CL_ALV_CHANGED_DATA_PROTOCOL has no parameter.
History
Last changed by/on SAP  20110908 
SAP Release Created in