SAP ABAP Class CL_RPM_ARCH_COLLECTION (Archiving Portfolio Collection)
Hierarchy
☛
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
⤷
PPM-PFM (Application Component) Portfolio Management
⤷
RPM_DATAARCHIVING (Package) RPM Data Archiving
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RPM_ARCHIVING | RPM Archiving | 20130325 |
Properties
| Class | CL_RPM_ARCH_COLLECTION | |
| Short Description | Archiving Portfolio Collection | |
| Super Class | CL_RPM_ARCHIVING | RPM Archiving |
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RPM_DATAARCHIVING | RPM Data Archiving |
| Created | 20130325 | SAP |
| Last change | 20141109 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_RPM_ARCH_COLLECTION has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_RPM_ARCHIVING | 20130325 | RPM Archiving |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | 20130412 | ||||
| 2 | Static Attribute | Protected | Type reference (TYPE) | I | 20130425 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | perform necessary checks before archiving | 20130412 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20130325 | |
| 3 | Instance method | Protected | Method | get collection from db | 20130412 | |
| 4 | Instance method | Private | Method | 20130506 | ||
| 5 | Instance method | Protected | Method | locks the collection | 20130412 | |
| 6 | Static method | Public | Method | Query for relevant collections to be archived | 20130325 | |
| 7 | Instance method | Protected | Method | Writes the objects to archive | 20130412 |
Events
Class CL_RPM_ARCH_COLLECTION has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_COLLECTION_DATA | Protected | See coding | 20130515 | BEGIN OF ty_s_collection_data,
guid TYPE /rpm/tv_guid,
external_id TYPE /rpm/tv_extid,
portfolio_guid TYPE /rpm/tv_guid,
parent_guid TYPE /rpm/tv_guid,
END OF ty_s_collection_data
|
Method Signatures
Method CHECK_BEFORE_ARCHIVING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_COLLECTION_EXT_ID | Call by reference | Type reference (TYPE) | /RPM/TV_EXTID | Business Object ID | 20130412 | |||
| 2 | IV_GUID | Call by reference | Type reference (TYPE) | /RPM/TV_GUID | Guid for application objects | 20130412 |
Method CHECK_BEFORE_ARCHIVING on class CL_RPM_ARCH_COLLECTION has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_RPM_ARCH_COLLECTION has no parameter.
Method CONSTRUCTOR on class CL_RPM_ARCH_COLLECTION has no exception.
Method GET_COLLECTION_FROM_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_COLLECTION_DATA | Call by reference | Type reference (TYPE) | TY_S_COLLECTION_DATA | 20130412 | ||||
| 2 | IV_GUID | Call by reference | Type reference (TYPE) | /RPM/TV_GUID | Guid for application objects | 20130412 |
Method GET_COLLECTION_FROM_DB on class CL_RPM_ARCH_COLLECTION has no exception.
Method GET_EXTERNAL_ID_FOR_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_OBJECT_ID | Call by reference | Type reference (TYPE) | /RPM/COLLECTN_D-EXTERNAL_ID | Business Object ID | 20130506 | |||
| 2 | RV_TEXT | Value transfer | Type reference (TYPE) | CHAR50 | Comment | 20130506 |
Method GET_EXTERNAL_ID_FOR_MESSAGE on class CL_RPM_ARCH_COLLECTION has no exception.
Method LOCK_COLLECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_COLLECTION_DATA | Call by reference | Type reference (TYPE) | TY_S_COLLECTION_DATA | 20130416 | ||||
| 2 | IV_LOG_OBJECT_ID | Call by reference | Type reference (TYPE) | GTY_ARCH_LOG_OBJ_TEXT_ID | 20130521 | ||||
| 3 | IV_WRITE_TESTMODE | Call by reference | Type reference (TYPE) | ARCH_PROCESSING_OPTIONS-WRITE_TESTMODE | Processing Options for Write Program: Test Mode | 20130412 |
Method LOCK_COLLECTION on class CL_RPM_ARCH_COLLECTION has no exception.
Method QUERY_COLLECTION_GUIDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_GUID | Call by reference | Type reference (TYPE) | GTY_T_GUID | 20130325 | ||||
| 2 | ET_LOG_MESSAGE | Call by reference | Type reference (TYPE) | /RPM/TT_MESSAGES | Table Type for Messages | 20130425 | |||
| 3 | IT_BUCKET_ID_RANGE | Call by reference | Type reference (TYPE) | GTY_T_EXTID_RANGE | 20130325 | ||||
| 4 | IT_COLLECTION_ID_RANGE | Call by reference | Type reference (TYPE) | GTY_T_EXTID_RANGE | 20130325 | ||||
| 5 | IT_PORTFOLIO_ID_RANGE | Call by reference | Type reference (TYPE) | GTY_T_EXTID_RANGE | 20130325 |
Method QUERY_COLLECTION_GUIDS on class CL_RPM_ARCH_COLLECTION has no exception.
Method WRITE_OBJECTS_TO_ARCHIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ARCHIVE_HANDLE | Call by reference | Type reference (TYPE) | SYTABIX | 20130412 | ||||
| 2 | IV_GUID | Call by reference | Type reference (TYPE) | /RPM/TV_GUID | Guid for application objects | 20130412 |
Method WRITE_OBJECTS_TO_ARCHIVE on class CL_RPM_ARCH_COLLECTION has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 600_740 |