SAP ABAP Class CL_RPM_FIN_GROUPS (Collection-Objekt für Aufgaben)
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_FIN_GROUPS  
Short Description Collection-Objekt für Aufgaben    
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 20050224   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_FIN_GROUPS has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_RPM_PRO_DETAILS 20050224 Collection for detailed project object
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 20050224
2 OT_DELETED_ITEMS Instance attribute Private Type reference (TYPE) RPM_TT_FIN_GROUPS Task table 20050224
3 OV_OBJECT_TYPE Instance attribute Private Type reference (TYPE) CGPL_OBJECT_TYPE Object Type in Project Planning 20050224
Methods
# Method Level Visibility Method type Description Created on
1 ADD Instance method Public Method Instantiate group object 20050224
2 ADD_DELETED_ITEM Instance method Public Method Add deleted group to collection 20050224
3 BUILD_PARENT Instance method Private Method Build parent of group object 20050224
4 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20050224
5 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20050224
6 CREATE Static method Public Method Create group collection 20050224
7 CREATE_WITH_TECHNICAL_OBJECT Instance method Private Method Create new application object with CGPL task 20050224
8 DELETE Instance method Public Method Delete specified groups 20050224
9 DELETE_ALL Instance method Public Method Delete all groups 20050224
10 FREE Instance method Private Method Destructor (Not yet implemented) 20050224
11 GET_ALL Instance method Public Method Get table of all groups 20050224
12 GET_BY_GUID Instance method Public Method Get task corresponding to guid 20050224
13 GET_BY_INDEX Instance method Public Method Not yet implemented 20050224
14 GET_NUMBER Instance method Public Method Get total number of group objects 20050224
15 GET_OBJECT_TYPE Instance method Public Method Get task object type 20050224
16 GET_OUTLINE_CHILDREN Instance method Public Method Get all immediate lower level tasks 20050224
17 GET_PARENT Instance method Public Method Return app object parent 20050224
18 HAS_ENTRIES Instance method Public Method Do any task objects exist? 20050224
19 ON_PARENT_FREED Instance method Private Event handling method Event handler FREED: IF_RPM_COMMON 20050224
20 REMOVE_DELETED_ITEM Instance method Public Method Remove the deleted group from the groups collection 20050224
Events
Class CL_RPM_FIN_GROUPS has no event.
Types
Class CL_RPM_FIN_GROUPS 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 IV_EXTID Call by reference Type reference (TYPE) RPM_TV_EXTID Projektplanung: Externe ID eines Elements 20050224
2 Returning RR_ITEM Value transfer Object reference (TYPE REF TO) CL_RPM_FIN_GROUP Anwendungsaufgabenobjekt 20050224

Method ADD on class CL_RPM_FIN_GROUPS has no exception.

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_FIN_GROUP Anwendungsaufgabenobjekt 20050224

Method ADD_DELETED_ITEM on class CL_RPM_FIN_GROUPS has no exception.

Method BUILD_PARENT Signature

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

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_RPM_FIN_GROUPS has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RPM_FIN_GROUPS 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 20050224

Method CONSTRUCTOR on class CL_RPM_FIN_GROUPS 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 20050224
2 Returning RR_INSTANCE Value transfer Object reference (TYPE REF TO) CL_RPM_FIN_GROUPS Collection-Objekt für Aufgaben 20050224

Method CREATE on class CL_RPM_FIN_GROUPS 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 20050224
2 Returning RR_GROUP Value transfer Object reference (TYPE REF TO) CL_RPM_FIN_GROUP Anwendungsaufgabenobjekt 20050301

Method CREATE_WITH_TECHNICAL_OBJECT on class CL_RPM_FIN_GROUPS has no exception.

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_TASK Call by reference Object reference (TYPE REF TO) CL_RPM_TASK Anwendungsaufgabenobjekt 20050224
2 Importing IV_CHECK_ONLY Call by reference Type reference (TYPE) BOOLE_D Nur prüfen? 20050224
3 Returning RV_RC Value transfer Type reference (TYPE) I Löschen erfolgreich? (Ja=0) 20050224
# Exception Resumable Description Created on
1 CX_RPM_OBJECT_DELETION_ERROR RPM: Löschfehler 20050224

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? 20050224
2 Returning RV_RC Value transfer Type reference (TYPE) I Löschen erfolgreich? (Ja=0) 20050224
# Exception Resumable Description Created on
1 CX_RPM_OBJECT_DELETION_ERROR RPM: Löschfehler 20050224

Method FREE Signature

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

Method GET_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_GROUPS Value transfer Type reference (TYPE) RPM_TT_FIN_GROUPS Aufgabentabelle 20050301

Method GET_ALL on class CL_RPM_FIN_GROUPS 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_GROUP_GUID Call by reference Type reference (TYPE) RPM_TV_GUID GUID für Anwendungsobjekte 20050301
2 Returning RR_GROUP Value transfer Object reference (TYPE REF TO) CL_RPM_FIN_GROUP Anwendungsaufgabenobjekt 20050301
# Exception Resumable Description Created on
1 CX_RPM_OBJECT_NOT_FOUND_ERROR RPM: Anwendungsobjekt in Datenbank nicht gefunden 20050224

Method GET_BY_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INDEX Call by reference Type reference (TYPE) I 20050224
2 Returning RR_TASK Value transfer Object reference (TYPE REF TO) CL_RPM_TASK Anwendungsaufgabenobjekt 20050224

Method GET_BY_INDEX on class CL_RPM_FIN_GROUPS 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 20050224

Method GET_NUMBER on class CL_RPM_FIN_GROUPS 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 20050224

Method GET_OBJECT_TYPE on class CL_RPM_FIN_GROUPS 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_TASKS Value transfer Type reference (TYPE) RPM_TT_FIN_GROUPS Aufgabentabelle 20050224

Method GET_OUTLINE_CHILDREN on class CL_RPM_FIN_GROUPS 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 20050224

Method GET_PARENT on class CL_RPM_FIN_GROUPS 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 (=' ') 20050224

Method HAS_ENTRIES on class CL_RPM_FIN_GROUPS has no exception.

Method ON_PARENT_FREED Signature

Method ON_PARENT_FREED on class CL_RPM_FIN_GROUPS has no parameter.
Method ON_PARENT_FREED on class CL_RPM_FIN_GROUPS 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_FIN_GROUP Anwendungsaufgabenobjekt 20050224

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