SAP ABAP Class CL_MASS_DISPLAY_MSG_LOG (Message Log ALV)
Hierarchy
☛
BBPCRM (Software Component) BBPCRM
⤷
CRM (Application Component) Customer Relationship Management
⤷
CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
⤷
MGW (Package) Application development R/3 material master Retail

⤷

⤷

⤷

Properties
Class | CL_MASS_DISPLAY_MSG_LOG | |
Short Description | Message Log ALV | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | MGW | Application development R/3 material master Retail |
Created | 20121109 | 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_MASS_DISPLAY_MSG_LOG has no interface implemented.
Friends
Class CL_MASS_DISPLAY_MSG_LOG has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | Type reference (TYPE) | BALTABNAME | 'MASS_LOG_MSG_CONTEXT' | 20121116 | ||
2 | ![]() |
Constant | Private | Type reference (TYPE) | T_BAL_PARAM_NAME | 'LOGNR' | 20121116 | ||
3 | ![]() |
Constant | Private | Type reference (TYPE) | T_BAL_PARAM_NAME | 'MATNR' | 20121116 | ||
4 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'CHECK' | 20121128 | ||
5 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'SAVE' | 20121128 | ||
6 | ![]() |
Constant | Private | Type reference (TYPE) | RPSTA | '02' | Retail maintenance status | 20121127 | |
7 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_TOOLBAR | 20121120 | |||
8 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | 20121128 | |||
9 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | 20121128 | |||
10 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | 20121120 | |||
11 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_SPLITTER_CONTAINER | 20121120 | |||
12 | ![]() |
Instance attribute | Private | Type reference (TYPE) | T_MASSLOGNR_TO_BALLOGHNDL | 20121120 | |||
13 | ![]() |
Instance attribute | Private | Type reference (TYPE) | BAL_T_MSGH | 20121120 | |||
14 | ![]() |
Instance attribute | Private | Type reference (TYPE) | MASS_MSGS | 20121120 | |||
15 | ![]() |
Instance attribute | Private | Type reference (TYPE) | BALSORT | 20121118 | |||
16 | ![]() |
Instance attribute | Private | Type reference (TYPE) | BALCNTHNDL | 20121128 | |||
17 | ![]() |
Instance attribute | Private | Type reference (TYPE) | BALCNTHNDL | 20121128 | |||
18 | ![]() |
Instance attribute | Private | Type reference (TYPE) | BALLOGHNDL | 20121115 | |||
19 | ![]() |
Constant | Private | Type reference (TYPE) | BALOBJ_D | 'MATU' | 20121120 | ||
20 | ![]() |
Instance attribute | Private | Type reference (TYPE) | BALUEF | 20121118 | |||
21 | ![]() |
Instance attribute | Private | Type reference (TYPE) | BALUEP | 20121118 | |||
22 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 20121213 | |||
23 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20121212 |
Methods
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | CLOSE_LOG | Instance Event (0) |
Public (2) |
20121120 |
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_MASSLOGNR_TO_BALLOGHNDL | Private | See coding | 20121120 | begin of s_masslognr_to_balloghndl.
types mass_log_nr type mgidocnr.
types log_handle type balloghndl.
types end of s_masslognr_to_balloghndl
|
||
2 | T_BAL_PARAM_NAME | Private | Type reference (TYPE) | FIELDNAME | 20121118 |
|
|
3 | T_MASSLOGNR_TO_BALLOGHNDL | Private | See coding | 20121120 | t_masslognr_to_balloghndl type hashed table of s_masslognr_to_balloghndl
with unique key mass_log_nr
|
Method Signatures
Method ADD_MASSLOG_TO_BAL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_BAL_MASS_CONTEXT | Call by reference | Type reference (TYPE) | MASS_LOG_MSG_CONTEXT | 20121116 | |||
2 | ![]() |
IV_DETLEVEL | Call by reference | Type reference (TYPE) | BAL_S_MSG-DETLEVEL | 20121116 | |||
3 | ![]() |
IV_MASS_LOG_NR | Call by reference | Type reference (TYPE) | MGIDOCNR | 20121116 |
Method ADD_MASSLOG_TO_BAL on class CL_MASS_DISPLAY_MSG_LOG has no exception.
Method ADD_MASSMSGS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_MASSMSGS | Call by reference | Type reference (TYPE) | MASS_MSGS | 20121120 |
Method ADD_MASSMSGS on class CL_MASS_DISPLAY_MSG_LOG has no exception.
Method ADD_MASSMSG_TO_BAL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_MASSMSG | Call by reference | Type reference (TYPE) | MASS_MSG | 20121120 | |||
2 | ![]() |
RS_MSG_HANDLE | Value transfer | Type reference (TYPE) | BALMSGHNDL | 20121120 |
Method ADD_MASSMSG_TO_BAL on class CL_MASS_DISPLAY_MSG_LOG has no exception.
Method BUILD_ALV_FOR_MSG_LOG Signature
Method BUILD_ALV_FOR_MSG_LOG on class CL_MASS_DISPLAY_MSG_LOG has no parameter.
Method BUILD_ALV_FOR_MSG_LOG on class CL_MASS_DISPLAY_MSG_LOG has no exception.
Method CALLBACK_DETAIL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_PARAMS | Call by reference | Type reference (TYPE) | BAL_T_PAR | 20121118 |
Method CALLBACK_DETAIL on class CL_MASS_DISPLAY_MSG_LOG has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_MSG_LOG | Call by reference | Type reference (TYPE) | MASS_MSGS | 20121109 | |||
2 | ![]() |
IV_DETAIL_CALLBACK_FORM | Call by reference | Type reference (TYPE) | BALUEF | 20121116 | |||
3 | ![]() |
IV_DETAIL_CALLBACK_PROG | Call by reference | Type reference (TYPE) | BALUEP | 20121116 |
Method CONSTRUCTOR on class CL_MASS_DISPLAY_MSG_LOG has no exception.
Method CREATE_FRAME_FOR_BAL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | 20121120 |
Method CREATE_FRAME_FOR_BAL on class CL_MASS_DISPLAY_MSG_LOG has no exception.
Method DISPLAY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | 20121116 | |||
2 | ![]() |
IV_DISPLAY_MODE | Call by reference | Type reference (TYPE) | STRING | 20121127 |
Method DISPLAY on class CL_MASS_DISPLAY_MSG_LOG has no exception.
Method FREE Signature
Method FREE on class CL_MASS_DISPLAY_MSG_LOG has no parameter.
Method FREE on class CL_MASS_DISPLAY_MSG_LOG has no exception.
Method GET_BAL_PROFILE_FOR_SAVE_LOG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RS_DISPLAY_PROFILE | Value transfer | Type reference (TYPE) | BAL_S_PROF | 20121120 |
Method GET_BAL_PROFILE_FOR_SAVE_LOG on class CL_MASS_DISPLAY_MSG_LOG has no exception.
Method INCREASE_SORT_VALUE_BY_ONE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CV_NUMBER | Call by reference | Type reference (TYPE) | BALSORT | 20121205 |
Method INCREASE_SORT_VALUE_BY_ONE on class CL_MASS_DISPLAY_MSG_LOG has no exception.
Method MAINTAIN_BAL_MSG_META Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_BAL_MSG | Call by reference | Type reference (TYPE) | BAL_S_MSG | 20121116 | |||
2 | ![]() |
IS_BAL_MASS_CONTEXT | Call by reference | Type reference (TYPE) | MASS_LOG_MSG_CONTEXT | 20121116 | |||
3 | ![]() |
IV_MASS_LOG_NR | Call by reference | Type reference (TYPE) | MGIDOCNR | 20121116 |
Method MAINTAIN_BAL_MSG_META on class CL_MASS_DISPLAY_MSG_LOG has no exception.
Method ON_TOOLBAR_FUNCTION Signature
Method ON_TOOLBAR_FUNCTION on class CL_MASS_DISPLAY_MSG_LOG has no parameter.
Method ON_TOOLBAR_FUNCTION on class CL_MASS_DISPLAY_MSG_LOG has no exception.
Method READ_SUB_MASS_LOGS Signature
Method READ_SUB_MASS_LOGS on class CL_MASS_DISPLAY_MSG_LOG has no parameter.
Method READ_SUB_MASS_LOGS on class CL_MASS_DISPLAY_MSG_LOG has no exception.
Method REFRESH_MASSMSGS Signature
Method REFRESH_MASSMSGS on class CL_MASS_DISPLAY_MSG_LOG has no parameter.
Method REFRESH_MASSMSGS on class CL_MASS_DISPLAY_MSG_LOG has no exception.
Method REMOVE_CLOSE_BUTTON Signature
Method REMOVE_CLOSE_BUTTON on class CL_MASS_DISPLAY_MSG_LOG has no parameter.
Method REMOVE_CLOSE_BUTTON on class CL_MASS_DISPLAY_MSG_LOG has no exception.
Event Signatures
Event CLOSE_LOG Signature
Event CLOSE_LOG on class CL_MASS_DISPLAY_MSG_LOG has no parameter.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 617 |