SAP ABAP Class /RPM/CL_ITEM_O (Portfolio item object)
Hierarchy
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
   PPM-PFM (Application Component) Portfolio Management
     /RPM/OBJECTS (Package) xRPM Business Objects
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /RPM/CL_ENTITY_PROJECT General Object Definition 20041208
Properties
Class /RPM/CL_ITEM_O  
Short Description Portfolio item object    
Super Class /RPM/CL_ENTITY_PROJECT General Object Definition 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /RPM/OBJECTS   xRPM Business Objects 
Created 20041208   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /RPM/CL_ITEM_O has no forward declaration.
Interfaces
Class /RPM/CL_ITEM_O has no interface implemented.
Friends
Class /RPM/CL_ITEM_O has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MR_DOCUMENTS Instance attribute Public Object reference (TYPE REF TO) /RPM/CL_DOCUMENTS PPM: Collection for Documents 20080715
Methods
# Method Level Visibility Method type Description Created on
1 ASSIGN_TO_BUCKET Instance method Public Method Assign item to specific bucket 20050212
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20041208
3 GET_ATTRIBUTES Instance method Public Method Get object attributes 20041217
4 GET_BUCKET_REF Instance method Public Method Get bucket assignment for this item 20050131
5 GET_ITEMS_REF Instance method Public Method Get subitem collection reference if any 20041208
6 GET_ITEM_CLASS_ITEMS Static method Public Method Retreive item class sub-items 20060330
7 GET_ITEM_DETAIL_DB Static method Public Method 20070814
8 MERGE_ATTRIBUTES Static method Public Method Merge CGPL and RPM attributes 20041217
9 SET_ATTRIBUTES Instance method Public Method Set project attributes 20041217
10 SET_DEFAULTS_UPON_CREATION Instance method Private Method Not yet implemented 20041208
11 SPLIT_ATTRIBUTES Static method Public Method Split CGPL and RPM attributes 20041217
12 VERIFY_ATTRIBUTES Instance method Protected Method Verify attributes 20041217
Events
Class /RPM/CL_ITEM_O has no event.
Types
Class /RPM/CL_ITEM_O has no local type.
Method Signatures

Method ASSIGN_TO_BUCKET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_BUCKET Value transfer Object reference (TYPE REF TO) /RPM/CL_ENTITY_PROJECT Allgemeine Objektdefinition 20050212
2 Importing IV_GUID Value transfer Type reference (TYPE) /RPM/TV_GUID GUID für Anwendungsobjekte 20050212
# Exception Resumable Description Created on
1 CX_RPM_OBJECT_ACCESS_ERROR RPM: Abstract Root für Zugriffsfehler 20050818

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_OBJ_MANAGER Call by reference Object reference (TYPE REF TO) /RPM/CL_OBJ_MANAGER RPM-Project and Portfolio Controller 20041208
2 Importing IR_PARENT Call by reference Object reference (TYPE REF TO) /RPM/IF_ENTITY Allgemeine Objektdefinition 20050113
3 Importing IR_TECHNICAL_OBJECT Call by reference Object reference (TYPE REF TO) CL_CGPL_PROJECT Projektplanung - Projekte 20041208

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

Method GET_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ATTRIBUTES Call by reference Type reference (TYPE) /RPM/TS_ITEM_INT Integrierte Attribute Portfolioelement - persistent 20041217
2 Exporting ES_ATTRIBUTES_OLD Call by reference Type reference (TYPE) /RPM/TS_ITEM_INT Integrierte Attribute Portfolioelement - persistent 20041217

Method GET_ATTRIBUTES on class /RPM/CL_ITEM_O has no exception.

Method GET_BUCKET_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_BUCKET Value transfer Object reference (TYPE REF TO) /RPM/CL_ENTITY_PROJECT Allgemeine Objektdefinition 20050131

Method GET_BUCKET_REF on class /RPM/CL_ITEM_O has no exception.

Method GET_ITEMS_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_ITEMS Value transfer Object reference (TYPE REF TO) /RPM/CL_ITEMS Sammlungsobjekt für Bereiche 20041208

Method GET_ITEMS_REF on class /RPM/CL_ITEM_O has no exception.

Method GET_ITEM_CLASS_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CLASS_ITEMS Call by reference Type reference (TYPE) /RPM/TT_ITEM_D_KEY Item Key 20060330
2 Importing IS_CONTEXT Call by reference Type reference (TYPE) /RPM/TS_OBJECT_HIER Portfolio Hierarchy 20060330
3 Importing IT_GUIDS Call by reference Type reference (TYPE) /RPM/TT_GUID Table Type for Object Hierarchy 20060330
4 Importing IV_ITEM_CLASS Call by reference Type reference (TYPE) /RPM/TV_ITEM_CLASS Item Classification 20060330

Method GET_ITEM_CLASS_ITEMS on class /RPM/CL_ITEM_O has no exception.

Method GET_ITEM_DETAIL_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ITEM_D Call by reference Type reference (TYPE) /RPM/ITEM_D Operational item persisted data 20070814
2 Exporting EV_RC Call by reference Type reference (TYPE) I 20070814
3 Importing IV_PORTFL_ITEM_GUID Call by reference Type reference (TYPE) RPM_TV_GUID Guid for application objects 20070814

Method GET_ITEM_DETAIL_DB on class /RPM/CL_ITEM_O has no exception.

Method MERGE_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CGPL_ATTRIBUTES Call by reference Type reference (TYPE) CGPL_PROJECT Projektplanung: Attributetabelle Projekt-Header 20041217
2 Importing IS_RPM_ATTRIBUTES Call by reference Type reference (TYPE) /RPM/TS_ITEM_DB_INT RPM-Attribute Portfolioelement - persistent 20041217
3 Returning RS_ATTRIBUTES Value transfer Type reference (TYPE) /RPM/TS_ITEM_INT Integrierte Attribute Portfolioelement - persistent 20041217

Method MERGE_ATTRIBUTES on class /RPM/CL_ITEM_O has no exception.

Method SET_ATTRIBUTES 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_ITEM_INT Integrierte Attribute Portfolioelement - persistent 20041217
# Exception Resumable Description Created on
1 CX_RPM_CONFIGURATION_ERROR 20041217
2 CX_RPM_OBJECT_UPDATE_ERROR 20041217

Method SET_DEFAULTS_UPON_CREATION Signature

Method SET_DEFAULTS_UPON_CREATION on class /RPM/CL_ITEM_O has no parameter.
Method SET_DEFAULTS_UPON_CREATION on class /RPM/CL_ITEM_O has no exception.

Method SPLIT_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_CGPL_ATTRIBUTES Call by reference Type reference (TYPE) CGPL_PROJECT Projektplanung: Attributetabelle Projekt-Header 20041217
2 Exporting ES_RPM_ATTRIBUTES Call by reference Type reference (TYPE) /RPM/TS_ITEM_DB_INT RPM-Attribute Portfolioelement - persistent 20041217
3 Importing IS_ATTRIBUTES Call by reference Type reference (TYPE) /RPM/TS_ITEM_INT Integrierte Attribute Portfolioelement - persistent 20041217

Method SPLIT_ATTRIBUTES on class /RPM/CL_ITEM_O has no exception.

Method VERIFY_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_ATTRIBUTES_NEW Call by reference Type reference (TYPE) /RPM/TS_ITEM_DB_INT RPM-Attribute Portfolioelement - persistent 20041217
2 Importing IS_ATTRIBUTES_OLD Call by reference Type reference (TYPE) /RPM/TS_ITEM_DB_INT RPM-Attribute Portfolioelement - persistent 20041217
# Exception Resumable Description Created on
1 CX_RPM_CONFIGURATION_ERROR 20041217
History
Last changed by/on SAP  20141109 
SAP Release Created in 400