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 | 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 | Instance attribute | Public | Type reference (TYPE) | REF TO DATA | Table of Modified Rows | 20121025 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_ALV_GRID | Calling ALV | 20121025 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Container | 20121025 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_DIALOGBOX_CONTAINER | Dialog Box (Internal) | 20121025 | |||
| 5 | Instance attribute | Public | Type reference (TYPE) | REF TO CL_GUI_ALV_GRID | ALV | 20121025 | |||
| 6 | Instance attribute | Public | Type reference (TYPE) | LVC_S_LAYO | Layout | 20121025 | |||
| 7 | Instance attribute | Public | Type reference (TYPE) | LVC_T_MOCE | Deleted Rows | 20121025 | |||
| 8 | Instance attribute | Public | Type reference (TYPE) | LVC_T_FCAT | Field Catalog | 20121025 | |||
| 9 | Instance attribute | Public | Type reference (TYPE) | LVC_T_MODI | Table of Correct Cells | 20121025 | |||
| 10 | Instance attribute | Public | Type reference (TYPE) | LVC_T_MOCE | Inserted Rows | 20121025 | |||
| 11 | Instance attribute | Public | Type reference (TYPE) | LVC_T_MODI | Table of Modified Cells | 20121025 | |||
| 12 | Instance attribute | Private | Type reference (TYPE) | BAL_T_MSGH | Application Log: Message handle | 20121025 | |||
| 13 | Instance attribute | Public | Type reference (TYPE) | LVC_T_MSG1 | Log | 20121025 | |||
| 14 | Instance attribute | Public | Type reference (TYPE) | LVC_T_ROID | Frontend Row Sequence | 20121025 | |||
| 15 | Instance attribute | Private | Type reference (TYPE) | BALCNTHNDL | Application Log: Control Display Handle | 20121025 | |||
| 16 | Instance attribute | Private | Type reference (TYPE) | BALLOGHNDL | Log Handle | 20121025 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add Message | 20121025 | |
| 2 | Instance method | Public | Constructor | Constructor | 20121025 | |
| 3 | Instance method | Private | Method | Profiles | 20121025 | |
| 4 | Instance method | Public | Method | Display Log | 20121025 | |
| 5 | Instance method | Public | Method | Free | 20121025 | |
| 6 | Instance method | Public | Method | Get Cell Value | 20121025 | |
| 7 | Instance method | Public | Method | Modify Cell | 20121025 | |
| 8 | Instance method | Public | Method | Change Notification | 20121025 | |
| 9 | Instance method | Public | Method | Modify Style | 20121025 | |
| 10 | Instance method | Private | Event handling method | Close Dialog Box | 20121025 | |
| 11 | Instance method | Public | Method | Log is Visible | 20121025 | |
| 12 | 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 | I_FIELDNAME | Call by reference | Type reference (TYPE) | LVC_FNAME | Field Name | 20121025 | |||
| 2 | I_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | Message ID | 20121025 | |||
| 3 | I_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | Message No. | 20121025 | |||
| 4 | I_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | Message Type | 20121025 | |||
| 5 | I_MSGV1 | Call by reference | Type reference (TYPE) | ANY | Message Variable1 | 20121025 | |||
| 6 | I_MSGV2 | Call by reference | Type reference (TYPE) | ANY | Message Variable2 | 20121025 | |||
| 7 | I_MSGV3 | Call by reference | Type reference (TYPE) | ANY | Message Variable3 | 20121025 | |||
| 8 | I_MSGV4 | Call by reference | Type reference (TYPE) | ANY | Message Variable4 | 20121025 | |||
| 9 | I_ROW_ID | Call by reference | Type reference (TYPE) | INT4 | RowID | 20121025 | |||
| 10 | 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 | I_CALLING_ALV | Call by reference | Type reference (TYPE) | REF TO CL_GUI_ALV_GRID | Calling ALV | 20121025 | |||
| 2 | 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 | ES_PROFILE | Value transfer | Type reference (TYPE) | BAL_S_PROF | Profiles | 20121025 | |||
| 2 | I_DISPLAY_TOOLBAR | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20121025 | ||||
| 3 | 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 | I_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Container (Optional) | 20121025 | |||
| 2 | I_DISPLAY_TOOLBAR | Call by reference | Type reference (TYPE) | ABAP_BOOL | Display Toolbar | 20121025 | |||
| 3 | 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 | E_VALUE | Call by reference | Type reference (TYPE) | ANY | Cell Content | 20121025 | |||
| 2 | I_FIELDNAME | Call by reference | Type reference (TYPE) | LVC_FNAME | Field Name | 20121025 | |||
| 3 | I_ROW_ID | Value transfer | Type reference (TYPE) | INT4 | Row ID | 20121025 | |||
| 4 | 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 | I_FIELDNAME | Value transfer | Type reference (TYPE) | LVC_FNAME | Field Name | 20121025 | |||
| 2 | I_ROW_ID | Value transfer | Type reference (TYPE) | INT4 | Row ID | 20121025 | |||
| 3 | I_TABIX | Value transfer | Type reference (TYPE) | INT4 | Row Index | 20121025 | |||
| 4 | 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 | 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 | I_FIELDNAME | Value transfer | Type reference (TYPE) | LVC_FNAME | Field Name | 20121025 | |||
| 2 | I_ROW_ID | Value transfer | Type reference (TYPE) | INT4 | Row ID | 20121025 | |||
| 3 | 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 | 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 |