SAP ABAP Class CL_RPM_PROJECT_VERSIONS (RPM: Collection for project versions)
Hierarchy
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
   PPM-PFM (Application Component) Portfolio Management
     RPM_PROJECT (Package) RPM Application Object Project
Properties
Class CL_RPM_PROJECT_VERSIONS  
Short Description RPM: Collection for project versions    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RPM_PROJECT   RPM Application Object Project 
Created 20031110   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_RPM_CO Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 CX_RPM_FATAL_ERROR Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_RPM_PROJECT_VERSIONS has no interface implemented.
Friends
Class CL_RPM_PROJECT_VERSIONS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 OR_PARENT Instance attribute Private Object reference (TYPE REF TO) IF_RPM_ENTITY Entity interface 20031110
2 OT_DELETED_ITEMS Instance attribute Private Type reference (TYPE) RPM_TT_PROJECTS Table type for Project (abstract) 20031110
3 OV_OBJECT_TYPE Instance attribute Private Type reference (TYPE) CGPL_OBJECT_TYPE Object Type in Project Planning 20031110
Methods
# Method Level Visibility Method type Description Created on
1 ADD Instance method Public Method Instantiate project object 20031110
2 ADD_DELETED_ITEM Instance method Public Method Add deleted project to collection 20031110
3 BUILD_PARENT Instance method Private Method Build parent of project object 20031110
4 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20031110
5 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20031110
6 COPY Instance method Public Method 20031110
7 CREATE Static method Public Method Create project collection 20031110
8 CREATE_WITH_TECHNICAL_OBJECT Instance method Private Method Create new app project with CGPL project 20031110
9 DELETE Instance method Public Method Delete specified project 20031110
10 DELETE_ALL Instance method Public Method Delete all projects 20031110
11 FETCH_GUIDS Instance method Public Method 20031110
12 FREE Instance method Private Method Destructor 20031110
13 GET_ALL Instance method Public Method Get table of all projects 20031110
14 GET_ALL_VERSIONS Instance method Public Method Get all the versions of the project 20031110
15 GET_BY_EXTERNAL_ID Instance method Public Method Get project by external ID 20031110
16 GET_BY_GUID Instance method Public Method Get project corresponding to GUID 20031110
17 GET_NUMBER Instance method Public Method Get total number of project objects 20031110
18 GET_OBJECT_TYPE Instance method Public Method Get project object type 20031110
19 GET_OUTLINE_CHILDREN Instance method Public Method Get all immediate lower level projects 20031110
20 GET_PARENT Instance method Public Method Return app object parent 20031110
21 GET_SUMMARY_ATTRIBUTES Instance method Public Method Get the summation of the individual subprojects 20031110
22 HAS_ENTRIES Instance method Public Method Do any project objects exist? 20031110
23 ON_PARENT_FREED Instance method Private Event handling method Event handler FREED: IF_RPM_COMMON 20031110
24 REMOVE_DELETED_ITEM Instance method Public Method Remove the deleted project from the projects collection 20031110
25 UPDATE_VERSIONED_PROJECT Instance method Public Method Update the version link on the project 20031121
Events
Class CL_RPM_PROJECT_VERSIONS has no event.
Types
Class CL_RPM_PROJECT_VERSIONS 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 IR_LEFT_OF_ME Call by reference Object reference (TYPE REF TO) CL_RPM_PROJECT Hauptprojektdefinition 20031110
2 Importing IR_PARENT Call by reference Object reference (TYPE REF TO) IF_RPM_ENTITY Entitätsschnittstelle 20031110
3 Importing IR_RIGHT_OF_ME Call by reference Object reference (TYPE REF TO) CL_RPM_PROJECT Hauptprojektdefinition 20031110
4 Importing IS_ATTRIBUTES Call by reference Type reference (TYPE) RPM_TS_PROJECT_INT Entitätsschnittstelle 20031110
5 Returning RR_ITEM Value transfer Object reference (TYPE REF TO) CL_RPM_PROJECT RPM: Sammlung für Projektobjekte 20031110
# Exception Resumable Description Created on
1 CX_RPM_CONFIGURATION_ERROR 20040721
2 CX_RPM_OBJECT_CREATION_ERROR Ausnahme während Objektinstantiierung 20031110

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) CL_RPM_PROJECT Hauptprojektdefinition 20031110

Method ADD_DELETED_ITEM on class CL_RPM_PROJECT_VERSIONS has no exception.

Method BUILD_PARENT Signature

Method BUILD_PARENT on class CL_RPM_PROJECT_VERSIONS has no parameter.
Method BUILD_PARENT on class CL_RPM_PROJECT_VERSIONS has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_RPM_PROJECT_VERSIONS has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RPM_PROJECT_VERSIONS 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) IF_RPM_ENTITY Entitätsschnittstelle 20031110

Method CONSTRUCTOR on class CL_RPM_PROJECT_VERSIONS has no exception.

Method COPY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_PROJECT Call by reference Object reference (TYPE REF TO) CL_RPM_PROJECT Hauptprojektdefinition 20031110
2 Returning RR_PROJECT Value transfer Object reference (TYPE REF TO) CL_RPM_PROJECT Hauptprojektdefinition 20031110

Method COPY on class CL_RPM_PROJECT_VERSIONS 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) IF_RPM_ENTITY Entitätsschnittstelle 20031110
2 Returning RR_INSTANCE Value transfer Object reference (TYPE REF TO) CL_RPM_PROJECT_VERSIONS RPM: Sammlung für Projektobjekte 20031110

Method CREATE on class CL_RPM_PROJECT_VERSIONS 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_PROJECT Projektplanung - Projekte 20031110
2 Returning RR_PROJECT Value transfer Object reference (TYPE REF TO) CL_RPM_PROJECT Hauptprojektdefinition 20031110

Method CREATE_WITH_TECHNICAL_OBJECT on class CL_RPM_PROJECT_VERSIONS has no exception.

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_PROJECT Call by reference Object reference (TYPE REF TO) CL_RPM_PROJECT Hauptprojektdefinition 20031110
2 Importing IV_CHECK_ONLY Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20031110
3 Returning RV_RC Value transfer Type reference (TYPE) I 20031110

Method DELETE on class CL_RPM_PROJECT_VERSIONS has no exception.

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 CL_RPM_CO=>SC_FALSE Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20031110
2 Returning RV_RC Value transfer Type reference (TYPE) I 20031110
# Exception Resumable Description Created on
1 CX_RPM_OBJECT_DELETION_ERROR RPM: Löschfehler 20031110

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_GUIDS Tabelle RPM-GUIDs 20031110

Method FETCH_GUIDS on class CL_RPM_PROJECT_VERSIONS has no exception.

Method FREE Signature

Method FREE on class CL_RPM_PROJECT_VERSIONS has no parameter.
Method FREE on class CL_RPM_PROJECT_VERSIONS has no exception.

Method GET_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_PROJECTS Value transfer Type reference (TYPE) RPM_TT_PROJECTS Tabellentyp für Projekt (abstrakt) 20031110

Method GET_ALL on class CL_RPM_PROJECT_VERSIONS has no exception.

Method GET_ALL_VERSIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_PROJECTS Value transfer Type reference (TYPE) RPM_TT_PROJECTS Tabellentyp für Projekt (abstrakt) 20031110

Method GET_ALL_VERSIONS on class CL_RPM_PROJECT_VERSIONS has no exception.

Method GET_BY_EXTERNAL_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXTID Call by reference Type reference (TYPE) RPM_TV_EXTID Externe ID 20031110
2 Returning RR_PROJECT Value transfer Object reference (TYPE REF TO) CL_RPM_PROJECT Hauptprojektdefinition 20031110
# Exception Resumable Description Created on
1 CX_RPM_OBJECT_NOT_FOUND_ERROR RPM: Anwendungsobjekt in Datenbank nicht gefunden 20031110

Method GET_BY_GUID Signature

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

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 20031110

Method GET_NUMBER on class CL_RPM_PROJECT_VERSIONS 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 20031110

Method GET_OBJECT_TYPE on class CL_RPM_PROJECT_VERSIONS 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_PROJECTS Value transfer Type reference (TYPE) RPM_TT_PROJECTS Tabellentyp für Projekt (abstrakt) 20031110

Method GET_OUTLINE_CHILDREN on class CL_RPM_PROJECT_VERSIONS 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) IF_RPM_ENTITY Entitätsschnittstelle 20031110

Method GET_PARENT on class CL_RPM_PROJECT_VERSIONS has no exception.

Method GET_SUMMARY_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PROJECT_CURRENCY Call by reference Type reference (TYPE) RPM_TV_CURRENCY RPM: Währungsschlüssel 20031110
2 Returning RS_SUMMARY_ATTRIBUTES Value transfer Type reference (TYPE) RPM_TS_PROJECT_SUMMARY_HELP Projektattribute 20031110
# Exception Resumable Description Created on
1 CX_RPM_CURRENCY_EXCEPTION Währungsumrechnung nicht konfiguriert 20031110

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 zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20031110

Method HAS_ENTRIES on class CL_RPM_PROJECT_VERSIONS has no exception.

Method ON_PARENT_FREED Signature

Method ON_PARENT_FREED on class CL_RPM_PROJECT_VERSIONS has no parameter.
Method ON_PARENT_FREED on class CL_RPM_PROJECT_VERSIONS 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) CL_RPM_PROJECT Hauptprojektdefinition 20031110

Method REMOVE_DELETED_ITEM on class CL_RPM_PROJECT_VERSIONS has no exception.

Method UPDATE_VERSIONED_PROJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ATTRIBUTES Call by reference Type reference (TYPE) RPM_TS_PROJECT_VER_INT GUID für Anwendungsobjekte 20031121
2 Returning RV_RC Value transfer Type reference (TYPE) I Rückgabewert, Rückgabewert nach ABAP-Anweisungen 20031121

Method UPDATE_VERSIONED_PROJECT on class CL_RPM_PROJECT_VERSIONS has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 200