SAP ABAP Class IF_SUID_MSG_BUFFER (Read-Only Access)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SUID_MSG_BUFFER | Utility Class: Error Handling | 20050621 |
Properties
| Class | IF_SUID_MSG_BUFFER | |
| Short Description | Read-Only Access | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20050621 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class IF_SUID_MSG_BUFFER has no interface implemented.
Friends
Class IF_SUID_MSG_BUFFER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | TY_MSG_CATEGORY | 'O' | Message Category | 20050621 | ||
| 2 | Constant | Public | Type reference (TYPE) | TY_MSG_CATEGORY | 'P' | Message Category | 20050621 | ||
| 3 | Constant | Public | Type reference (TYPE) | TY_MSG_LIFETIME | 'O' | Lifetime of Message | 20050621 | ||
| 4 | Constant | Public | Type reference (TYPE) | TY_MSG_LIFETIME | 'T' | Lifetime of Message | 20050621 | ||
| 5 | Constant | Public | Type reference (TYPE) | TY_MSG_LIFETIME | 'P' | Lifetime of Message | 20050621 | ||
| 6 | Constant | Public | Type reference (TYPE) | SYMSGTY | 'E' | Message Type | 20050621 | ||
| 7 | Constant | Public | Type reference (TYPE) | SYMSGTY | 'I' | Message Type | 20050621 | ||
| 8 | Constant | Public | Type reference (TYPE) | SYMSGTY | 'S' | Message Type | 20050621 | ||
| 9 | Constant | Public | Type reference (TYPE) | SYMSGTY | 'W' | Message Type | 20050621 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Returns All Messages (Delete All Lifetime Once) | 20050621 |
Events
Class IF_SUID_MSG_BUFFER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_MESSAGES | Public | See coding | 20050621 | tt_messages TYPE STANDARD TABLE OF
ty_messages
WITH DEFAULT KEY
|
||
| 2 | TY_MESSAGES | Public | See coding | 20050621 | BEGIN OF ty_messages ,
bname TYPE xubname,
nodename TYPE suid_node_name,
key TYPE suid_node_key,
row TYPE bapiret2-row,
key_handle TYPE suid_node_key_handle,
field TYPE suid_node_field,
msgty TYPE symsgty,
msgid TYPE symsgid,
msgno TYPE symsgno,
msgv1 TYPE symsgv,
msgv2 TYPE symsgv,
msgv3 TYPE symsgv,
msgv4 TYPE symsgv,
message TYPE bapi_msg,
system TYPE bapilogsys,
message_lifetime TYPE ty_msg_lifetime,
message_category TYPE ty_msg_category,
END OF ty_messages
|
||
| 3 | TY_MSG_CATEGORY | Public | Type reference (TYPE) | CHAR01 | Message Category | 20050621 | |
| 4 | TY_MSG_LIFETIME | Public | Type reference (TYPE) | CHAR01 | Lifetime of Message | 20050621 | |
Method Signatures
Method GET_MESSAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGES | Value transfer | Type reference (TYPE) | TT_MESSAGES | 20050621 | ||||
| 2 | IV_BNAME | Call by reference | Type reference (TYPE) | XUBNAME | Benutzername im Benutzerstamm | 20050801 | |||
| 3 | IV_NODENAME | Call by reference | Type reference (TYPE) | SUID_NODE_NAME | Knotenname | 20050801 |
Method GET_MESSAGES on class IF_SUID_MSG_BUFFER has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |