SAP ABAP Class /BCV/CL_UIF_MESSAGES (Class to Store Messages)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-BCV (Application Component) Business Context Viewer
⤷
/BCV/UIF (Package) BCV User Interface Layer

⤷

⤷

Properties
Class | /BCV/CL_UIF_MESSAGES | |
Short Description | Class to Store Messages | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | /BCV/UIF | BCV User Interface Layer |
Created | 20080911 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class /BCV/CL_UIF_MESSAGES has no forward declaration.
Interfaces
Class /BCV/CL_UIF_MESSAGES has no interface implemented.
Friends
Class /BCV/CL_UIF_MESSAGES has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Public | Object reference (TYPE REF TO) | /BCV/CL_UIF_MESSAGES | Class to Store Messages | 20090320 | ||
2 | ![]() |
Static Attribute | Private | Type reference (TYPE) | /BCV/T_UIF_STRING | Table of Strings | 20090616 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /BCV/T_UIF_MESSAGES | Table of Messages | 20080911 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Check Attribute of Message Query Class | 20080911 |
2 | ![]() |
Instance method | Public | Method | Refresh global table of messages | 20080911 |
3 | ![]() |
Instance method | Public | Method | 20090320 | |
4 | ![]() |
Instance method | Public | Method | Get previous messages from Reference | 20080911 |
5 | ![]() |
Instance method | Public | Method | Return collected messages | 20080911 |
6 | ![]() |
Instance method | Public | Method | Append message to global attribute gt_messages including Sub | 20080911 |
7 | ![]() |
Instance method | Public | Method | Store Messages | 20090311 |
Events
Class /BCV/CL_UIF_MESSAGES has no event.
Types
Class /BCV/CL_UIF_MESSAGES has no local type.
Method Signatures
Method CHECK_MESSAGE_QUERY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_MESSAGE_OBJECT | Call by reference | Object reference (TYPE REF TO) | IF_MESSAGE | Interface for Accessing Texts from Message Objects | 20080911 | ||
2 | ![]() |
EV_FOUND | Call by reference | Type reference (TYPE) | XFLAG | Attribute Value Found | 20080911 | ||
3 | ![]() |
IO_MESSAGE_OBJECT | Call by reference | Object reference (TYPE REF TO) | IF_MESSAGE | Interface for Accessing Texts from Message Objects | 20080911 | ||
4 | ![]() |
IV_ATTRIBUTE_VALUE | Call by reference | Type reference (TYPE) | STRING | 20080911 |
Method CHECK_MESSAGE_QUERY on class /BCV/CL_UIF_MESSAGES has no exception.
Method CLEAR_GLOBAL_MESSAGES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_VIEW_NAME | Call by reference | Type reference (TYPE) | STRING | 20080911 |
Method CLEAR_GLOBAL_MESSAGES on class /BCV/CL_UIF_MESSAGES has no exception.
Method GET_MESSAGE_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CHIP | Call by reference | Type reference (TYPE) | STRING | 20090616 | |||
2 | ![]() |
RO_MESSAGE_INSTANCE | Call by reference | Object reference (TYPE REF TO) | /BCV/CL_UIF_MESSAGES | Class to Store Messages | 20090320 |
Method GET_MESSAGE_INSTANCE on class /BCV/CL_UIF_MESSAGES has no exception.
Method GET_PREVIOUS_MESSAGES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_MESSAGE_OBJECT | Call by reference | Type reference (TYPE) | /BCV/T_UIF_IF_MESSAGE | Table of Messages | 20080911 | ||
2 | ![]() |
IO_MESSAGE_OBJECT | Value transfer | Object reference (TYPE REF TO) | IF_MESSAGE | Interface for Accessing Texts from Message Objects | 20080911 |
Method GET_PREVIOUS_MESSAGES on class /BCV/CL_UIF_MESSAGES has no exception.
Method RETURN_MESSAGES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_MESSAGES | Call by reference | Type reference (TYPE) | /BCV/T_UIF_MESSAGES | Message Table | 20080911 | ||
2 | ![]() |
IV_VIEW_NAME | Call by reference | Type reference (TYPE) | STRING | 20080911 |
Method RETURN_MESSAGES on class /BCV/CL_UIF_MESSAGES has no exception.
Method STORE_MESSAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_MESSAGE_OBJECT | Value transfer | Object reference (TYPE REF TO) | IF_MESSAGE | 20080911 | |||
2 | ![]() |
IV_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | 20080911 | |||
3 | ![]() |
IV_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | 20080911 | |||
4 | ![]() |
IV_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | 20080911 | |||
5 | ![]() |
IV_MSGV1 | Call by reference | Type reference (TYPE) | MSGV1 | Message variable 01 | 20080911 | ||
6 | ![]() |
IV_MSGV2 | Call by reference | Type reference (TYPE) | MSGV2 | Message variable 02 | 20080911 | ||
7 | ![]() |
IV_MSGV3 | Call by reference | Type reference (TYPE) | MSGV3 | Message variable 03 | 20080911 | ||
8 | ![]() |
IV_MSGV4 | Call by reference | Type reference (TYPE) | MSGV4 | Message variable 04 | 20080911 | ||
9 | ![]() |
IV_QVIEW_ID | Call by reference | Type reference (TYPE) | /BCV/UIF_QVIEW_ID | Name of Query View | 20090512 | ||
10 | ![]() |
IV_VIEW_NAME | Call by reference | Type reference (TYPE) | STRING | 20080911 |
Method STORE_MESSAGE on class /BCV/CL_UIF_MESSAGES has no exception.
Method STORE_MESSAGES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_MESSAGES | Call by reference | Type reference (TYPE) | /BCV/T_UIF_MESSAGES | Table of Messages | 20090311 | ||
2 | ![]() |
IV_QVIEW_ID | Call by reference | Type reference (TYPE) | /BCV/UIF_QVIEW_ID | ID of Query View | 20090512 |
Method STORE_MESSAGES on class /BCV/CL_UIF_MESSAGES has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 701 |