SAP ABAP Interface /IWBEP/IF_SBCM_MSG_OBJECT (SB: message object)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-BSE-SB (Application Component) Gateway Service Builder
⤷
/IWBEP/SB_COMMON (Package) Gateway Service Builder - Common Parts

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWBEP/CX_SBCM_EXCEPTION | SB: exception | 20120113 |
Properties
Interface | /IWBEP/IF_SBCM_MSG_OBJECT | |
Short Description | SB: message object |
General Data
Package | /IWBEP/SB_COMMON | Gateway Service Builder - Common Parts |
Created | 20120113 | SAP |
Last changed | 20141120 | |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | /IWBEP/IF_SBCM_MSG_OBJECT | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface /IWBEP/IF_SBCM_MSG_OBJECT has no interface.
Friends
Interface /IWBEP/IF_SBCM_MSG_OBJECT has no friend.
Attributes
Interface /IWBEP/IF_SBCM_MSG_OBJECT has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | return message context | 20120113 |
2 | ![]() |
Instance method | Public | Method | return message data | 20131213 |
3 | ![]() |
Instance method | Public | Method | return subordinated messages | 20120113 |
4 | ![]() |
Instance method | Public | Method | return message severity | 20120113 |
5 | ![]() |
Instance method | Public | Method | return message text | 20120113 |
Events
Interface /IWBEP/IF_SBCM_MSG_OBJECT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_DATA | Public | See coding | message data | 20120113 | BEGIN OF ty_s_data,
msgty TYPE symsgty,
msgid TYPE symsgid,
msgno TYPE symsgno.
INCLUDE TYPE ty_s_value AS msgv.
TYPES:
END OF ty_s_data
|
|
2 | TY_S_VALUE | Public | See coding | message values | 20120113 | BEGIN OF ty_s_value,
msgv1 TYPE symsgv,
msgv2 TYPE symsgv,
msgv3 TYPE symsgv,
msgv4 TYPE symsgv,
END OF ty_s_value
|
|
3 | TY_T_OBJECT | Public | See coding | message collection | 20120113 | ty_t_object TYPE STANDARD TABLE OF REF TO /iwbep/if_sbcm_msg_object WITH DEFAULT KEY
|
|
4 | TY_T_SEVERITY | Public | See coding | message severities | 20120113 | ty_t_severity TYPE SORTED TABLE OF symsgty WITH UNIQUE KEY table_line
|
Method Signatures
Method GET_CONTEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RO_CONTEXT | Value transfer | Object reference (TYPE REF TO) | /IWBEP/IF_SBCM_MSG_CONTEXT | message context, e.g. node or action instance | 20120113 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SB: exception | 20120113 |
Method GET_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RS_DATA | Value transfer | Type reference (TYPE) | /IWBEP/IF_SBCM_MSG_OBJECT=>TY_S_DATA | message data | 20131213 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SB: exception | 20131213 |
Method GET_DETAILS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_DETAIL | Value transfer | Type reference (TYPE) | TY_T_OBJECT | detail messages | 20120113 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SB: exception | 20120113 |
Method GET_SEVERITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_SEVERITY | Value transfer | Type reference (TYPE) | SYMSGTY | message type | 20120113 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SB: exception | 20120113 |
Method GET_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_TEXT | Value transfer | Type reference (TYPE) | STRING | message text | 20120113 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SB: exception | 20120113 |
History
Last changed by/on | SAP | 20141120 |
SAP Release Created in | 200 |