SAP ABAP Class IF_INM_OF_OBJECT_RELATION (Object Relation Interface Object Framework)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_INM_OF Interface Object Framework 20070220
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_INM_OF_INITIATIVE Proxy Class for Initiative 20070112
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_INM_OF_INITIATIVEDP Proxy Class for Initiative Decision Point 20070216
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_INM_OF_INITIATIVEPHASE Proxy Class for Initiative Phase 20070216
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_INM_OF_ITEMDECISIONPOINT Proxy Class for xRPM-DFM Item Decision Point 20061106
6 Interface implementation (CLASS c. INTERFACES i_ref)  CL_INM_OF_PORTFOLIOITEM Proxy Class for xRPM-DFM Portfolio Item 20061106
7 Interface implementation (CLASS c. INTERFACES i_ref)  CL_INM_OF_PROJECT Proxy Class for Projects 20060926
8 Interface implementation (CLASS c. INTERFACES i_ref)  CL_INM_OF_PS_NET_ACT Proxy Class for PS Network Activity 20100412
9 Interface implementation (CLASS c. INTERFACES i_ref)  CL_INM_OF_PS_PD Proxy Class for PS Project 20090513
10 Interface implementation (CLASS c. INTERFACES i_ref)  CL_INM_OF_PS_WBS Proxy Class for PS WBS Element 20090513
Properties
Class IF_INM_OF_OBJECT_RELATION  
Short Description Object Relation Interface Object Framework    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20060925   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_INM_OF_CO Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class IF_INM_OF_OBJECT_RELATION has no interface implemented.
Friends
Class IF_INM_OF_OBJECT_RELATION has no friend class.
Attributes
Class IF_INM_OF_OBJECT_RELATION has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_CHILDREN Instance method Public Method read children object keys 20060925
2 GET_PARENTS Instance method Public Method read parent object keys 20060925
3 GET_RELATED_OBJECTS Instance method Public Method read related objects 20060925
4 GET_SUB_OBJECT_LINK_TYPES Instance method Public Method read subordinate object types 20060926
Events
Class IF_INM_OF_OBJECT_RELATION has no event.
Types
Class IF_INM_OF_OBJECT_RELATION has no local type.
Method Signatures

Method GET_CHILDREN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CHILDREN_OBJ Call by reference Type reference (TYPE) INM_OF_TT_OBJ_PARENTS_CHILDREN Object keys for parents and children 20060925
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20060925
3 Exporting EV_FAILED Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20070219
4 Importing IT_OBJ_TYPES_CHILDREN Call by reference Type reference (TYPE) INM_OF_TT_OBJ_LINK_TYPES Object link types 20060925
5 Importing IT_PARENTS_OBJECT_KEYS Call by reference Type reference (TYPE) INM_OF_TT_OBJECT_KEYS Object keys 20060925
6 Importing IV_FILL_EXT_KEY Call by reference Type reference (TYPE) FLAG CL_INM_OF_CO=>SC_FALSE General Flag 20061025
7 Importing IV_INTERNAL_CALL Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20070309
# Exception Resumable Description Created on
1 WRONG_INPUT Wrong input 20070219

Method GET_PARENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20060925
2 Exporting ET_PARENTS_OBJ Call by reference Type reference (TYPE) INM_OF_TT_OBJ_PARENTS_CHILDREN Object keys for parents and children 20060925
3 Exporting EV_FAILED Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20070219
4 Importing IT_OBJECTKEYS Call by reference Type reference (TYPE) INM_OF_TT_OBJECT_KEYS Object keys 20060925
5 Importing IV_FILL_EXT_KEY Call by reference Type reference (TYPE) FLAG CL_INM_OF_CO=>SC_FALSE General Flag 20061025
6 Importing IV_INTERNAL_CALL Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20070309
# Exception Resumable Description Created on
1 WRONG_INPUT No data found 20070219

Method GET_RELATED_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20070216
2 Exporting ET_RELATED_OBJECTS Call by reference Type reference (TYPE) INM_OF_TT_OBJECT_KEYS_INT Object keys of related objects 20060925
3 Exporting EV_FAILED Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20070219
4 Importing IV_INTERNAL_CALL Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20070309
5 Importing IV_INT_KEY Call by reference Type reference (TYPE) INM_OF_TV_OBJECT_KEY Object key 20060925
6 Importing IV_REQUESTED_OBJ_LINK_TYPE Call by reference Type reference (TYPE) INM_OF_TV_OBJ_LINK_TYPE Object link type for requested objects 20060925
# Exception Resumable Description Created on
1 WRONG_INPUT Wrong input 20070219

Method GET_SUB_OBJECT_LINK_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CHILD_OBJ_LINK_TYPES Call by reference Type reference (TYPE) INM_OF_TT_OBJ_LINK_TYPES Table type object link types 20060927
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20060926
3 Exporting EV_FAILED Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20070219
4 Importing IV_INTERNAL_CALL Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20070309
5 Importing IV_PARENT_OBJ_LINK_TYPE Call by reference Type reference (TYPE) INM_OF_TV_OBJ_LINK_TYPE Object link type 20060926
# Exception Resumable Description Created on
1 WRONG_INPUT Wrong input 20070219
History
Last changed by/on SAP  20141109 
SAP Release Created in