SAP ABAP Class CL_RPM_ARCH_INITIATIVE (Archiving Portfolio Initiative)
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 | 20121106 |
Properties
| Class | CL_RPM_ARCH_INITIATIVE | |
| Short Description | Archiving Portfolio Initiative | |
| Super Class | CL_RPM_ARCHIVING | RPM Archiving |
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | P | SAP Standard Production Program |
| Category | 0 | |
| Package | RPM_DATAARCHIVING | RPM Data Archiving |
| Created | 20121106 | 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_INITIATIVE has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_RPM_ARCHIVING | 20130227 | RPM Archiving |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | GTY_S_INITIATIVE_ID | 20130513 | ||||
| 2 | Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | 20130412 | ||||
| 3 | Static Attribute | Protected | Type reference (TYPE) | DPR_TV_GUID | Application Object GUID | 20130423 | |||
| 4 | Static Attribute | Protected | Type reference (TYPE) | I | 20130423 | ||||
| 5 | Static Attribute | Protected | Type reference (TYPE) | I | 20130423 | ||||
| 6 | Static Attribute | Protected | Type reference (TYPE) | /RPM/TV_GUID | Guid for application objects | 20130423 |
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 | 20121218 | |
| 3 | Instance method | Private | Method | 20130506 | ||
| 4 | Instance method | Protected | Method | get initiative and technical item from database | 20130412 | |
| 5 | Instance method | Private | Method | 20130513 | ||
| 6 | Instance method | Protected | Method | locks the initiative in productive mode | 20130419 | |
| 7 | Static method | Public | Method | Query relevant initiative guids | 20130226 | |
| 8 | Instance method | Protected | Method | Writes the objects to archive | 20130412 |
Events
Class CL_RPM_ARCH_INITIATIVE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GTY_S_ARCH_OBJ_VERSION_ID | Protected | See coding | 20130513 | BEGIN OF gty_s_arch_obj_version_id,
init_guid TYPE /rpm/tv_guid,
init_extid TYPE /rpm/tv_extid,
item_guid TYPE /rpm/tv_guid,
item_extid TYPE /rpm/tv_version_id,
END OF gty_s_arch_obj_version_id
|
||
| 2 | GTY_S_INITIATIVE_ID | Private | See coding | 20130513 | BEGIN OF gty_s_initiative_id,
initiative_data TYPE ty_s_initiative_data,
item_data TYPE cl_rpm_arch_item=>gty_s_item_data,
END OF gty_s_initiative_id
|
||
| 3 | GTY_S_INIT_GUID | Protected | See coding | 20130506 | BEGIN OF gty_s_init_guid,
guid TYPE /rpm/tv_guid,
dpr_guid TYPE dpr_tv_guid,
END OF gty_s_init_guid
|
||
| 4 | GTY_T_ARCH_OBJ_VERSION_ID | Protected | See coding | 20130513 | gty_t_arch_obj_version_id TYPE TABLE OF gty_s_arch_obj_version_id
|
||
| 5 | GTY_T_INIT_GUID | Protected | See coding | 20130506 | gty_t_init_guid TYPE TABLE OF gty_s_init_guid
|
||
| 6 | TT_INITIATIVE_VERSION_GUIDS | Protected | See coding | 20130506 | tt_initiative_version_guids TYPE STANDARD TABLE OF ty_initiative_version_guids
|
||
| 7 | TY_INITIATIVE_VERSION | Protected | See coding | 20130506 | BEGIN OF ty_initiative_version,
guid TYPE rpm_tv_guid,
external_id TYPE /rpm/tv_extid,
END OF ty_initiative_version
|
||
| 8 | TY_INITIATIVE_VERSION_GUIDS | Protected | See coding | 20130506 | BEGIN OF ty_initiative_version_guids,
guid TYPE /rpm/tv_guid,
dpr_guid TYPE dpr_tv_guid,
END OF ty_initiative_version_guids
|
||
| 9 | TY_S_INITIATIVE_DATA | Protected | See coding | 20130506 | BEGIN OF ty_s_initiative_data,
guid TYPE inm_tv_guid,
item_guid TYPE rpm_tv_guid,
external_id TYPE inm_tv_extid,
dpr_guid TYPE dpr_tv_guid,
version_guid TYPE /rpm/tv_guid,
vers_ext_id TYPE /rpm/tv_extid,
END OF ty_s_initiative_data
|
Method Signatures
Method CHECK_BEFORE_ARCHIVING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_RELEVANT_FOR_ARCHIVING | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130507 | ||||
| 2 | IS_INITIATIVE_DATA | Call by reference | Type reference (TYPE) | TY_S_INITIATIVE_DATA | 20130416 |
Method CHECK_BEFORE_ARCHIVING on class CL_RPM_ARCH_INITIATIVE has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_RPM_ARCH_INITIATIVE has no parameter.
Method CONSTRUCTOR on class CL_RPM_ARCH_INITIATIVE 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 | IS_OBJECT_ID | Call by reference | Type reference (TYPE) | TY_S_INITIATIVE_DATA | 20130506 | ||||
| 2 | RV_TEXT | Value transfer | Type reference (TYPE) | CHAR50 | Comment | 20130506 |
Method GET_EXTERNAL_ID_FOR_MESSAGE on class CL_RPM_ARCH_INITIATIVE has no exception.
Method GET_INITIATIVE_AND_TECH_ITEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_INITIATIVE_DATA | Call by reference | Type reference (TYPE) | TY_S_INITIATIVE_DATA | 20130412 | ||||
| 2 | ES_ITEM_DATA | Call by reference | Type reference (TYPE) | CL_RPM_ARCH_ITEM=>GTY_S_ITEM_DATA | 20130412 | ||||
| 3 | IV_GUID | Call by reference | Type reference (TYPE) | /RPM/TV_GUID | Guid for application objects | 20130412 |
Method GET_INITIATIVE_AND_TECH_ITEM on class CL_RPM_ARCH_INITIATIVE has no exception.
Method GET_VERSION_ID_BY_ORIGINAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_VERSION | Call by reference | Type reference (TYPE) | GTY_T_ARCH_OBJ_VERSION_ID | 20130513 | ||||
| 2 | IV_GUID_D | Call by reference | Type reference (TYPE) | /RPM/TV_GUID | 20130513 |
Method GET_VERSION_ID_BY_ORIGINAL on class CL_RPM_ARCH_INITIATIVE has no exception.
Method LOCK_ENTITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_RELEVANT_FOR_ARCHIVING | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20130419 | ||||
| 2 | IS_INITIATIVE_DATA | Call by reference | Type reference (TYPE) | TY_S_INITIATIVE_DATA | 20130419 | ||||
| 3 | IS_ITEM_DATA | Call by reference | Type reference (TYPE) | CL_RPM_ARCH_ITEM=>GTY_S_ITEM_DATA | 20130419 | ||||
| 4 | IT_VERSION | Call by reference | Type reference (TYPE) | GTY_T_ARCH_OBJ_VERSION_ID | 20130513 | ||||
| 5 | IV_LOG_OBJECT_ID | Call by reference | Type reference (TYPE) | GTY_ARCH_LOG_OBJ_TEXT_ID | 20130521 | ||||
| 6 | IV_WRITE_TESTMODE | Call by reference | Type reference (TYPE) | ARCH_PROCESSING_OPTIONS-WRITE_TESTMODE | Processing Options for Write Program: Test Mode | 20130419 |
Method LOCK_ENTITY on class CL_RPM_ARCH_INITIATIVE has no exception.
Method QUERY_INITIATIVE_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 | 20130226 | ||||
| 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 | 20130226 | ||||
| 4 | IT_INITIATIVE_ID_RANGE | Call by reference | Type reference (TYPE) | GTY_T_EXTID_RANGE | 20130226 | ||||
| 5 | IT_PORTFOLIO_ID_RANGE | Call by reference | Type reference (TYPE) | GTY_T_EXTID_RANGE | 20130226 | ||||
| 6 | IT_REVIEW_ID_RANGE | Call by reference | Type reference (TYPE) | GTY_T_EXTID_RANGE | 20130424 | ||||
| 7 | IV_ILM_ACTION | Call by reference | Type reference (TYPE) | GTY_ILM_ACTION | 20130508 |
Method QUERY_INITIATIVE_GUIDS on class CL_RPM_ARCH_INITIATIVE 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 | Row Index of Internal Tables | 20130412 | |||
| 2 | IV_DPR_GUID | Call by reference | Type reference (TYPE) | DPR_TV_GUID | Application Object GUID | 20130412 | |||
| 3 | IV_ILM_ACTION | Call by reference | Type reference (TYPE) | GTY_ILM_ACTION | 20130412 | ||||
| 4 | IV_INITIATIVE_GUID | Call by reference | Type reference (TYPE) | /RPM/TV_GUID | Guid for application objects | 20130412 | |||
| 5 | IV_ITEM_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20130412 | |||
| 6 | IV_ITEM_GUID_D | Call by reference | Type reference (TYPE) | /RPM/TV_GUID | Guid for application objects | 20130412 |
Method WRITE_OBJECTS_TO_ARCHIVE on class CL_RPM_ARCH_INITIATIVE has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 600_740 |