SAP /IWBEP/IF_SBDM_NODE OO Class - SB - Domain Model - Node
/IWBEP/IF_SBDM_NODE is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class /IWBEP/IF_SBDM_NODE including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Method list of /IWBEP/IF_SBDM_NODE SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| CLEAR | Template method:Clears all references except parent and root | Public |
| CALL METHOD /iwbep/if_sbdm_node=>CLEAR...more details | ||
| GET_CHILDREN | Template method: Gets the child nodes | Public |
| CALL METHOD /iwbep/if_sbdm_node=>GET_CHILDREN...more details | ||
| GET_CHILD_TYPES | Gets all node types of children | Public |
| CALL METHOD /iwbep/if_sbdm_node=>GET_CHILD_TYPES...more details | ||
| GET_DESCRIPTION | Template method: Gets the description | Public |
| CALL METHOD /iwbep/if_sbdm_node=>GET_DESCRIPTION...more details | ||
| GET_EXPLANATION | Template method: Gets the explanation | Public |
| CALL METHOD /iwbep/if_sbdm_node=>GET_EXPLANATION...more details | ||
| GET_HASH | Get Hash Value | Public |
| CALL METHOD /iwbep/if_sbdm_node=>GET_HASH...more details | ||
|
| ||
| GET_NAME | Template method: Gets the node name | Public |
| CALL METHOD /iwbep/if_sbdm_node=>GET_NAME...more details | ||
| GET_ORIGIN | Gets the origin of the node | Public |
| CALL METHOD /iwbep/if_sbdm_node=>GET_ORIGIN...more details | ||
| GET_PARENT | Gets the parent node | Public |
| CALL METHOD /iwbep/if_sbdm_node=>GET_PARENT...more details | ||
| GET_POSITION | Gets the position | Public |
| CALL METHOD /iwbep/if_sbdm_node=>GET_POSITION...more details | ||
| GET_PROTOTYPE | Gets the prototype | Public |
| CALL METHOD /iwbep/if_sbdm_node=>GET_PROTOTYPE...more details | ||
| GET_PROTOTYPE_CONTEXT | Gets the context node of the prototype | Public |
| CALL METHOD /iwbep/if_sbdm_node=>GET_PROTOTYPE_CONTEXT...more details | ||
| GET_RELATED_NODES | Template method: Gets the related nodes | Public |
| CALL METHOD /iwbep/if_sbdm_node=>GET_RELATED_NODES...more details | ||
| GET_RELATION_TYPES | Template method: Gets the relation types | Public |
| CALL METHOD /iwbep/if_sbdm_node=>GET_RELATION_TYPES...more details | ||
| GET_ROOT | Gets the root node of the hierarchy | Public |
| CALL METHOD /iwbep/if_sbdm_node=>GET_ROOT...more details | ||
| GET_TECHNICAL_NAME | Template method: Gets the technical name | Public |
| CALL METHOD /iwbep/if_sbdm_node=>GET_TECHNICAL_NAME...more details | ||
| INSERT_CHILD | Template method: Inserts a child node | Public |
| CALL METHOD /iwbep/if_sbdm_node=>INSERT_CHILD...more details | ||
| IS_DESCRIPTION_UNDEFINED | Template method: Returns if the description is undefined | Public |
| CALL METHOD /iwbep/if_sbdm_node=>IS_DESCRIPTION_UNDEFINED...more details | ||
| IS_EDITABLE | Returns if this node can be edited | Public |
| CALL METHOD /iwbep/if_sbdm_node=>IS_EDITABLE...more details | ||
| IS_INVALID | Returns if this node represents an invalid prototype | Public |
| CALL METHOD /iwbep/if_sbdm_node=>IS_INVALID...more details | ||
| IS_NAME_UNDEFINED | Template method: Returns if the node name is undefined | Public |
| CALL METHOD /iwbep/if_sbdm_node=>IS_NAME_UNDEFINED...more details | ||
| IS_PERSISTENT | Returns if this node is persistent | Public |
| CALL METHOD /iwbep/if_sbdm_node=>IS_PERSISTENT...more details | ||
| IS_TRANSIENT | Returns if the node is transient | Public |
| CALL METHOD /iwbep/if_sbdm_node=>IS_TRANSIENT...more details | ||
| REMOVE_CHILD | Template method: Removes a child node | Public |
| CALL METHOD /iwbep/if_sbdm_node=>REMOVE_CHILD...more details | ||
| SET_DESCRIPTION | Template method: Sets the description | Public |
| CALL METHOD /iwbep/if_sbdm_node=>SET_DESCRIPTION...more details | ||
| SET_DESCRIPTION_UNDEFINED | Template method: Sets the node description as undefined | Public |
| CALL METHOD /iwbep/if_sbdm_node=>SET_DESCRIPTION_UNDEFINED...more details | ||
| SET_HASH | Set Hash Value | Public |
| CALL METHOD /iwbep/if_sbdm_node=>SET_HASH...more details | ||
| SET_NAME_UNDEFINED | Template method: Sets the node name as undefined | Public |
| CALL METHOD /iwbep/if_sbdm_node=>SET_NAME_UNDEFINED...more details | ||
| SET_PARENT | Sets the parent node | Public |
| CALL METHOD /iwbep/if_sbdm_node=>SET_PARENT...more details | ||
| SET_POSITION | Sets the position | Public |
| CALL METHOD /iwbep/if_sbdm_node=>SET_POSITION...more details | ||
| SET_PROTOTYPE | Sets the prototype | Public |
| CALL METHOD /iwbep/if_sbdm_node=>SET_PROTOTYPE...more details | ||
| SET_RELATED_NODES | Template method: Sets the related nodes | Public |
| CALL METHOD /iwbep/if_sbdm_node=>SET_RELATED_NODES...more details | ||
| SET_ROOT | Sets the root node of the hierarchy | Public |
| CALL METHOD /iwbep/if_sbdm_node=>SET_ROOT...more details | ||
| SET_TECHNICAL_NAME | Template method: Sets the technical name | Public |
| CALL METHOD /iwbep/if_sbdm_node=>SET_TECHNICAL_NAME...more details | ||
/IWBEP/IF_SBDM_NODE attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| GC_REL_CATEGORY_ASSOCIATION | Constant | relation category: association | 'A' | LIKE /IWBEP/SBDM_RELATION_CATEGORY | Public |
| GC_REL_CATEGORY_COMPOSITION | Constant | relation category: composition | 'C' | LIKE /IWBEP/SBDM_RELATION_CATEGORY | Public |
| MS_NODE_TYPE | Instance Attribute | SB: DM unique node type | LIKE /IWBEP/S_SBDM_NODE_TYPE | Public | |
| MV_NODE_GUID | Instance Attribute | SB: DM node uuid | LIKE /IWBEP/SBDM_NODE_UUID | Public | |
| MV_NODE_HASH | Instance Attribute | Hash Value (160 Bits) | LIKE HASH160X | Public |
/IWBEP/IF_SBDM_NODE types
TY_S_RELATION_TYPE -TY_T_NODE_TYPE -
TY_T_RELATION_TYPE -
TY_T_SORTED_NODE -
Links to Related Class(s)
/IWBEP/I...Full list of available SAP object classes
Search for further information about these or an SAP related objects