Hierarchy
⤷
⤷
Meta Relationship - Used By
Properties
| Interface | /IWBEP/IF_SBDM_NODE | |
| Short Description | SB - Domain Model - Node |
General Data
| Package | /IWBEP/SB_DM_BASE | Gateway Service Builder - Domain Model API and SPI |
| Created | 20120110 | 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... |
| 2 | /IWBEP/IF_SBDM_PLUGIN | 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 | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /IWBEP/IF_SBCM_MSG_CONTEXT | SB: message context | 20120131 |
Friends
Interface /IWBEP/IF_SBDM_NODE has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | GC_REL_CATEGORY_ASSOCIATION | Constant | Public | Type reference (TYPE) | /IWBEP/SBDM_RELATION_CATEGORY | 'A' | relation category: association | 20130212 | |
| 2 | GC_REL_CATEGORY_COMPOSITION | Constant | Public | Type reference (TYPE) | /IWBEP/SBDM_RELATION_CATEGORY | 'C' | relation category: composition | 20130212 | |
| 3 | MS_NODE_TYPE | Instance attribute | Public | Type reference (TYPE) | /IWBEP/S_SBDM_NODE_TYPE | SB: DM unique node type | 20120113 | ||
| 4 | MV_NODE_GUID | Instance attribute | Public | Type reference (TYPE) | /IWBEP/SBDM_NODE_UUID | SB: DM node uuid | 20120117 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Template method:Clears all references except parent and root | 20120117 | |
| 2 | Instance method | Public | Method | Template method: Gets the child nodes | 20120111 | |
| 3 | Instance method | Public | Method | Gets all node types of children | 20120111 | |
| 4 | Instance method | Public | Method | Template method: Gets the description | 20120111 | |
| 5 | Instance method | Public | Method | Template method: Gets the explanation | 20130513 | |
| 6 | Instance method | Public | Method | Template method: Gets the node name | 20120111 | |
| 7 | Instance method | Public | Method | Gets the origin of the node | 20120601 | |
| 8 | Instance method | Public | Method | Gets the parent node | 20120111 | |
| 9 | Instance method | Public | Method | Gets the position | 20120618 | |
| 10 | Instance method | Public | Method | Gets the prototype | 20120426 | |
| 11 | Instance method | Public | Method | Gets the context node of the prototype | 20120531 | |
| 12 | Instance method | Public | Method | Template method: Gets the related nodes | 20130204 | |
| 13 | Instance method | Public | Method | Template method: Gets the relation types | 20130204 | |
| 14 | Instance method | Public | Method | Gets the root node of the hierarchy | 20120111 | |
| 15 | Instance method | Public | Method | Template method: Gets the technical name | 20120423 | |
| 16 | Instance method | Public | Method | Template method: Inserts a child node | 20120111 | |
| 17 | Instance method | Public | Method | Template method: Returns if the description is undefined | 20120521 | |
| 18 | Instance method | Public | Method | Returns if this node can be edited | 20120117 | |
| 19 | Instance method | Public | Method | Returns if this node represents an invalid prototype | 20120713 | |
| 20 | Instance method | Public | Method | Template method: Returns if the node name is undefined | 20120521 | |
| 21 | Instance method | Public | Method | Returns if this node is persistent | 20120113 | |
| 22 | Instance method | Public | Method | Template method: Removes a child node | 20120111 | |
| 23 | Instance method | Public | Method | Template method: Sets the description | 20120113 | |
| 24 | Instance method | Public | Method | Template method: Sets the node description as undefined | 20120523 | |
| 25 | Instance method | Public | Method | Template method: Sets the node name as undefined | 20120523 | |
| 26 | Instance method | Public | Method | Sets the parent node | 20120111 | |
| 27 | Instance method | Public | Method | Sets the position | 20120618 | |
| 28 | Instance method | Public | Method | Sets the prototype | 20120427 | |
| 29 | Instance method | Public | Method | Template method: Sets the related nodes | 20130204 | |
| 30 | Instance method | Public | Method | Sets the root node of the hierarchy | 20120111 | |
| 31 | Instance method | Public | Method | Template method: Sets the technical name | 20120706 |
Events
Interface /IWBEP/IF_SBDM_NODE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_RELATION_TYPE | Public | See coding | 20130201 | BEGIN OF TY_S_RELATION_TYPE,
name TYPE /iwbep/sbdm_relation_type,
category TYPE /iwbep/sbdm_relation_category,
node_type TYPE /iwbep/s_sbdm_node_type,
END OF TY_S_RELATION_TYPE
|
||
| 2 | TY_T_NODE_TYPE | Public | See coding | 20130212 | TY_T_NODE_TYPE TYPE SORTED TABLE OF /iwbep/s_sbdm_node_type WITH UNIQUE KEY plugin node_type
|
||
| 3 | TY_T_RELATION_TYPE | Public | See coding | 20130201 | ty_t_relation_type TYPE SORTED TABLE OF ty_s_relation_type WITH UNIQUE KEY name
|
||
| 4 | TY_T_SORTED_NODE | Public | See coding | 20120220 | ty_t_sorted_node TYPE SORTED TABLE OF REF TO /iwbep/if_sbdm_node WITH UNIQUE DEFAULT KEY
|
Method Signatures
Method CLEAR Signature
Method CLEAR on Interface /IWBEP/IF_SBDM_NODE has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120202 |
Method GET_CHILDREN 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 | IV_NODE_NAME | Call by reference | Type reference (TYPE) | /IWBEP/SBDM_NODE_NAME | SB: DM node name | 20120221 | |||
| 3 | RT_NODES | Value transfer | Type reference (TYPE) | /IWBEP/T_SBDM_NODES | SB: Table Type for DM Nodes | 20120112 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120202 |
Method GET_CHILD_TYPES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_NODE_TYPES | Value transfer | Type reference (TYPE) | TY_T_NODE_TYPE | 20120113 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120202 |
Method GET_DESCRIPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_DESCRIPTION | Value transfer | Type reference (TYPE) | /IWBEP/SBDM_DESCRIPTION | SB: DM description | 20120113 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120202 |
Method GET_EXPLANATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_EXPLANATION | Value transfer | Type reference (TYPE) | /IWBEP/SBDM_EXPLANATION | explanation | 20130513 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20130513 |
Method GET_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_NAME | Value transfer | Type reference (TYPE) | /IWBEP/SBDM_NODE_NAME | node name | 20120112 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120202 |
Method GET_ORIGIN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_ORIGIN | Value transfer | Type reference (TYPE) | /IWBEP/S_SBDM_ORIGIN | SB: DM Origin | 20120601 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120601 |
Method GET_PARENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_PARENT | Value transfer | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_NODE | SB - Domain Model - Node | 20120111 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120203 |
Method GET_POSITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_POSITION | Value transfer | Type reference (TYPE) | /IWBEP/SBDM_NODE_POSITION | Node Position | 20120618 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120618 |
Method GET_PROTOTYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_PROTOTYPE | Value transfer | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_NODE | SB - Domain Model - Node | 20120426 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120508 |
Method GET_PROTOTYPE_CONTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_PROTOTYPE_CONTEXT | Value transfer | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_NODE | SB - Domain Model - Node | 20120531 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120531 |
Method GET_RELATED_NODES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_RELATION_TYPE | Call by reference | Type reference (TYPE) | /IWBEP/SBDM_RELATION_TYPE | Service Builder: Relation Type | 20130204 | |||
| 2 | RT_RELATED_NODES | Value transfer | Type reference (TYPE) | /IWBEP/T_SBDM_NODES | SB: Table Type for DM Nodes | 20130204 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20130204 |
Method GET_RELATION_TYPES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_RELATION_TYPES | Value transfer | Type reference (TYPE) | TY_T_RELATION_TYPE | 20130204 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20130204 |
Method GET_ROOT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_ROOT | Value transfer | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_ROOT | SB - Domain Model - Root | 20120111 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120202 |
Method GET_TECHNICAL_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_TECHNICAL_NAME | Value transfer | Type reference (TYPE) | /IWBEP/SBDM_TECHNICAL_NAME | Service Builder: Technical Name | 20120423 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120423 |
Method INSERT_CHILD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CHILD | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_NODE | SB - Domain Model - Node | 20120111 | |||
| 2 | IO_REF_CHILD | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_NODE | SB - Domain Model - Node | 20120111 | |||
| 3 | IV_CHANGE_NOTIFICATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20120206 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120203 |
Method IS_DESCRIPTION_UNDEFINED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_UNDEFINED | Value transfer | Type reference (TYPE) | /IWBEP/SBDM_INDICATOR_UNDEF | Service Builder: Indicator for Undefined | 20120521 |
Method IS_DESCRIPTION_UNDEFINED on Interface /IWBEP/IF_SBDM_NODE has no exception.
Method IS_EDITABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_CHILD_TYPE | Call by reference | Type reference (TYPE) | /IWBEP/S_SBDM_NODE_TYPE | SB: DM unique node type | 20140206 | |||
| 2 | IV_ATTRIBUTES | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20140206 | |||
| 3 | IV_CHILDREN | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20140206 | |||
| 4 | RV_EDITABLE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120117 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120202 |
Method IS_INVALID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_INVALID | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120713 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120713 |
Method IS_NAME_UNDEFINED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_UNDEFINED | Value transfer | Type reference (TYPE) | /IWBEP/SBDM_INDICATOR_UNDEF | Service Builder: Indicator for Undefined | 20120521 |
Method IS_NAME_UNDEFINED on Interface /IWBEP/IF_SBDM_NODE has no exception.
Method IS_PERSISTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_PERSISTENT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120113 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120202 |
Method REMOVE_CHILD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CHILD | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_NODE | SB - Domain Model - Node | 20120111 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120203 |
Method SET_DESCRIPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DESCRIPTION | Call by reference | Type reference (TYPE) | /IWBEP/SBDM_DESCRIPTION | SB: DM description | 20120113 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120203 |
Method SET_DESCRIPTION_UNDEFINED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_OPTIMIZED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20120523 | |||
| 2 | IV_UNDEFINED | Call by reference | Type reference (TYPE) | /IWBEP/SBDM_INDICATOR_UNDEF | Service Builder: Indicator for Undefined | 20120523 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120523 |
Method SET_NAME_UNDEFINED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_OPTIMIZED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20120524 | |||
| 2 | IV_UNDEFINED | Call by reference | Type reference (TYPE) | /IWBEP/SBDM_INDICATOR_UNDEF | Service Builder: Indicator for Undefined | 20120523 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120523 |
Method SET_PARENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_PARENT | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_NODE | SB - Domain Model - Node | 20120111 | |||
| 2 | IV_CHANGE_NOTIFICATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20120206 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120203 |
Method SET_POSITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_POSITION | Call by reference | Type reference (TYPE) | /IWBEP/SBDM_NODE_POSITION | Node Position | 20120618 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120618 |
Method SET_PROTOTYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_PROTOTYPE | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_NODE | SB - Domain Model - Node | 20120427 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120427 |
Method SET_RELATED_NODES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_RELATED_NODES | Call by reference | Type reference (TYPE) | /IWBEP/T_SBDM_NODES | SB: Table Type for DM Nodes | 20130204 | |||
| 2 | IV_RELATION_TYPE | Call by reference | Type reference (TYPE) | /IWBEP/SBDM_RELATION_TYPE | Service Builder: Relation Type | 20130204 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20130204 |
Method SET_ROOT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ROOT | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_ROOT | SB - Domain Model - Root | 20120111 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120202 |
Method SET_TECHNICAL_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TECHNICAL_NAME | Call by reference | Type reference (TYPE) | /IWBEP/SBDM_TECHNICAL_NAME | Service Builder: Technical Name | 20120706 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120706 |
Meta Relationship - Used By (full list)
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 200 |