SAP ABAP Interface /IWBEP/IF_SBDM_REQUEST (SB - Domain Model - Request)
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_DELETE_REQUEST | SB - Domain Model - Delete Request | 20120214 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWBEP/CL_SBDM_MODIFY_REQUEST | SB - Domain Model - Modify Request | 20140207 |
Properties
Interface | /IWBEP/IF_SBDM_REQUEST | |
Short Description | SB - Domain Model - Request |
General Data
Package | /IWBEP/SB_DM_BASE | Gateway Service Builder - Domain Model API and SPI |
Created | 20120213 | SAP |
Last changed | 20130531 | SAP |
Unicode checks active |
Forward declarations
Interface /IWBEP/IF_SBDM_REQUEST has no forward declaration.
Interfaces
Interface /IWBEP/IF_SBDM_REQUEST has no interface.
Friends
Interface /IWBEP/IF_SBDM_REQUEST has no friend.
Attributes
Interface /IWBEP/IF_SBDM_REQUEST has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Executes the request | 20120213 |
2 | ![]() |
Instance method | Public | Method | Gets the nodes which are affected by the request | 20120213 |
Events
Interface /IWBEP/IF_SBDM_REQUEST has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_NODE | Public | See coding | 20120214 | BEGIN OF TY_S_NODE,
plugin TYPE /iwbep/sbdm_plugin,
node_type TYPE /iwbep/sbdm_node_type,
rel_cat TYPE /iwbep/sbdm_relation_category,
project TYPE /iwbep/sbdm_project,
guid TYPE /iwbep/sbdm_node_uuid,
node TYPE REF TO /iwbep/if_sbdm_node,
END OF TY_S_NODE
|
||
2 | TY_T_NODE | Public | See coding | 20120214 | ty_t_node TYPE SORTED TABLE OF ty_s_node WITH UNIQUE KEY plugin node_type rel_cat project guid
|
Method Signatures
Method EXECUTE Signature
Method EXECUTE on Interface /IWBEP/IF_SBDM_REQUEST has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SB: exception | 20120213 |
Method GET_AFFECTED_NODES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_RELATION_CATEGORY | Call by reference | Type reference (TYPE) | /IWBEP/SBDM_RELATION_CATEGORY | SB: DM relation category | 20120213 | ||
2 | ![]() |
RT_NODES | Value transfer | Type reference (TYPE) | /IWBEP/T_SBDM_NODES | SB: Table Type for DM Nodes | 20120213 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SB: exception | 20120213 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 200 |