SAP ABAP Interface /IWBEP/IF_SBDM_NODE (SB - Domain Model - Node)
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 composition (i COMPRISING i_ref)  /IWBEP/IF_SBOD_FUNC_IMP SB - OData - Function Import 20120315
2 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_SBOD_ASSOCIATION_SET SB - OData - Association Set 20120215
3 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_SBOD_COMPLEX_TYPE SB - OData - Complex Type 20120127
4 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_SBOD_ENTITY_SET SB - OData - Entity Set 20120201
5 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_SBOD_ENTITY_TYPE SB - OData - Entity Type 20120201
6 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_SBOD_ENUM SB - OData - ENUM 20130924
7 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_SBOD_ENUM_MEMBER SB - OData - ENUM Member 20131001
8 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_SBOD_EXP_REC_MAPPING SB - OData - Record Expression Mapping 20130301
9 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_SBOD_EXP_VALUE SB - OData - Annotation Value Expression 20130222
10 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_SBOD_ASSOCIATION SB - OData - Association 20120214
... Click here to see Used By full list (35 items)
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 CLEAR Instance method Public Method Template method:Clears all references except parent and root 20120117
2 GET_CHILDREN Instance method Public Method Template method: Gets the child nodes 20120111
3 GET_CHILD_TYPES Instance method Public Method Gets all node types of children 20120111
4 GET_DESCRIPTION Instance method Public Method Template method: Gets the description 20120111
5 GET_EXPLANATION Instance method Public Method Template method: Gets the explanation 20130513
6 GET_NAME Instance method Public Method Template method: Gets the node name 20120111
7 GET_ORIGIN Instance method Public Method Gets the origin of the node 20120601
8 GET_PARENT Instance method Public Method Gets the parent node 20120111
9 GET_POSITION Instance method Public Method Gets the position 20120618
10 GET_PROTOTYPE Instance method Public Method Gets the prototype 20120426
11 GET_PROTOTYPE_CONTEXT Instance method Public Method Gets the context node of the prototype 20120531
12 GET_RELATED_NODES Instance method Public Method Template method: Gets the related nodes 20130204
13 GET_RELATION_TYPES Instance method Public Method Template method: Gets the relation types 20130204
14 GET_ROOT Instance method Public Method Gets the root node of the hierarchy 20120111
15 GET_TECHNICAL_NAME Instance method Public Method Template method: Gets the technical name 20120423
16 INSERT_CHILD Instance method Public Method Template method: Inserts a child node 20120111
17 IS_DESCRIPTION_UNDEFINED Instance method Public Method Template method: Returns if the description is undefined 20120521
18 IS_EDITABLE Instance method Public Method Returns if this node can be edited 20120117
19 IS_INVALID Instance method Public Method Returns if this node represents an invalid prototype 20120713
20 IS_NAME_UNDEFINED Instance method Public Method Template method: Returns if the node name is undefined 20120521
21 IS_PERSISTENT Instance method Public Method Returns if this node is persistent 20120113
22 REMOVE_CHILD Instance method Public Method Template method: Removes a child node 20120111
23 SET_DESCRIPTION Instance method Public Method Template method: Sets the description 20120113
24 SET_DESCRIPTION_UNDEFINED Instance method Public Method Template method: Sets the node description as undefined 20120523
25 SET_NAME_UNDEFINED Instance method Public Method Template method: Sets the node name as undefined 20120523
26 SET_PARENT Instance method Public Method Sets the parent node 20120111
27 SET_POSITION Instance method Public Method Sets the position 20120618
28 SET_PROTOTYPE Instance method Public Method Sets the prototype 20120427
29 SET_RELATED_NODES Instance method Public Method Template method: Sets the related nodes 20130204
30 SET_ROOT Instance method Public Method Sets the root node of the hierarchy 20120111
31 SET_TECHNICAL_NAME 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 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120202

Method GET_CHILDREN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_NODE_TYPE Call by reference Type reference (TYPE) /IWBEP/S_SBDM_NODE_TYPE SB: DM unique node type 20120116
2 Importing IV_NODE_NAME Call by reference Type reference (TYPE) /IWBEP/SBDM_NODE_NAME SB: DM node name 20120221
3 Returning RT_NODES Value transfer Type reference (TYPE) /IWBEP/T_SBDM_NODES SB: Table Type for DM Nodes 20120112
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120202

Method GET_CHILD_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_NODE_TYPES Value transfer Type reference (TYPE) TY_T_NODE_TYPE 20120113
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120202

Method GET_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_DESCRIPTION Value transfer Type reference (TYPE) /IWBEP/SBDM_DESCRIPTION SB: DM description 20120113
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120202

Method GET_EXPLANATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_EXPLANATION Value transfer Type reference (TYPE) /IWBEP/SBDM_EXPLANATION explanation 20130513
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20130513

Method GET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_NAME Value transfer Type reference (TYPE) /IWBEP/SBDM_NODE_NAME node name 20120112
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120202

Method GET_ORIGIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_ORIGIN Value transfer Type reference (TYPE) /IWBEP/S_SBDM_ORIGIN SB: DM Origin 20120601
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120601

Method GET_PARENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_PARENT Value transfer Object reference (TYPE REF TO) /IWBEP/IF_SBDM_NODE SB - Domain Model - Node 20120111
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120203

Method GET_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_POSITION Value transfer Type reference (TYPE) /IWBEP/SBDM_NODE_POSITION Node Position 20120618
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120618

Method GET_PROTOTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_PROTOTYPE Value transfer Object reference (TYPE REF TO) /IWBEP/IF_SBDM_NODE SB - Domain Model - Node 20120426
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120508

Method GET_PROTOTYPE_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning 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 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120531

Method GET_RELATED_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_RELATION_TYPE Call by reference Type reference (TYPE) /IWBEP/SBDM_RELATION_TYPE Service Builder: Relation Type 20130204
2 Returning 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 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20130204

Method GET_RELATION_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_RELATION_TYPES Value transfer Type reference (TYPE) TY_T_RELATION_TYPE 20130204
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20130204

Method GET_ROOT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_ROOT Value transfer Object reference (TYPE REF TO) /IWBEP/IF_SBDM_ROOT SB - Domain Model - Root 20120111
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120202

Method GET_TECHNICAL_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_TECHNICAL_NAME Value transfer Type reference (TYPE) /IWBEP/SBDM_TECHNICAL_NAME Service Builder: Technical Name 20120423
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120423

Method INSERT_CHILD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CHILD Call by reference Object reference (TYPE REF TO) /IWBEP/IF_SBDM_NODE SB - Domain Model - Node 20120111
2 Importing IO_REF_CHILD Call by reference Object reference (TYPE REF TO) /IWBEP/IF_SBDM_NODE SB - Domain Model - Node 20120111
3 Importing IV_CHANGE_NOTIFICATION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20120206
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION 20120203

Method IS_DESCRIPTION_UNDEFINED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning 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 Importing IS_CHILD_TYPE Call by reference Type reference (TYPE) /IWBEP/S_SBDM_NODE_TYPE SB: DM unique node type 20140206
2 Importing IV_ATTRIBUTES Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20140206
3 Importing IV_CHILDREN Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20140206
4 Returning RV_EDITABLE Value transfer Type reference (TYPE) ABAP_BOOL 20120117
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120202

Method IS_INVALID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_INVALID Value transfer Type reference (TYPE) ABAP_BOOL 20120713
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120713

Method IS_NAME_UNDEFINED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning 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 Returning RV_PERSISTENT Value transfer Type reference (TYPE) ABAP_BOOL 20120113
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120202

Method REMOVE_CHILD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing 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 /IWBEP/CX_SBCM_EXCEPTION 20120203

Method SET_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DESCRIPTION Call by reference Type reference (TYPE) /IWBEP/SBDM_DESCRIPTION SB: DM description 20120113
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION 20120203

Method SET_DESCRIPTION_UNDEFINED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OPTIMIZED Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20120523
2 Importing IV_UNDEFINED Call by reference Type reference (TYPE) /IWBEP/SBDM_INDICATOR_UNDEF Service Builder: Indicator for Undefined 20120523
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120523

Method SET_NAME_UNDEFINED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OPTIMIZED Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20120524
2 Importing IV_UNDEFINED Call by reference Type reference (TYPE) /IWBEP/SBDM_INDICATOR_UNDEF Service Builder: Indicator for Undefined 20120523
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120523

Method SET_PARENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_PARENT Call by reference Object reference (TYPE REF TO) /IWBEP/IF_SBDM_NODE SB - Domain Model - Node 20120111
2 Importing IV_CHANGE_NOTIFICATION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20120206
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION 20120203

Method SET_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_POSITION Call by reference Type reference (TYPE) /IWBEP/SBDM_NODE_POSITION Node Position 20120618
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120618

Method SET_PROTOTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing 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 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120427

Method SET_RELATED_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_RELATED_NODES Call by reference Type reference (TYPE) /IWBEP/T_SBDM_NODES SB: Table Type for DM Nodes 20130204
2 Importing IV_RELATION_TYPE Call by reference Type reference (TYPE) /IWBEP/SBDM_RELATION_TYPE Service Builder: Relation Type 20130204
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20130204

Method SET_ROOT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing 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 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120202

Method SET_TECHNICAL_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TECHNICAL_NAME Call by reference Type reference (TYPE) /IWBEP/SBDM_TECHNICAL_NAME Service Builder: Technical Name 20120706
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120706
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_SBOD_FUNC_IMP SB - OData - Function Import 20120315
2 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_SBOD_ASSOCIATION_SET SB - OData - Association Set 20120215
3 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_SBOD_COMPLEX_TYPE SB - OData - Complex Type 20120127
4 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_SBOD_ENTITY_SET SB - OData - Entity Set 20120201
5 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_SBOD_ENTITY_TYPE SB - OData - Entity Type 20120201
6 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_SBOD_ENUM SB - OData - ENUM 20130924
7 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_SBOD_ENUM_MEMBER SB - OData - ENUM Member 20131001
8 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_SBOD_EXP_REC_MAPPING SB - OData - Record Expression Mapping 20130301
9 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_SBOD_EXP_VALUE SB - OData - Annotation Value Expression 20130222
10 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_SBOD_ASSOCIATION SB - OData - Association 20120214
11 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_SBOD_FUNC_IMP_PAR SB - OData - Function Import Parameter 20120315
12 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_SBOD_MODEL_REFERENCE SB - OData - Model Reference 20120423
13 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_SBOD_NAV_PROP SB - OData - Navigation Property 20120213
14 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_SBOD_PROPERTY SB - OData - Property 20120131
15 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_SBOD_REF_CONSTRAINT SB - OData - Referential Constaint 20120216
16 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_SBOD_STRUCTURED_TYPE SB - OData - Structured Type 20140320
17 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_SBOD_TERM SB - OData - Term 20130222
18 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_SBOD_TYPE_DEFINITION SB - OData - Type Definition 20130603
19 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_SBDSP_ENTITY_SET SB - DSP - Entity Set DM 20120213
20 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_SBDM_ATTACHMENT SB - Domain Model - Attachment 20130314
21 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_SBDM_GEN_ARTIFACT SB - Domain Model - Generated Artifact 20120116
22 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_SBDM_MODEL SB - Domain Model - Model 20120112
23 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_SBDM_ROOT SB - Domain Model - Root 20120202
24 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_SBDM_SERVICE SB - Domain Model - Service 20120119
25 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_SBDM_TM_NODE SB - Domain Model - Template Node Interface 20120126
26 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_SBDM_USING SB - Domain Model - Using 20130403
27 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_SBDSP_DATA_SOURCE SB - DSP - Data Source DM 20120226
28 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_SBDSP_MAPPING SB - DSP - Mapping header DM 20120418
29 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_SBDSP_MAPPING_ATT SB - DSP - Mapping attribute DM 20120409
30 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_SBDSP_MAPPING_PROP SB - DSP - Mapping attribute property path DM 20130829
31 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_SBDSP_OPERATION SB - DSP - Operation DM 20120226
32 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_SBLMTOOLS_SRVMAINT SB - Domain Model - LM TOOLS 20120503
33 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_SBOD_ANNOTATION SB - OData - Annotation 20130221
34 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_SBOD_ANNOTATION_TRGT SB - OData - Annotation Target 20130322
35 Interface implementation (CLASS c. INTERFACES i_ref)  /IWBEP/CL_SBDM_NODE SB - Domain Model - Node 20120112
History
Last changed by/on SAP  20141120 
SAP Release Created in 200