SAP ABAP Interface IF_SUID_MSG_BUFFER (Read-Only Access)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SEC-USR-ADM (Application Component) User and Authorization Management
⤷
SUSR_IDENTITY (Package) Identity API

⤷

⤷

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
Interface | IF_SUID_MSG_BUFFER | |
Short Description | Read-Only Access |
General Data
Package | SUSR_IDENTITY | Identity API |
Created | 20050621 | SAP |
Last changed | 20110908 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | IF_SUID_MSG_BUFFER | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_SUID_MSG_BUFFER has no interface.
Friends
Interface IF_SUID_MSG_BUFFER has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | CO_CATEGORY_OBJECT | Constant | Public | Type reference (TYPE) | TY_MSG_CATEGORY | 'O' | Message Category | 20050621 | |
2 | CO_CATEGORY_PROCESS | Constant | Public | Type reference (TYPE) | TY_MSG_CATEGORY | 'P' | Message Category | 20050621 | |
3 | CO_LIFETIME_ONCE | Constant | Public | Type reference (TYPE) | TY_MSG_LIFETIME | 'O' | Lifetime of Message | 20050621 | |
4 | CO_LIFETIME_ONCE_TRX | Constant | Public | Type reference (TYPE) | TY_MSG_LIFETIME | 'T' | Lifetime of Message | 20050621 | |
5 | CO_LIFETIME_PERMANENT | Constant | Public | Type reference (TYPE) | TY_MSG_LIFETIME | 'P' | Lifetime of Message | 20050621 | |
6 | CO_TYPE_ERROR | Constant | Public | Type reference (TYPE) | SYMSGTY | 'E' | Message Type | 20050621 | |
7 | CO_TYPE_INFO | Constant | Public | Type reference (TYPE) | SYMSGTY | 'I' | Message Type | 20050621 | |
8 | CO_TYPE_SUCCESS | Constant | Public | Type reference (TYPE) | SYMSGTY | 'S' | Message Type | 20050621 | |
9 | CO_TYPE_WARNING | 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
Interface 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 Interface IF_SUID_MSG_BUFFER has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 710 |