SAP ABAP Interface /IWBEP/IF_SBDM_TRANSACT_HANDLR (SB - Domain Model - Transaction Handler)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-BSE-SB (Application Component) Gateway Service Builder
⤷
/IWBEP/SB_DM_BASE (Package) Gateway Service Builder - Domain Model API and SPI

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWBEP/CL_SBDM_TRANSACT_HANDLR | SB - Domain Model - Transaction Handler | 20120112 |
Properties
Interface | /IWBEP/IF_SBDM_TRANSACT_HANDLR | |
Short Description | SB - Domain Model - Transaction Handler |
General Data
Package | /IWBEP/SB_DM_BASE | Gateway Service Builder - Domain Model API and SPI |
Created | 20120112 | SAP |
Last changed | 20130531 | 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_SBDM_TRANSACT_HANDLR | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
3 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface /IWBEP/IF_SBDM_TRANSACT_HANDLR has no interface.
Friends
Interface /IWBEP/IF_SBDM_TRANSACT_HANDLR has no friend.
Attributes
Interface /IWBEP/IF_SBDM_TRANSACT_HANDLR has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Frees a reserved project name | 20120202 |
2 | ![]() |
Instance method | Public | Method | Gets the actual transport information | 20120130 |
3 | ![]() |
Instance method | Public | Method | Retrieves parent persist handlers for the given node type | 20120423 |
4 | ![]() |
Instance method | Public | Method | Retrieves the persistence handler for the given node type | 20120116 |
5 | ![]() |
Instance method | Public | Method | Makes the given projects persistent | 20120112 |
6 | ![]() |
Instance method | Public | Method | Tries to reserve the project name | 20120202 |
Events
Interface /IWBEP/IF_SBDM_TRANSACT_HANDLR has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_TRANS_INFO | Public | See coding | 20120130 | BEGIN OF TY_S_TRANS_INFO,
project TYPE /iwbep/sbdm_project,
package TYPE devclass,
author TYPE syuname,
request TYPE trkorr,
END OF TY_S_TRANS_INFO
|
||
2 | TY_T_PERSIST_HANDLER | Public | See coding | 20120423 | ty_t_persist_handler TYPE SORTED TABLE OF REF TO /iwbep/if_sbdm_persist_handler WITH UNIQUE KEY table_line
|
||
3 | TY_T_TRANS_INFO | Public | See coding | 20120130 | TY_T_TRANS_INFO TYPE SORTED TABLE OF ty_s_trans_info WITH UNIQUE KEY project
|
Method Signatures
Method FREE_PROJECT_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_PROJECT | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_PROJECT | SB - Domain Model - Project | 20120202 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SB: exception | 20120203 |
Method GET_AVAILABLE_TRANSPORTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_TRANSPORT_INFO | Value transfer | Type reference (TYPE) | TY_T_TRANS_INFO | 20120130 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120203 |
Method GET_PARENT_PERSIST_HANDLER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_NODE_TYPE | Call by reference | Type reference (TYPE) | /IWBEP/S_SBDM_NODE_TYPE | SB: DM unique node type | 20120423 | ||
2 | ![]() |
RT_PERSIST_HANDLER | Value transfer | Type reference (TYPE) | TY_T_PERSIST_HANDLER | 20120423 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SB: exception | 20120423 |
Method GET_PERSIST_HANDLER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_NODE_TYPE | Call by reference | Type reference (TYPE) | /IWBEP/S_SBDM_NODE_TYPE | SB: DM unique node type | 20120116 | ||
2 | ![]() |
RO_PERSIST_HANDLER | Value transfer | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_PERSIST_HANDLER | SB - Domain Model - Persistence Handler | 20120116 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120203 |
Method MAKE_PERSISTENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_FAILED_PROJECTS | Call by reference | Type reference (TYPE) | /IWBEP/T_SBDM_PROJECTS | SB: Table Type for Projects | 20120131 | ||
2 | ![]() |
ET_MESSAGES | Call by reference | Type reference (TYPE) | /IWBEP/IF_SBCM_MSG_OBJECT=>TY_T_OBJECT | 20120131 | |||
3 | ![]() |
ET_SUCCESS_PROJECTS | Call by reference | Type reference (TYPE) | /IWBEP/T_SBDM_PROJECTS | SB: Table Type for Projects | 20120131 | ||
4 | ![]() |
IT_PROJECTS | Call by reference | Type reference (TYPE) | /IWBEP/T_SBDM_PROJECTS | SB: Table Type for Projects | 20120123 | ||
5 | ![]() |
IV_TR | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20120123 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SB: exception | 20120131 |
Method RESERVE_PROJECT_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_PROJECT | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_PROJECT | SB - Domain Model - Project | 20120202 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120203 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 200 |