SAP ABAP Interface /IWBEP/IF_SBDM_FILE_IMPORT_REQ (SBDM file import request)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-BSE-SB (Application Component) Gateway Service Builder
⤷
/IWBEP/SB_ODATA_DM (Package) Gateway Service Builder - Domain Model Plugin
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWBEP/CL_SBDM_FILE_IMPORT_REQ | File import request | 20130324 |
Properties
| Interface | /IWBEP/IF_SBDM_FILE_IMPORT_REQ | |
| Short Description | SBDM file import request |
General Data
| Package | /IWBEP/SB_ODATA_DM | Gateway Service Builder - Domain Model Plugin |
| Created | 20130324 | SAP |
| Last changed | 20141120 | |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | /IWBEP/IF_SBDM_FILE_IMPORT_REQ | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
| 2 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface /IWBEP/IF_SBDM_FILE_IMPORT_REQ has no interface.
Friends
Interface /IWBEP/IF_SBDM_FILE_IMPORT_REQ has no friend.
Attributes
Interface /IWBEP/IF_SBDM_FILE_IMPORT_REQ has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Execute the import request | 20130324 | |
| 2 | Instance method | Public | Method | Get the messages | 20130520 | |
| 3 | Instance method | Public | Method | Get the nodes to be created | 20130324 | |
| 4 | Instance method | Public | Method | Get the nodes to be deleted | 20130324 | |
| 5 | Instance method | Public | Method | Get the nodes to be updated | 20130324 | |
| 6 | Instance method | Public | Method | Get the source xml document | 20130324 | |
| 7 | Instance method | Public | Method | Get the target node to which the contents to be applied | 20130410 | |
| 8 | Instance method | Public | Method | Get the nodes that are not modified | 20130416 | |
| 9 | Instance method | Public | Method | Setter for the required nodes to be updated | 20130510 |
Events
Interface /IWBEP/IF_SBDM_FILE_IMPORT_REQ has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_NODE | Public | See coding | 20130510 | BEGIN OF ty_s_node,
node TYPE REF TO /iwbep/if_sbdm_node,
required TYPE boolean,
END OF ty_s_node
|
||
| 2 | TY_S_NODE_LIST | Public | See coding | 20130325 | BEGIN OF ty_s_node_list,
node_name TYPE /iwbep/sbdm_node_name,
node_type TYPE /iwbep/sbdm_node_type,
parent_node_name TYPE /iwbep/sbdm_node_name,
parent_node_type TYPE /iwbep/sbdm_node_type,
node TYPE REF TO /iwbep/if_sbdm_node,
change_type TYPE string, " Possible values: New,Changed,Deleted,Equal
required TYPE boolean,
rank TYPE i, " used in sorting based on the node type
* plugin TYPE /iwbep/sbdm_plugin,
END OF ty_s_node_list
|
||
| 3 | TY_T_NODES | Public | See coding | 20130510 | ty_t_nodes TYPE STANDARD TABLE OF ty_s_node
|
||
| 4 | TY_T_NODE_LIST | Public | See coding | 20130325 | ty_t_node_list TYPE STANDARD TABLE OF ty_s_node_list WITH DEFAULT KEY
|
Method Signatures
Method EXECUTE Signature
Method EXECUTE on Interface /IWBEP/IF_SBDM_FILE_IMPORT_REQ has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20130324 |
Method GET_MESSAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_MESSAGE | Value transfer | Type reference (TYPE) | /IWBEP/IF_SBCM_MSG_OBJECT=>TY_T_OBJECT | 20130520 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20130520 |
Method GET_NODES_TO_CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_NODES | Value transfer | Type reference (TYPE) | TY_T_NODE_LIST | nodes | 20130324 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20130520 |
Method GET_NODES_TO_DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_NODES | Value transfer | Type reference (TYPE) | TY_T_NODE_LIST | nodes | 20130324 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20130520 |
Method GET_NODES_TO_UPDATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_NODES | Value transfer | Type reference (TYPE) | TY_T_NODE_LIST | nodes | 20130324 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20130520 |
Method GET_SOURCE_DOCUMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_DOCUMENT | Value transfer | Object reference (TYPE REF TO) | IF_IXML_DOCUMENT | XML document | 20130324 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20130324 |
Method GET_TARGET_MODEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_MODEL | Value transfer | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_MODEL | Model Node (==Schema) | 20130410 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20130410 |
Method GET_UNMODIFIED_NODES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_NODES | Value transfer | Type reference (TYPE) | TY_T_NODE_LIST | 20130416 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20130520 |
Method SET_NODES_FILTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_REQUIRED_NODES | Call by reference | Type reference (TYPE) | TY_T_NODES | 20130510 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20130510 |
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 200 |