SAP ABAP Interface /IWBEP/IF_SBLMTOOLS_UTILITY (Gateway Service Builder - LM Tools Utility Interface)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-BSE-SB (Application Component) Gateway Service Builder
⤷
/IWBEP/SB_LMTOOLS_COMMON (Package) Gateway Service Builder - Common Package for LM Tools

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWBEP/CL_SBLMTOOLS_UTILITY | Gateway Service Builder - LM Tools Utility Class | 20120503 |
Properties
Interface | /IWBEP/IF_SBLMTOOLS_UTILITY | |
Short Description | Gateway Service Builder - LM Tools Utility Interface |
General Data
Package | /IWBEP/SB_LMTOOLS_COMMON | Gateway Service Builder - Common Package for LM Tools |
Created | 20120503 | SAP |
Last changed | 20131127 | SAP |
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... |
2 | /IWBEP/IF_SBLMTOOLS_CONSTANTS | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface /IWBEP/IF_SBLMTOOLS_UTILITY has no interface.
Friends
Interface /IWBEP/IF_SBLMTOOLS_UTILITY has no friend.
Attributes
Interface /IWBEP/IF_SBLMTOOLS_UTILITY has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Fetches details of hub configuration | 20120503 |
2 | ![]() |
Instance method | Public | Method | Creates messages with message utility class | 20120510 |
3 | ![]() |
Instance method | Public | Method | Get Service Registration Status from Hub | 20120525 |
Events
Interface /IWBEP/IF_SBLMTOOLS_UTILITY has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_DATA | Public | See coding | 20120508 | BEGIN OF TY_S_DATA .
INCLUDE TYPE /IWBEP/S_SBUI_LMTOOLS_SRV_CONF AS DATA .
TYPES:
CELL_STYLE TYPE LVC_T_STYL ,
DM_NODE TYPE REF TO /IWBEP/IF_SBLMTOOLS_SRVMAINT ,
END OF TY_S_DATA
|
||
2 | TY_T_ALV_DATA | Public | See coding | 20120510 | TY_T_ALV_DATA type STANDARD TABLE OF /IWBEP/S_SBUI_LMTOOLS_SRV_CONF
|
||
3 | TY_T_DATA | Public | See coding | 20120508 | TY_T_DATA TYPE STANDARD TABLE OF TY_S_DATA WITH DEFAULT KEY
|
||
4 | TY_T_SYSTEM_DATA | Public | See coding | 20120514 | TY_T_SYSTEM_DATA TYPE STANDARD TABLE OF REF TO /iwbep/cl_sbnod_lmtools_srvmnt
|
Method Signatures
Method GET_HUB_CONFIGURATION_LISTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_SYSTEMS | Call by reference | Type reference (TYPE) | /IWBEP/T_MGW_SYSTEM_CONFIG | OData Channel : Gateway Systems configuration | 20120503 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SB: exception | 20120525 |
Method GET_MESSAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | /IWBEP/IF_SBCM_MSG_OBJECT=>TY_T_OBJECT | Message table | 20120510 | ||
2 | ![]() |
IM_MESSAGE_UTILITY | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBCM_MSG_UTILITY | SB: MSG utility | 20120711 | ||
3 | ![]() |
IM_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | Message Class | 20120510 | ||
4 | ![]() |
IM_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | Message Number | 20120510 | ||
5 | ![]() |
IM_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | Optional:Message Type | 20120510 | ||
6 | ![]() |
IM_MSGV1 | Call by reference | Type reference (TYPE) | CSEQUENCE | Optional:Message variable 1 | 20120510 | ||
7 | ![]() |
IM_MSGV2 | Call by reference | Type reference (TYPE) | CSEQUENCE | Optional:Message variable 2 | 20120510 | ||
8 | ![]() |
IM_MSGV3 | Call by reference | Type reference (TYPE) | CSEQUENCE | Optional:Message variable 3 | 20120510 | ||
9 | ![]() |
IM_MSGV4 | Call by reference | Type reference (TYPE) | CSEQUENCE | Optional:Message variable 4 | 20120510 | ||
10 | ![]() |
IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBCM_MSG_CONTEXT | SB: message context | 20120711 | ||
11 | ![]() |
IV_PROJECT_NAME | Call by reference | Type reference (TYPE) | CHAR30 | Optional:Project name | 20120518 | ||
12 | ![]() |
IV_TEXT | Call by reference | Type reference (TYPE) | STRING | Optional:Message Text | 20120523 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SB: exception | 20120518 |
Method GET_REGISTRATION_STATUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | /IWBEP/IF_SBCM_MSG_OBJECT=>TY_T_OBJECT | Messages | 20120525 | ||
2 | ![]() |
EV_STATUS | Call by reference | Type reference (TYPE) | CHAR4 | Registration Status | 20120525 | ||
3 | ![]() |
IO_PROJECT_NODE | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_NODE | SB - Domain Model - Node | 20130408 | ||
4 | ![]() |
IV_PROJECT_NAME | Call by reference | Type reference (TYPE) | CHAR30 | Service Builder: Node Name | 20120525 | ||
5 | ![]() |
IV_RFC_DEST | Call by reference | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20120525 | ||
6 | ![]() |
IV_SERVICE_NAME | Call by reference | Type reference (TYPE) | /IWBEP/MED_GRP_TECHNICAL_NAME | Technical Service Name | 20120525 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SB: exception | 20120525 |
History
Last changed by/on | SAP | 20131127 |
SAP Release Created in | 200 |