SAP ABAP Class /RPM/CL_RELATIONS (Collection for portfolio items objects)
Hierarchy
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
   PPM-PFM (Application Component) Portfolio Management
     /RPM/OBJECTS (Package) xRPM Business Objects
Properties
Class /RPM/CL_RELATIONS  
Short Description Collection for portfolio items objects    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /RPM/OBJECTS   xRPM Business Objects 
Created 20050106   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /RPM/CL_CO Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 CL_RPM_CO Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class /RPM/CL_RELATIONS has no interface implemented.
Friends
Class /RPM/CL_RELATIONS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 OR_OBJ_MANAGER Instance attribute Private Object reference (TYPE REF TO) /RPM/CL_OBJ_MANAGER RPM-Project and Portfolio Controller 20050622
2 OR_OBJ_MAPPER Instance attribute Private Object reference (TYPE REF TO) /RPM/CL_OBJ_MAPPER Mapper GUIDs -> Application Object 20050628
3 OR_PARENT Instance attribute Private Object reference (TYPE REF TO) /RPM/IF_ENTITY Entity interface 20050106
4 OT_CREATED_ITEM Instance attribute Private Type reference (TYPE) /RPM/TT_COMMONS Table type of RPM objects 20090319
5 OT_DELETED_ITEMS Instance attribute Private Type reference (TYPE) /RPM/TT_COMMONS Table type of RPM objects 20050106
6 OV_OBJECT_TYPE Instance attribute Private Type reference (TYPE) CGPL_OBJECT_TYPE Class Object Type in Project Planning 20050106
Methods
# Method Level Visibility Method type Description Created on
1 ADD Instance method Public Method Instantiate instance object of collection 20050106
2 ADD_DELETED_ITEM Instance method Public Method Track deleted items 20050106
3 BUILD_PARENT Instance method Private Method 20081201
4 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20050106
5 COPY Instance method Public Method Not yet implemented 20050106
6 CREATE Static method Public Method Create collection item 20050106
7 CREATE_WITH_TECHNICAL_OBJECT Instance method Private Method Create collection object with specified CGPL project 20050106
8 DELETE Instance method Public Method Delete specified object 20050106
9 DELETE_ALL Instance method Public Method Delete all collection objects 20050106
10 FETCH_GUIDS Instance method Public Method Fetch GUIDs of project details 20050106
11 FREE Instance method Private Method Destructor 20050106
12 GET_ALL Instance method Public Method Return list of collection objects 20050106
13 GET_BUFFERED_RELATIONS Instance method Public Method Gets all the newly created relations 20090319
14 GET_BY_GUID Instance method Public Method Get object corresponding to guid 20050106
15 GET_BY_INDEX Instance method Public Method Not yet implemented 20050106
16 GET_BY_REFERENCE Instance method Public Method Return relations by object reference 20050217
17 GET_NUMBER Instance method Public Method Get total number of collected objects 20050106
18 GET_OBJECT_TYPE Instance method Public Method Return the collection item object type 20050106
19 GET_OUTLINE_CHILDREN Instance method Public Method Get all entity children at specific level 20050106
20 GET_PARENT Instance method Public Method Return object parent of this collection 20050106
21 HAS_ENTRIES Instance method Public Method Do any collection objects exist? 20050106
22 ON_PARENT_FREED Instance method Private Event handling method Event handler FREED:/RPM/IF_COMMON 20050106
23 REMOVE_DELETED_ITEM Instance method Public Method Remove collection object from internal table 20050106
Events
Class /RPM/CL_RELATIONS has no event.
Types
Class /RPM/CL_RELATIONS has no local type.
Method Signatures

Method ADD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_OBJECTID Call by reference Type reference (TYPE) /RPM/TS_OBJECT_REF Portfolioobjekt-Schlüsselattribute 20050106
2 Returning RR_RELATION Value transfer Object reference (TYPE REF TO) /RPM/CL_RELATION_O Beziehungsobjekt 20050106
# Exception Resumable Description Created on
1 CX_RPM_OBJECT_CREATION_ERROR Ausnahme während Objektinstantiierung 20050106

Method ADD_DELETED_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_DELETED_ITEM Call by reference Object reference (TYPE REF TO) /RPM/IF_COMMON Allgemeine Objektdefinition - Aufgabenobjekte 20050106

Method ADD_DELETED_ITEM on class /RPM/CL_RELATIONS has no exception.

Method BUILD_PARENT Signature

Method BUILD_PARENT on class /RPM/CL_RELATIONS has no parameter.
Method BUILD_PARENT on class /RPM/CL_RELATIONS has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_PARENT Call by reference Object reference (TYPE REF TO) /RPM/IF_ENTITY Entitätsschnittstelle 20050106

Method CONSTRUCTOR on class /RPM/CL_RELATIONS has no exception.

Method COPY Signature

Method COPY on class /RPM/CL_RELATIONS has no parameter.
Method COPY on class /RPM/CL_RELATIONS has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_PARENT Call by reference Object reference (TYPE REF TO) /RPM/IF_ENTITY Entitätsschnittstelle 20050106
2 Returning RR_INSTANCE Value transfer Object reference (TYPE REF TO) /RPM/CL_RELATIONS Collection für Projektdetailobjekt 20050106

Method CREATE on class /RPM/CL_RELATIONS has no exception.

Method CREATE_WITH_TECHNICAL_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_TECHNICAL_OBJECT Call by reference Object reference (TYPE REF TO) CL_CGPL_TASK Projektplanung - Aktivitäten 20050106
2 Returning RR_COMMON Value transfer Object reference (TYPE REF TO) /RPM/IF_COMMON Schnittstelle für alle Anwendungsobjekte 20050106

Method CREATE_WITH_TECHNICAL_OBJECT on class /RPM/CL_RELATIONS has no exception.

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_COMMON Call by reference Object reference (TYPE REF TO) /RPM/IF_COMMON Schnittstelle für alle Anwendungsobjekte 20050106
2 Importing IV_CHECK_ONLY Call by reference Type reference (TYPE) BOOLE_D Nur prüfen? 20050106
3 Returning RV_RC Value transfer Type reference (TYPE) I Löschen erfolgreich? (Ja=0) 20050106
# Exception Resumable Description Created on
1 CX_RPM_OBJECT_DELETION_ERROR RPM: Löschfehler 20050106

Method DELETE_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CHECK_ONLY Call by reference Type reference (TYPE) BOOLE_D /RPM/CL_CO=>SC_FALSE Nur prüfen? 20050106
2 Returning RV_RC Value transfer Type reference (TYPE) I Löschen erfolgreich? (Ja=0) 20050106
# Exception Resumable Description Created on
1 CX_RPM_OBJECT_DELETION_ERROR RPM: Löschfehler 20050106

Method FETCH_GUIDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_GUIDS Value transfer Type reference (TYPE) /RPM/TT_GUID Tabelle RPM-GUIDs 20050106

Method FETCH_GUIDS on class /RPM/CL_RELATIONS has no exception.

Method FREE Signature

Method FREE on class /RPM/CL_RELATIONS has no parameter.
Method FREE on class /RPM/CL_RELATIONS has no exception.

Method GET_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LOAD_ONLY Value transfer Type reference (TYPE) BOOLE_D '' Load objects from object mapper (dont create ) 20071029
2 Returning RT_COMMONS Value transfer Type reference (TYPE) /RPM/TT_COMMONS Tabellentyp RPM-Objekte 20050106

Method GET_ALL on class /RPM/CL_RELATIONS has no exception.

Method GET_BUFFERED_RELATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DEL_RELATIONS Call by reference Type reference (TYPE) /RPM/TT_GUID_APPL_OBJECTS Table type of RPM objects 20090319
2 Exporting ET_NEW_RELATIONS Call by reference Type reference (TYPE) /RPM/TT_GUID_APPL_OBJECTS Table type of RPM objects 20090319

Method GET_BUFFERED_RELATIONS on class /RPM/CL_RELATIONS has no exception.

Method GET_BY_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COMMON_GUID Call by reference Type reference (TYPE) /RPM/TV_GUID GUID für Anwendungsobjekte 20050106
2 Returning RR_COMMON Value transfer Object reference (TYPE REF TO) /RPM/IF_COMMON Anwendungsaufgabenobjekt 20050106
# Exception Resumable Description Created on
1 CX_RPM_OBJECT_NOT_FOUND_ERROR RPM: Anwendungsobjekt in Datenbank nicht gefunden 20050106

Method GET_BY_INDEX Signature

Method GET_BY_INDEX on class /RPM/CL_RELATIONS has no parameter.
Method GET_BY_INDEX on class /RPM/CL_RELATIONS has no exception.

Method GET_BY_REFERENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_COMMON Value transfer Object reference (TYPE REF TO) /RPM/IF_COMMON Schnittstelle für alle Anwendungsobjekte 20050217
2 Importing IV_RELATION_TYPE Call by reference Type reference (TYPE) CGPL_OBJECT_TYPE Objekttyp in Projektplanung 20050218
3 Exporting RT_COMMONS Call by reference Type reference (TYPE) /RPM/TT_COMMONS RPM-Tabellentyp: Entitätsobjekt 20050217

Method GET_BY_REFERENCE on class /RPM/CL_RELATIONS has no exception.

Method GET_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_NUMBER Value transfer Type reference (TYPE) I 20050106

Method GET_NUMBER on class /RPM/CL_RELATIONS has no exception.

Method GET_OBJECT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_OBJECT_TYPE Value transfer Type reference (TYPE) CGPL_OBJECT_TYPE Objekttyp in Projektplanung 20050106

Method GET_OBJECT_TYPE on class /RPM/CL_RELATIONS has no exception.

Method GET_OUTLINE_CHILDREN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_COMMONS Value transfer Type reference (TYPE) /RPM/TT_COMMONS Tabellentyp RPM-Objekte 20050106

Method GET_OUTLINE_CHILDREN on class /RPM/CL_RELATIONS has no exception.

Method GET_PARENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_PARENT Value transfer Object reference (TYPE REF TO) /RPM/IF_ENTITY Entitätsschnittstelle 20050106

Method GET_PARENT on class /RPM/CL_RELATIONS has no exception.

Method HAS_ENTRIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_HAS_ENTRIES Value transfer Type reference (TYPE) BOOLE_D Datenelement für Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20050106

Method HAS_ENTRIES on class /RPM/CL_RELATIONS has no exception.

Method ON_PARENT_FREED Signature

Method ON_PARENT_FREED on class /RPM/CL_RELATIONS has no parameter.
Method ON_PARENT_FREED on class /RPM/CL_RELATIONS has no exception.

Method REMOVE_DELETED_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_DELETED_ITEM Call by reference Object reference (TYPE REF TO) /RPM/IF_COMMON Projektdetailobjekt 20050106

Method REMOVE_DELETED_ITEM on class /RPM/CL_RELATIONS has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 400