SAP ABAP Class CL_RPM_PRO_DETAILS (Collection for detailed project object)
Hierarchy
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
   PPM-PFM (Application Component) Portfolio Management
     RPM_PRO_DETAIL (Package) RPM Project Detail
Properties
Class CL_RPM_PRO_DETAILS  
Short Description Collection for detailed project object    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RPM_PRO_DETAIL   RPM Project Detail 
Created 20020514   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)
Interfaces
Class CL_RPM_PRO_DETAILS has no interface implemented.
Friends
Class CL_RPM_PRO_DETAILS 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 20020627
2 OT_DELETED_ITEMS Instance attribute Private Type reference (TYPE) RPM_TT_PRO_DETAILS Table type for project detail 20020627
3 OV_OBJECT_TYPE Instance attribute Private Type reference (TYPE) CGPL_OBJECT_TYPE Class Object Type in Project Planning 20030205
Methods
# Method Level Visibility Method type Description Created on
1 ADD Instance method Public Method Instantiate project detail object 20020627
2 ADD_DELETED_ITEM Instance method Public Method Track deleted items 20020627
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20020627
4 COPY Instance method Public Method Not yet implemented 20020627
5 CREATE Static method Public Method Create project details collection 20020627
6 CREATE_WITH_TECHNICAL_OBJECT Instance method Private Method Create pro detail object with specified CGPL project 20020703
7 DELETE_ALL Instance method Public Method Delete all project details 20020627
8 FETCH_GUIDS Instance method Public Method Fetch GUIDs of project details 20030214
9 FREE Instance method Private Method Destructor 20020629
10 GET_ALL Instance method Public Method Return list of project detail objects 20020627
11 GET_BY_INDEX Instance method Public Method Not yet implemented 20020627
12 GET_NUMBER Instance method Public Method Get total number of project detail objects 20020627
13 GET_OBJECT_TYPE Instance method Public Method Return project details object type 20020703
14 GET_OUTLINE_CHILDREN Instance method Public Method Get all project details at specific level 20030205
15 GET_PARENT Instance method Public Method Return app object parent 20020627
16 HAS_ENTRIES Instance method Public Method Do any project detail objects exist? 20020627
17 ON_PARENT_FREED Instance method Private Event handling method Event handler FREED: IF_RPM_COMMON 20020627
18 REMOVE_DELETED_ITEM Instance method Public Method Remove project detail from internal table 20020629
Events
Class CL_RPM_PRO_DETAILS has no event.
Types
Class CL_RPM_PRO_DETAILS has no local type.
Method Signatures

Method ADD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_ITEM Value transfer Object reference (TYPE REF TO) CL_RPM_PRO_DETAIL Projektdetailobjekt 20020628
# Exception Resumable Description Created on
1 CX_RPM_OBJECT_CREATION_ERROR Ausnahme während Objektinstantiierung 20020628

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_PRO_DETAIL Projektdetailobjekt 20020627

Method ADD_DELETED_ITEM on class CL_RPM_PRO_DETAILS 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 20020627

Method CONSTRUCTOR on class CL_RPM_PRO_DETAILS has no exception.

Method COPY Signature

Method COPY on class CL_RPM_PRO_DETAILS has no parameter.
Method COPY on class CL_RPM_PRO_DETAILS 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 20020627
2 Returning RR_INSTANCE Value transfer Object reference (TYPE REF TO) CL_RPM_PRO_DETAILS Collection für Projektdetailobjekt 20020627

Method CREATE on class CL_RPM_PRO_DETAILS 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 20020703
2 Returning RR_PRO_DETAIL Value transfer Object reference (TYPE REF TO) CL_RPM_PRO_DETAIL Projektdetailobjekt 20020703

Method CREATE_WITH_TECHNICAL_OBJECT on class CL_RPM_PRO_DETAILS 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 Nur prüfen? 20020628
2 Returning RV_RC Value transfer Type reference (TYPE) I Löschen erfolgreich? (Ja=0) 20020628
# Exception Resumable Description Created on
1 CX_RPM_OBJECT_DELETION_ERROR RPM: Löschfehler 20020703

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 20030214

Method FETCH_GUIDS on class CL_RPM_PRO_DETAILS has no exception.

Method FREE Signature

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

Method GET_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_PRO_DETAILS Value transfer Type reference (TYPE) RPM_TT_PRO_DETAILS Tabellentyp für Projektdetails 20020627

Method GET_ALL on class CL_RPM_PRO_DETAILS has no exception.

Method GET_BY_INDEX Signature

Method GET_BY_INDEX on class CL_RPM_PRO_DETAILS has no parameter.
Method GET_BY_INDEX on class CL_RPM_PRO_DETAILS 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 20020703

Method GET_NUMBER on class CL_RPM_PRO_DETAILS 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 20020703

Method GET_OBJECT_TYPE on class CL_RPM_PRO_DETAILS 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_PRO_DETAILS Value transfer Type reference (TYPE) RPM_TT_PRO_DETAILS Tabellentyp für Projektdetails 20030205

Method GET_OUTLINE_CHILDREN on class CL_RPM_PRO_DETAILS 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 20020629

Method GET_PARENT on class CL_RPM_PRO_DETAILS 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 zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20020703

Method HAS_ENTRIES on class CL_RPM_PRO_DETAILS has no exception.

Method ON_PARENT_FREED Signature

Method ON_PARENT_FREED on class CL_RPM_PRO_DETAILS has no parameter.
Method ON_PARENT_FREED on class CL_RPM_PRO_DETAILS 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_PRO_DETAIL Projektdetailobjekt 20020629

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