SAP ABAP Class /IWBEP/IF_SBOD_ASSOCIATION_SET (SB - OData - Association Set)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_SBDM_NODE SB - Domain Model - Node 20120215
2 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_SBOD_ANNOTATION_TRGT SB - OData - Annotation Target 20130418
3 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_SBOD_HAS_LABEL SB - OData - Has Label 20120322
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /IWBEP/CL_SBOD_ASSOC_SET SB - OData - Association Set 20120217
Properties
Class /IWBEP/IF_SBOD_ASSOCIATION_SET  
Short Description SB - OData - Association Set    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20120215   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class /IWBEP/IF_SBOD_ASSOCIATION_SET has no interface implemented.
Friends
Class /IWBEP/IF_SBOD_ASSOCIATION_SET has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_NODE_TYPE Constant Public See coding 20120215
2 GC_RELTYPE_ASSOCIATION Constant Public Type reference (TYPE) /IWBEP/SBDM_RELATION_TYPE 'ASSO' Service Builder: Relation Type 20130205
3 GC_RELTYPE_LEFT_ENTITYSET Constant Public Type reference (TYPE) /IWBEP/SBDM_RELATION_TYPE 'LESE' Service Builder: Relation Type 20130205
4 GC_RELTYPE_RIGHT_ENTITYSET Constant Public Type reference (TYPE) /IWBEP/SBDM_RELATION_TYPE 'RESE' Service Builder: Relation Type 20130205
Methods
# Method Level Visibility Method type Description Created on
1 GET_ASSOCIATION Instance method Public Method Gets association ID 20120223
2 GET_CHILDREN Instance method Public Method 20121107
3 GET_CHILD_TYPES Instance method Public Method 20121107
4 GET_DESCRIPTION Instance method Public Method 20121107
5 GET_LEFT_END_ENTITY_SET Instance method Public Method Gets the left end of Association Set( Entity Set ) 20120227
6 GET_LEFT_END_ENTITY_SET_NAME Instance method Public Method Gets the left end of Assoc Set (Ent Set name for Ext Assoc) 20120620
7 GET_NAME Instance method Public Method 20121107
8 GET_ORIGIN Instance method Public Method 20121107
9 GET_PARENT Instance method Public Method 20121107
10 GET_POSITION Instance method Public Method 20121107
11 GET_PROTOTYPE Instance method Public Method 20121107
12 GET_PROTOTYPE_CONTEXT Instance method Public Method 20121107
13 GET_RIGHT_END_ENTITY_SET Instance method Public Method Gets the right end of Association Set( Entity Set ) 20120227
14 GET_RIGHT_END_ENTITY_SET_NAME Instance method Public Method Gets the right end of Assoc Set (Ent Set name for Ext Assoc) 20120620
15 GET_ROOT Instance method Public Method 20121107
16 GET_TECHNICAL_NAME Instance method Public Method 20121107
17 INSERT_CHILD Instance method Public Method 20121107
18 IS_ASSOCIATION_UNDEFINED Instance method Public Method Gets if association ID is undefined 20120513
19 IS_DESCRIPTION_UNDEFINED Instance method Public Method 20121107
20 IS_EDITABLE Instance method Public Method 20121107
21 IS_INVALID Instance method Public Method 20121107
22 IS_LEFT_END_ENTITY_UNDEFINED Instance method Public Method Gets if the left end of Association Set is undefined 20120513
23 IS_NAME_UNDEFINED Instance method Public Method 20121107
24 IS_PERSISTENT Instance method Public Method 20121107
25 IS_RIGHT_END_ENTITY_UNDEFINED Instance method Public Method Gets if right end of Association Set is undefined 20120513
26 SET_ASSOCIATION Instance method Public Method Sets association ID 20120223
27 SET_ASSOCIATION_UNDEFINED Instance method Public Method Sets Association ID as undefined 20120608
28 SET_LEFT_END_ENTITY_SET Instance method Public Method Sets the left end of Association Set( Entity Set ) 20120227
29 SET_LEFT_END_ENTITY_SET_NAME Instance method Public Method Sets the left end of Assoc Set (Ent Set name for Ext Assoc) 20120620
30 SET_LEFT_END_ENTITY_UNDEFINED Instance method Public Method Set left end of Association Set as undefined 20120608
31 SET_NAME Instance method Public Method Sets the name for Association Set 20120227
32 SET_RIGHT_END_ENTITY_SET Instance method Public Method Sets the right end of Association Set( Entity Set ) 20120227
33 SET_RIGHT_END_ENTITY_SET_NAME Instance method Public Method Sets the right end of Association Set( Entity Set ) 20120620
34 SET_RIGHT_END_ENTITY_UNDEFINED Instance method Public Method Sets right end of Association Set as undefined 20120608
Events
Class /IWBEP/IF_SBOD_ASSOCIATION_SET has no event.
Types
Class /IWBEP/IF_SBOD_ASSOCIATION_SET has no local type.
Method Signatures

Method GET_ASSOCIATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_ASSOCIATION Value transfer Object reference (TYPE REF TO) /IWBEP/IF_SBOD_ASSOCIATION Association 20120223
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120223

Method GET_CHILDREN Signature

Method GET_CHILDREN on class /IWBEP/IF_SBOD_ASSOCIATION_SET has no parameter.
Method GET_CHILDREN on class /IWBEP/IF_SBOD_ASSOCIATION_SET has no exception.

Method GET_CHILD_TYPES Signature

Method GET_CHILD_TYPES on class /IWBEP/IF_SBOD_ASSOCIATION_SET has no parameter.
Method GET_CHILD_TYPES on class /IWBEP/IF_SBOD_ASSOCIATION_SET has no exception.

Method GET_DESCRIPTION Signature

Method GET_DESCRIPTION on class /IWBEP/IF_SBOD_ASSOCIATION_SET has no parameter.
Method GET_DESCRIPTION on class /IWBEP/IF_SBOD_ASSOCIATION_SET has no exception.

Method GET_LEFT_END_ENTITY_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_ENTITY_TYPE Value transfer Object reference (TYPE REF TO) /IWBEP/IF_SBOD_ENTITY_SET SB - OData - Entity Set 20120620
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120227

Method GET_LEFT_END_ENTITY_SET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ENTITY_SET Value transfer Type reference (TYPE) /IWBEP/SBDM_NODE_NAME SB - OData - Entity Set 20120620
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120620

Method GET_NAME Signature

Method GET_NAME on class /IWBEP/IF_SBOD_ASSOCIATION_SET has no parameter.
Method GET_NAME on class /IWBEP/IF_SBOD_ASSOCIATION_SET has no exception.

Method GET_ORIGIN Signature

Method GET_ORIGIN on class /IWBEP/IF_SBOD_ASSOCIATION_SET has no parameter.
Method GET_ORIGIN on class /IWBEP/IF_SBOD_ASSOCIATION_SET has no exception.

Method GET_PARENT Signature

Method GET_PARENT on class /IWBEP/IF_SBOD_ASSOCIATION_SET has no parameter.
Method GET_PARENT on class /IWBEP/IF_SBOD_ASSOCIATION_SET has no exception.

Method GET_POSITION Signature

Method GET_POSITION on class /IWBEP/IF_SBOD_ASSOCIATION_SET has no parameter.
Method GET_POSITION on class /IWBEP/IF_SBOD_ASSOCIATION_SET has no exception.

Method GET_PROTOTYPE Signature

Method GET_PROTOTYPE on class /IWBEP/IF_SBOD_ASSOCIATION_SET has no parameter.
Method GET_PROTOTYPE on class /IWBEP/IF_SBOD_ASSOCIATION_SET has no exception.

Method GET_PROTOTYPE_CONTEXT Signature

Method GET_PROTOTYPE_CONTEXT on class /IWBEP/IF_SBOD_ASSOCIATION_SET has no parameter.
Method GET_PROTOTYPE_CONTEXT on class /IWBEP/IF_SBOD_ASSOCIATION_SET has no exception.

Method GET_RIGHT_END_ENTITY_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_ENTITY_TYPE Value transfer Object reference (TYPE REF TO) /IWBEP/IF_SBOD_ENTITY_SET SB - OData - Entity Set 20120620
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120227

Method GET_RIGHT_END_ENTITY_SET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ENTITY_SET Value transfer Type reference (TYPE) /IWBEP/SBDM_NODE_NAME SB - OData - Entity Set 20120620
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120620

Method GET_ROOT Signature

Method GET_ROOT on class /IWBEP/IF_SBOD_ASSOCIATION_SET has no parameter.
Method GET_ROOT on class /IWBEP/IF_SBOD_ASSOCIATION_SET has no exception.

Method GET_TECHNICAL_NAME Signature

Method GET_TECHNICAL_NAME on class /IWBEP/IF_SBOD_ASSOCIATION_SET has no parameter.
Method GET_TECHNICAL_NAME on class /IWBEP/IF_SBOD_ASSOCIATION_SET has no exception.

Method INSERT_CHILD Signature

Method INSERT_CHILD on class /IWBEP/IF_SBOD_ASSOCIATION_SET has no parameter.
Method INSERT_CHILD on class /IWBEP/IF_SBOD_ASSOCIATION_SET has no exception.

Method IS_ASSOCIATION_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 20120513

Method IS_ASSOCIATION_UNDEFINED on class /IWBEP/IF_SBOD_ASSOCIATION_SET has no exception.

Method IS_DESCRIPTION_UNDEFINED Signature

Method IS_DESCRIPTION_UNDEFINED on class /IWBEP/IF_SBOD_ASSOCIATION_SET has no parameter.
Method IS_DESCRIPTION_UNDEFINED on class /IWBEP/IF_SBOD_ASSOCIATION_SET has no exception.

Method IS_EDITABLE Signature

Method IS_EDITABLE on class /IWBEP/IF_SBOD_ASSOCIATION_SET has no parameter.
Method IS_EDITABLE on class /IWBEP/IF_SBOD_ASSOCIATION_SET has no exception.

Method IS_INVALID Signature

Method IS_INVALID on class /IWBEP/IF_SBOD_ASSOCIATION_SET has no parameter.
Method IS_INVALID on class /IWBEP/IF_SBOD_ASSOCIATION_SET has no exception.

Method IS_LEFT_END_ENTITY_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 20120513

Method IS_LEFT_END_ENTITY_UNDEFINED on class /IWBEP/IF_SBOD_ASSOCIATION_SET has no exception.

Method IS_NAME_UNDEFINED Signature

Method IS_NAME_UNDEFINED on class /IWBEP/IF_SBOD_ASSOCIATION_SET has no parameter.
Method IS_NAME_UNDEFINED on class /IWBEP/IF_SBOD_ASSOCIATION_SET has no exception.

Method IS_PERSISTENT Signature

Method IS_PERSISTENT on class /IWBEP/IF_SBOD_ASSOCIATION_SET has no parameter.
Method IS_PERSISTENT on class /IWBEP/IF_SBOD_ASSOCIATION_SET has no exception.

Method IS_RIGHT_END_ENTITY_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 20120513

Method IS_RIGHT_END_ENTITY_UNDEFINED on class /IWBEP/IF_SBOD_ASSOCIATION_SET has no exception.

Method SET_ASSOCIATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ASSOCIATION Call by reference Object reference (TYPE REF TO) /IWBEP/IF_SBOD_ASSOCIATION Association 20120223
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120223

Method SET_ASSOCIATION_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 20120608
2 Importing IV_UNDEFINED Call by reference Type reference (TYPE) /IWBEP/SBDM_INDICATOR_UNDEF Service Builder: Indicator for Undefined 20120608
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120608

Method SET_LEFT_END_ENTITY_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ENTITY_TYPE Call by reference Object reference (TYPE REF TO) /IWBEP/IF_SBOD_ENTITY_SET SB - OData - Entity Set 20120227
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120227

Method SET_LEFT_END_ENTITY_SET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ENTITY_SET Call by reference Type reference (TYPE) /IWBEP/SBDM_NODE_NAME SB - OData - Entity Set 20120620
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120620

Method SET_LEFT_END_ENTITY_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 20120608
2 Importing IV_UNDEFINED Call by reference Type reference (TYPE) /IWBEP/SBDM_INDICATOR_UNDEF Service Builder: Indicator for Undefined 20120608
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120608

Method SET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) /IWBEP/SBDM_NODE_NAME SB: DM node name 20120227
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120228

Method SET_RIGHT_END_ENTITY_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ENTITY_TYPE Call by reference Object reference (TYPE REF TO) /IWBEP/IF_SBOD_ENTITY_SET SB - OData - Entity Set 20120227
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120227

Method SET_RIGHT_END_ENTITY_SET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ENTITY_SET Call by reference Type reference (TYPE) /IWBEP/SBDM_NODE_NAME SB - OData - Entity Set 20120620
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120620

Method SET_RIGHT_END_ENTITY_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 20120608
2 Importing IV_UNDEFINED Call by reference Type reference (TYPE) /IWBEP/SBDM_INDICATOR_UNDEF Service Builder: Indicator for Undefined 20120608
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120608
History
Last changed by/on SAP  20131127 
SAP Release Created in