SAP ABAP Class CL_RPM_TEAMS (Collection for team objects)
Hierarchy
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
   PPM-PFM (Application Component) Portfolio Management
     RPM_TEAM (Package) RPM Team Object
Properties
Class CL_RPM_TEAMS  
Short Description Collection for team objects    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RPM_TEAM   RPM Team Object 
Created 20030304   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_TEAMS has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_RPM_FACTORY 20030304 Factory Class for Building Appl. Objects
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 20030304
2 OT_DELETED_ITEMS Instance attribute Private Type reference (TYPE) RPM_TT_TEAMS RPM: Resources table type 20030304
3 OV_OBJECT_TYPE Instance attribute Private Type reference (TYPE) CGPL_OBJECT_TYPE Object Type in Project Planning 20030304
Methods
# Method Level Visibility Method type Description Created on
1 ADD Instance method Public Method Add resource to collection 20030304
2 ADD_DELETED_ITEM Instance method Public Method Add deleted resource to collection 20030304
3 BUILD_PARENT Instance method Private Method Build parent of resource object 20030304
4 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20030304
5 COPY Instance method Public Method 20030304
6 CREATE Static method Public Method Create resource collection 20030304
7 CREATE_WITH_TECHNICAL_OBJECT Instance method Private Method Create application object with technical object 20030304
8 DELETE Instance method Public Method Delete resource from collection 20030304
9 DELETE_ALL Instance method Public Method Delete all resources in collection 20030304
10 FREE Instance method Private Method 20030304
11 GET_ALL Instance method Public Method Get all resources in collection 20030304
12 GET_BY_GUID Instance method Public Method Get resource by GUID 20030304
13 GET_BY_INDEX Instance method Public Method Get resource via index 20030304
14 GET_NUMBER Instance method Public Method Get number of items in resource collection 20030304
15 GET_OBJECT_TYPE Instance method Public Method Return resource object type 20030304
16 GET_OUTLINE_CHILDREN Instance method Public Method Get all immediate lower level resources 20030304
17 GET_PARENT Instance method Public Method Get parent application object 20030304
18 HAS_ENTRIES Instance method Public Method Does resource container have any entries? 20030304
19 ON_PARENT_FREED Instance method Private Event handling method Event handler FREED: IF_RPM_COMMON 20030304
20 REMOVE_DELETED_ITEM Instance method Public Method Remove deleted resource from collection list 20030304
Events
Class CL_RPM_TEAMS has no event.
Types
Class CL_RPM_TEAMS 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) CGPL_EXTID Projektressource 20030304
2 Returning RR_ITEM Value transfer Object reference (TYPE REF TO) CL_RPM_TEAM Ressourcenanwendungsobjekt 20030304

Method ADD on class CL_RPM_TEAMS 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_TEAM Ressourcenanwendungsobjekt 20030304

Method ADD_DELETED_ITEM on class CL_RPM_TEAMS has no exception.

Method BUILD_PARENT Signature

Method BUILD_PARENT on class CL_RPM_TEAMS has no parameter.
Method BUILD_PARENT on class CL_RPM_TEAMS 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 20030304

Method CONSTRUCTOR on class CL_RPM_TEAMS has no exception.

Method COPY Signature

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

Method CREATE on class CL_RPM_TEAMS 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 Schnittstelle für Objektzuordnungen 20030304
2 Returning RR_TEAM Value transfer Object reference (TYPE REF TO) CL_RPM_TEAM Ressourcenanwendungsobjekt 20030304

Method CREATE_WITH_TECHNICAL_OBJECT on class CL_RPM_TEAMS has no exception.

Method DELETE Signature

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

Method DELETE on class CL_RPM_TEAMS 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 (=' ') 20030304
2 Returning RV_RC Value transfer Type reference (TYPE) I 20030304

Method DELETE_ALL on class CL_RPM_TEAMS has no exception.

Method FREE Signature

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

Method GET_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_TEAMS Value transfer Type reference (TYPE) RPM_TT_TEAMS RPM: Tabellentyp Ressourcen 20030304

Method GET_ALL on class CL_RPM_TEAMS 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_TEAM_GUID Call by reference Type reference (TYPE) RPM_TV_GUID GUID für Anwendungsobjekte 20030304
2 Returning RR_TEAM Value transfer Object reference (TYPE REF TO) CL_RPM_TEAM Ressourcenanwendungsobjekt 20030304
# Exception Resumable Description Created on
1 CX_RPM_OBJECT_NOT_FOUND_ERROR RPM: Anwendungsobjekt in Datenbank nicht gefunden 20030304

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 20030304
2 Returning RR_TEAM Value transfer Object reference (TYPE REF TO) CL_RPM_TEAM Ressourcenanwendungsobjekt 20030304
# Exception Resumable Description Created on
1 CX_RPM_OBJECT_ACCESS_ERROR RPM: Abstract Root für Zugriffsfehler 20030304

Method GET_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_LINES Value transfer Type reference (TYPE) I Interne Tabellen, aktuelle Zeilenanzahl 20030304

Method GET_NUMBER on class CL_RPM_TEAMS 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 20030304

Method GET_OBJECT_TYPE on class CL_RPM_TEAMS 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_TEAMS Value transfer Type reference (TYPE) RPM_TT_TEAMS RPM: Tabellentyp Ressourcen 20030304

Method GET_OUTLINE_CHILDREN on class CL_RPM_TEAMS 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 20030304

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

Method HAS_ENTRIES on class CL_RPM_TEAMS has no exception.

Method ON_PARENT_FREED Signature

Method ON_PARENT_FREED on class CL_RPM_TEAMS has no parameter.
Method ON_PARENT_FREED on class CL_RPM_TEAMS 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_TEAM Ressourcenanwendungsobjekt 20030304

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