SAP ABAP Class /IWBEP/IF_SBOD_TERM (SB - OData - Term)
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 20130222
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_DOCUMENTABLE SB - OData - Documentable 20130422
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /IWBEP/CL_SBOD_TERM SB - OData - Term 20130227
Properties
Class /IWBEP/IF_SBOD_TERM  
Short Description SB - OData - Term    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20120201   SAP 
Last change 20141120    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /IWBEP/IF_SBDM_NODE 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
Class /IWBEP/IF_SBOD_TERM has no interface implemented.
Friends
Class /IWBEP/IF_SBOD_TERM 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 20130222
2 GC_RELTYPE_COMPLEX_TYPE Constant Public Type reference (TYPE) /IWBEP/SBDM_RELATION_TYPE 'CTYP' Service Builder: Relation Type 20130426
3 GC_RELTYPE_ENTITY_TYPE Constant Public Type reference (TYPE) /IWBEP/SBDM_RELATION_TYPE 'ETYP' relation to record type 20130426
4 GC_RELTYPE_ENUM_TYPE Constant Public Type reference (TYPE) /IWBEP/SBDM_RELATION_TYPE 'ENUMT' Service Builder: Relation Type 20131010
5 GC_RELTYPE_TYPE_DEFINITION Constant Public Type reference (TYPE) /IWBEP/SBDM_RELATION_TYPE 'TYPD' Service Builder: Relation Type 20130612
Methods
# Method Level Visibility Method type Description Created on
1 GET_APPLIES_TO Instance method Public Method Gets the applicable for information 20130402
2 GET_CHILDREN Instance method Public Method 20130320
3 GET_DESCRIPTION Instance method Public Method 20130320
4 GET_DOCUMENTATION Instance method Public Method 20130425
5 GET_NAME Instance method Public Method 20130320
6 GET_PARENT Instance method Public Method 20130320
7 GET_POSITION Instance method Public Method 20130512
8 GET_SUMMARY Instance method Public Method 20130425
9 GET_TARGET_TYPES Instance method Public Method Returns target node types where this term is applicable 20130422
10 GET_TERM_NAME Instance method Public Method Gets the term name 20130422
11 GET_TYPE Instance method Public Method Gets the type 20130221
12 IS_APPLICABLE Instance method Public Method Checks if the term is applicable for the given node type 20130422
13 SET_APPLIES_TO Instance method Public Method Sets the applicable for information 20130402
14 SET_DOCUMENTATION Instance method Public Method 20130425
15 SET_POSITION Instance method Public Method 20130512
16 SET_SUMMARY Instance method Public Method 20130425
17 SET_TYPE Instance method Public Method Sets the type 20130307
Events
Class /IWBEP/IF_SBOD_TERM has no event.
Types
Class /IWBEP/IF_SBOD_TERM has no local type.
Method Signatures

Method GET_APPLIES_TO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_APPLIES_TO Value transfer Type reference (TYPE) /IWBEP/S_SBOD_TERM_APPLIES_TO SB: OData Term Applies To 20130402
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20130402

Method GET_CHILDREN Signature

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

Method GET_DESCRIPTION Signature

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

Method GET_DOCUMENTATION Signature

Method GET_DOCUMENTATION on class /IWBEP/IF_SBOD_TERM has no parameter.
Method GET_DOCUMENTATION on class /IWBEP/IF_SBOD_TERM has no exception.

Method GET_NAME Signature

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

Method GET_PARENT Signature

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

Method GET_POSITION Signature

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

Method GET_SUMMARY Signature

Method GET_SUMMARY on class /IWBEP/IF_SBOD_TERM has no parameter.
Method GET_SUMMARY on class /IWBEP/IF_SBOD_TERM has no exception.

Method GET_TARGET_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_TARGET_TYPE Value transfer Type reference (TYPE) /IWBEP/IF_SBDM_NODE=>TY_T_NODE_TYPE valid target node types 20130422
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20130422

Method GET_TERM_NAME Signature

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

Method GET_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_TYPE Value transfer Object reference (TYPE REF TO) /IWBEP/IF_SBOD_TERM_TYPE SB - OData - Term Type 20130306
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20130221

Method IS_APPLICABLE 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 20130422
2 Returning RV_APPLICABLE Value transfer Type reference (TYPE) ABAP_BOOL 20130422
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20130422

Method SET_APPLIES_TO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_APPLIES_TO Call by reference Type reference (TYPE) /IWBEP/S_SBOD_TERM_APPLIES_TO SB: OData Term Applies To 20130402
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20130402

Method SET_DOCUMENTATION Signature

Method SET_DOCUMENTATION on class /IWBEP/IF_SBOD_TERM has no parameter.
Method SET_DOCUMENTATION on class /IWBEP/IF_SBOD_TERM has no exception.

Method SET_POSITION Signature

Method SET_POSITION on class /IWBEP/IF_SBOD_TERM has no parameter.
Method SET_POSITION on class /IWBEP/IF_SBOD_TERM has no exception.

Method SET_SUMMARY Signature

Method SET_SUMMARY on class /IWBEP/IF_SBOD_TERM has no parameter.
Method SET_SUMMARY on class /IWBEP/IF_SBOD_TERM has no exception.

Method SET_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_TYPE Call by reference Object reference (TYPE REF TO) /IWBEP/IF_SBOD_TERM_TYPE SB - OData - Term Type 20130307
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20130307
History
Last changed by/on SAP  20141120 
SAP Release Created in