Hierarchy

⤷

⤷

Properties
Class | CL_RPM_OBJ_MANAGER | |
Short Description | Proj. Mgmt Controller | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RPM_CORE | RPM Core Processing |
Created | 20020514 | 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) |
3 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
4 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_RPM_OBJ_MANAGER has no interface implemented.
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | /RPM/CL_OBJECT_API | 20111214 | xRPM Object Provider Super Class | |
2 | CL_RPM_CHANGE_MANAGER | 20111214 | Generic Class for Event Handling | |
3 | CL_RPM_FACTORY | 20111214 | Factory Class for Building Appl. Objects | |
4 | CL_RPM_OBJ_MAPPER | 20111214 | Mapper of GUIDs to Application Objects |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_BOOTSTRAP_MEMBERS | 20070130 | |||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_PLUG_IN_SUBSYSTEMS | 20070130 | |||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | BOOLE_D | Data Element for Domain BOOLE: TRUE (='X') and FALSE (=' ') | 20070215 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ACO_PERSISTENCY_HANDLE | Handle for Reference to Instance of Persistence Class | 20070215 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | BOOLE_D | Data Element for Domain BOOLE: TRUE (='X') and FALSE (=' ') | 20090306 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | INM_M_TV_HANDLE | Handle for Reference to Instance of Persistence Class | 20081113 | ||
7 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_RPM_CHANGE_MANAGER | 20020524 | |||
8 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | CL_RPM_FACTORY | 20020514 | |||
9 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | CL_RPM_OBJ_MAPPER | 20020514 | |||
10 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_CGPL_OBJECT_MANAGER | 20020514 | |||
11 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_CGPL_PROJECTS | 20020514 | |||
12 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RPM_TT_COMMONS | 20020619 | |||
13 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /RPM/TT_SUB_OBJECT_HIER | Subobject Hierarchy Table | 20081201 | ||
14 | ![]() |
Instance attribute | Private | Type reference (TYPE) | CGPL_OBJECTTEXTS | 20020619 | |||
15 | ![]() |
Instance attribute | Private | Type reference (TYPE) | BOOLE_D | 20020531 | |||
16 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SYLANGU | 20020626 | |||
17 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | 20020514 | |||
18 | ![]() |
Instance attribute | Private | Type reference (TYPE) | BOOLE_D | 20050204 | |||
19 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /RPM/QNNR_PERSISTENCY_HANDLE | 20050204 | |||
20 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RPM_TV_OBJECT_STATE | 20020531 | |||
21 | ![]() |
Constant | Public | Type reference (TYPE) | RPM_TV_OBJECT_STATE | 'R' | 20020531 | ||
22 | ![]() |
Constant | Public | Type reference (TYPE) | RPM_TV_OBJECT_STATE | '-' | 20020531 | ||
23 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_RPM_OBJ_MANAGER | 20020514 | |||
24 | ![]() |
Static Attribute | Private | Type reference (TYPE) | SYREPID | 20020515 |
Methods
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | BEFORE_OBJ_SAVE | Instance Event (0) |
Public (2) |
20091022 | |
2 | CHANGES_COMMITTED | Instance Event (0) |
Public (2) |
20020521 | |
3 | END_OF_TRANSACTION | Instance Event (0) |
Public (2) |
20021128 | |
4 | LOAD_FINISHED | Instance Event (0) |
Public (2) |
20020515 | |
5 | LOAD_STARTED | Instance Event (0) |
Public (2) |
20020515 | |
6 | SAVE_CHECK_REQUESTED | Instance Event (0) |
Public (2) |
20030205 | |
7 | SAVE_FAILED | Instance Event (0) |
Public (2) |
20020517 | |
8 | SAVE_PREPARED | Instance Event (0) |
Public (2) |
20020517 | |
9 | SAVE_REQUESTED | Instance Event (0) |
Public (2) |
20020517 | |
10 | STATUS_CHANGE | Instance Event (0) |
Public (2) |
20021015 |
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_BOOTSTRAP_MEMBER | Private | See coding | 20070130 | BEGIN OF ty_bootstrap_member,
class TYPE seoclsname,
place TYPE i,
initialize TYPE boole_d,
END OF ty_bootstrap_member
|
||
2 | TY_BOOTSTRAP_MEMBERS | Private | See coding | 20070130 | ty_bootstrap_members TYPE SORTED TABLE OF ty_bootstrap_member
WITH NON-UNIQUE KEY place
|
||
3 | TY_PLUG_IN_SUBSYSTEMS | Private | See coding | 20070130 | ty_plug_in_subsystems
TYPE STANDARD TABLE OF REF TO if_RPM_appl_plug_in_subsystem
|
Method Signatures
Method ADD_CHANGED_SUB_OBJECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_CHANGED_SUB_OBJ_CONTEXT | Call by reference | Type reference (TYPE) | /RPM/TS_SUB_OBJECT_HIER | 20081123 |
Method ADD_CHANGED_SUB_OBJECT on class CL_RPM_OBJ_MANAGER has no exception.
Method AFTER_COMMIT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CV_REJECTED | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20081023 |
Method AFTER_COMMIT on class CL_RPM_OBJ_MANAGER has no exception.
Method AFTER_ROLLBACK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CV_REJECTED | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20081027 |
Method AFTER_ROLLBACK on class CL_RPM_OBJ_MANAGER has no exception.
Method BEFORE_SAVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CHECK_ONLY | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20081022 | ||
2 | ![]() |
RV_REJECTED | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20081022 |
Method BEFORE_SAVE on class CL_RPM_OBJ_MANAGER has no exception.
Method CHECK_HIERARCHY_INSERT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_LEFT | Call by reference | Object reference (TYPE REF TO) | IF_RPM_ENTITY | Entity interface | 20030211 | ||
2 | ![]() |
IR_PARENT | Call by reference | Object reference (TYPE REF TO) | IF_RPM_ENTITY | Entity interface | 20030211 | ||
3 | ![]() |
IR_RIGHT | Call by reference | Object reference (TYPE REF TO) | IF_RPM_ENTITY | Entity interface | 20030211 | ||
4 | ![]() |
IV_CHECK_SIBLINGS | Call by reference | Type reference (TYPE) | BOOLE_D | CL_RPM_CO=>SC_TRUE | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20030214 | |
5 | ![]() |
RV_BOOLE | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20030211 |
Method CHECK_HIERARCHY_INSERT on class CL_RPM_OBJ_MANAGER has no exception.
Method CHECK_HIERARCHY_UPDATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_ENTITY | Call by reference | Object reference (TYPE REF TO) | IF_RPM_ENTITY | Entity interface | 20030211 | ||
2 | ![]() |
IR_LEFT | Call by reference | Object reference (TYPE REF TO) | IF_RPM_ENTITY | Entity interface | 20030211 | ||
3 | ![]() |
IR_PARENT | Call by reference | Object reference (TYPE REF TO) | IF_RPM_ENTITY | Entity interface | 20030211 | ||
4 | ![]() |
IR_RIGHT | Call by reference | Object reference (TYPE REF TO) | IF_RPM_ENTITY | Entity interface | 20030211 | ||
5 | ![]() |
RV_BOOLE | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20030211 |
Method CHECK_HIERARCHY_UPDATE on class CL_RPM_OBJ_MANAGER has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_RPM_OBJ_MANAGER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RPM_OBJ_MANAGER has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_LANGU | Call by reference | Type reference (TYPE) | SYLANGU | current language | 20021122 | ||
2 | ![]() |
IV_LOCK_MODE | Call by reference | Type reference (TYPE) | CHAR1 | 'O' indicates usage of optimistic locking | 20081104 |
Method CONSTRUCTOR on class CL_RPM_OBJ_MANAGER has no exception.
Method COPY_ROLE_TEMPLATE_TO_ROLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_PROJECT_ID | Call by reference | Type reference (TYPE) | RPM_TV_EXTID | External ID | 20020924 | ||
2 | ![]() |
IV_ROLE_ID | Call by reference | Type reference (TYPE) | RPM_TV_EXTID | Role ID | 20020924 | ||
3 | ![]() |
IV_SIMULATION | Value transfer | Type reference (TYPE) | BOOLE_D | CL_RPM_CO=>SC_FALSE | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20020927 | |
4 | ![]() |
IV_TEMPLATE_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Template GUID | 20020924 | ||
5 | ![]() |
RR_ROLE | Value transfer | Object reference (TYPE REF TO) | CL_RPM_ROLE | Role application Object | 20020924 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20020924 |
Method COPY_ROLE_TO_ROLE_TEMPLATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_PARENT_TEMPLATE_ID | Value transfer | Type reference (TYPE) | RPM_TV_EXTID | External ID | 20040602 | ||
2 | ![]() |
IV_PROJECT_TEMPLATE_ID | Value transfer | Type reference (TYPE) | RPM_TV_EXTID | External ID | 20021015 | ||
3 | ![]() |
IV_ROLE_GUID | Value transfer | Type reference (TYPE) | RPM_TV_GUID | Template GUID | 20021005 | ||
4 | ![]() |
IV_SIMULATION | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20021005 | ||
5 | ![]() |
IV_TEMPLATE_ID | Value transfer | Type reference (TYPE) | RPM_TV_EXTID | Role ID | 20021005 | ||
6 | ![]() |
RR_ROLE | Value transfer | Object reference (TYPE REF TO) | CL_RPM_ROLE | Role application Object | 20021005 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20021005 |
Method CREATE_APPL_OBJECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_APPL_OBJ_ID | Call by reference | Type reference (TYPE) | RPM_TV_EXTID | Project Planning: External Indentifier of an Element | 20020726 | ||
2 | ![]() |
IV_APPL_OBJ_OT | Call by reference | Type reference (TYPE) | CGPL_OBJECT_TYPE | Object Type in Project Planning | 20020726 | ||
3 | ![]() |
IV_PARENT_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20030604 | ||
4 | ![]() |
IV_PARENT_ID | Call by reference | Type reference (TYPE) | RPM_TV_EXTID | Project Planning: External Indentifier of an Element | 20020918 | ||
5 | ![]() |
IV_PROJECT_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20030815 | ||
6 | ![]() |
IV_PROJECT_ID | Call by reference | Type reference (TYPE) | RPM_TV_EXTID | Project Planning: External Indentifier of an Element | 20020726 | ||
7 | ![]() |
RR_OBJECT | Value transfer | Object reference (TYPE REF TO) | IF_RPM_COMMON | Interface for all application objects | 20020726 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception during object instantiation | 20020726 |
Method CREATE_INITIATIVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_CONTEXT | Call by reference | Type reference (TYPE) | /RPM/TS_OBJECT_HIER | Portfolio Hierarchy | 20070316 | ||
2 | ![]() |
IV_INIT_TYPE | Call by reference | Type reference (TYPE) | /RPM/TV_ITEM_ID | Initiative Type | 20100121 | ||
3 | ![]() |
RR_INITIATIVE | Value transfer | Object reference (TYPE REF TO) | CL_INM_INITIATIVE | 20070102 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception During Object Instantiation | 20090129 |
Method CREATE_INITIATIVE_TEMPLATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_CONTEXT | Call by reference | Type reference (TYPE) | /RPM/TS_OBJECT_HIER | Portfolio Hierarchy | 20070328 | ||
2 | ![]() |
RR_INITIATIVE | Value transfer | Object reference (TYPE REF TO) | CL_INM_INITIATIVE | 20070217 |
Method CREATE_INITIATIVE_TEMPLATE on class CL_RPM_OBJ_MANAGER has no exception.
Method CREATE_INITIATIVE_VERSION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_CONTEXT | Call by reference | Type reference (TYPE) | /RPM/TS_OBJECT_HIER | Portfolio Hierarchy | 20081007 | ||
2 | ![]() |
IV_ITEM_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Item GUID as part of the Initiative | 20081010 | ||
3 | ![]() |
IV_PROJECT_GUID | Call by reference | Type reference (TYPE) | DPR_TV_GUID | Project GUID as part of the Initiative | 20081010 | ||
4 | ![]() |
RR_INITIATIVE | Value transfer | Object reference (TYPE REF TO) | CL_INM_INITIATIVE | Initiative Abstract Parent | 20081007 |
Method CREATE_INITIATIVE_VERSION on class CL_RPM_OBJ_MANAGER has no exception.
Method CREATE_INITIATIVE_W_TEMPLATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_EXTERNAL_ID | Call by reference | Type reference (TYPE) | INM_TV_EXTID | Initiative ID | 20110604 | ||
2 | ![]() |
IS_CONTEXT | Call by reference | Type reference (TYPE) | /RPM/TS_OBJECT_HIER | Portfolio Hierarchy | 20070430 | ||
3 | ![]() |
IV_TEMPLATE_GUID | Call by reference | Type reference (TYPE) | INM_TV_GUID | Unique Identifier | 20070430 | ||
4 | ![]() |
RR_INITIATIVE | Value transfer | Object reference (TYPE REF TO) | CL_INM_INITIATIVE_O | 20070430 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception during object instantiation | 20090828 |
Method CREATE_PROJECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_CONTEXT | Call by reference | Type reference (TYPE) | /RPM/TS_OBJECT_HIER | Guid for application objects | 20070315 | ||
2 | ![]() |
IV_ITEM_TYPE | Call by reference | Type reference (TYPE) | /RPM/TV_ITEM_ID | Item type | 20100120 | ||
3 | ![]() |
RR_PROJECT | Value transfer | Object reference (TYPE REF TO) | CL_RPM_PROJECT | Operational project | 20020518 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception during object instantiation | 20020518 |
Method CREATE_PROJECT_TEMPLATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_CONTEXT | Call by reference | Type reference (TYPE) | /RPM/TS_OBJECT_HIER | Portfolio Hierarchy | 20070420 | ||
2 | ![]() |
RR_PROJECT_T | Value transfer | Object reference (TYPE REF TO) | CL_RPM_PROJECT_T | Template project | 20020903 |
Method CREATE_PROJECT_TEMPLATE on class CL_RPM_OBJ_MANAGER has no exception.
Method CREATE_PROJECT_VERSION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ER_PROJECT_VERSION | Call by reference | Object reference (TYPE REF TO) | CL_RPM_PROJECT_O | Operational project | 20031108 | ||
2 | ![]() |
EV_VERSION_EXTID | Call by reference | Type reference (TYPE) | RPM_TV_EXTID | External ID | 20031108 | ||
3 | ![]() |
EV_VERSION_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20031108 | ||
4 | ![]() |
EV_VERSION_ID | Call by reference | Type reference (TYPE) | NUM8 | Eight-digit numeric value | 20031108 | ||
5 | ![]() |
IR_PROJECT | Call by reference | Object reference (TYPE REF TO) | CL_RPM_PROJECT_O | Operational project | 20031108 | ||
6 | ![]() |
IV_LANGUAGE | Call by reference | Type reference (TYPE) | LAISO | Language according to ISO 639 | 20031108 | ||
7 | ![]() |
IV_PROJECT_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20031108 | ||
8 | ![]() |
IV_PROJECT_ID | Call by reference | Type reference (TYPE) | RPM_TV_EXTID | External ID | 20031108 | ||
9 | ![]() |
IV_SIMULATION | Call by reference | Type reference (TYPE) | CHAR1 | Single-character flag | 20031108 | ||
10 | ![]() |
IV_VERSION_TYPE | Call by reference | Type reference (TYPE) | CHAR1 | Single-character flag | 20031108 |
Method CREATE_PROJECT_VERSION on class CL_RPM_OBJ_MANAGER has no exception.
Method CREATE_PROJECT_W_TEMPLATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_EXTERNAL_ID | Call by reference | Type reference (TYPE) | INM_TV_EXTID | Item ID | 20111214 | ||
2 | ![]() |
IS_CONTEXT | Call by reference | Type reference (TYPE) | /RPM/TS_OBJECT_HIER | Portfolio Hierarchy | 20070509 | ||
3 | ![]() |
IV_TEMPLATE_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20070509 | ||
4 | ![]() |
RR_PROJECT_O | Value transfer | Object reference (TYPE REF TO) | CL_RPM_PROJECT_O | Operatives Projekt | 20070509 |
Method CREATE_PROJECT_W_TEMPLATE on class CL_RPM_OBJ_MANAGER has no exception.
Method DO_CLEANUP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_MSG | Call by reference | Type reference (TYPE) | STRING | 20081028 | |||
2 | ![]() |
EV_RC | Call by reference | Type reference (TYPE) | I | 20081028 |
Method DO_CLEANUP on class CL_RPM_OBJ_MANAGER has no exception.
Method DO_SAVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_REJECTED | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20081022 |
Method DO_SAVE on class CL_RPM_OBJ_MANAGER has no exception.
Method FETCH_APPLICATION_OBJECTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_GUIDS | Call by reference | Type reference (TYPE) | RPM_TT_GUIDS | Table of RPM guids | 20020516 | ||
2 | ![]() |
IT_OBJECT_TYPES | Call by reference | Type reference (TYPE) | CGPL_OBJECT_TYPES | Object Types | 20020516 | ||
3 | ![]() |
IV_EXTERNAL_ID | Call by reference | Type reference (TYPE) | CGPL_EXTID | Project Planning: External Indentifier of an Element | 20020516 | ||
4 | ![]() |
RT_APPLICATION_OBJECTS | Value transfer | Type reference (TYPE) | RPM_TT_GUID_APPL_OBJECTS | Table type of application objects | 20020516 |
Method FETCH_APPLICATION_OBJECTS on class CL_RPM_OBJ_MANAGER has no exception.
Method FREE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_MSG | Call by reference | Type reference (TYPE) | STRING | Message | 20021127 | ||
2 | ![]() |
EV_RC | Call by reference | Type reference (TYPE) | I | Return code (0=>Success) | 20021127 |
Method FREE on class CL_RPM_OBJ_MANAGER has no exception.
Method GET_ACO_HANDLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_ACO_HANDLE | Value transfer | Type reference (TYPE) | ACO_PERSISTENCY_HANDLE | Handle for Reference to Instance of Persistence Class | 20070215 |
Method GET_ACO_HANDLE on class CL_RPM_OBJ_MANAGER has no exception.
Method GET_APPL_OBJECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_APPL_OBJ_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20021012 | ||
2 | ![]() |
IV_APPL_OBJ_ID | Call by reference | Type reference (TYPE) | RPM_TV_EXTID | Project Planning: External Indentifier of an Element | 20020725 | ||
3 | ![]() |
IV_APPL_OBJ_OT | Call by reference | Type reference (TYPE) | CGPL_OBJECT_TYPE | Object Type in Project Planning | 20020725 | ||
4 | ![]() |
IV_PARENT_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20050309 | ||
5 | ![]() |
IV_PROJECT_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20030826 | ||
6 | ![]() |
IV_PROJECT_ID | Call by reference | Type reference (TYPE) | RPM_TV_EXTID | Project Planning: External Indentifier of an Element | 20020725 | ||
7 | ![]() |
RR_OBJECT | Value transfer | Object reference (TYPE REF TO) | IF_RPM_COMMON | Main project definition | 20020515 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
RPM: Application object not found in database | 20020725 |
Method GET_CPROJECT_TEMPLATES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_TEMPLATES | Call by reference | Type reference (TYPE) | /RPM/TT_CPROJECT_TEMPLATES | cProject Template Table | 20100505 | ||
2 | ![]() |
IV_DEFAULT | Call by reference | Type reference (TYPE) | BOOLEAN | Default flag | 20100505 | ||
3 | ![]() |
IV_ITEM_TYPE | Call by reference | Type reference (TYPE) | /RPM/TV_ITEM_ID | Item Type | 20100505 |
Method GET_CPROJECT_TEMPLATES on class CL_RPM_OBJ_MANAGER has no exception.
Method GET_INITIATIVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_EXTERNAL_ID | Call by reference | Type reference (TYPE) | CGPL_EXTID | Project Planning: External Indentifier of an Element | 20090820 | ||
2 | ![]() |
IV_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20090820 | ||
3 | ![]() |
RR_INITIATIVE | Value transfer | Object reference (TYPE REF TO) | CL_INM_INITIATIVE | Main project definition | 20090820 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090820 |
Method GET_INITIATIVES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_INITIATIVES | Value transfer | Type reference (TYPE) | INM_TT_INITIATIVES | Table type for Project (abstract) | 20070808 |
Method GET_INITIATIVES on class CL_RPM_OBJ_MANAGER has no exception.
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_LANGU | Call by reference | Type reference (TYPE) | SYLANGU | current language | 20021122 | ||
2 | ![]() |
IV_LOCK_MODE | Call by reference | Type reference (TYPE) | CHAR1 | 'O' indicates usage of optimistic locking | 20081104 | ||
3 | ![]() |
RR_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_RPM_OBJ_MANAGER | RPM Controller | 20020514 |
Method GET_INSTANCE on class CL_RPM_OBJ_MANAGER has no exception.
Method GET_ITEM_CLASSIFICATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_ITEM_CLASS | Call by reference | Type reference (TYPE) | /RPM/TV_ITEM_CLASS | 20060331 | |||
2 | ![]() |
IV_ITEM_D_GUID | Call by reference | Type reference (TYPE) | /RPM/TV_GUID | 20060331 |
Method GET_ITEM_CLASSIFICATION on class CL_RPM_OBJ_MANAGER has no exception.
Method GET_ITEM_DETAIL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ER_ITEM_DETAIL | Call by reference | Object reference (TYPE REF TO) | CL_RPM_PROJECT | Hauptprojektdefinition | 20050225 | ||
2 | ![]() |
EV_DETAIL_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20050225 | ||
3 | ![]() |
IV_DETAIL_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | 20060118 | |||
4 | ![]() |
IV_HEADER_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20050225 | ||
5 | ![]() |
IV_LANGUAGE | Call by reference | Type reference (TYPE) | LAISO | Language according to ISO 639 | 20050225 |
Method GET_ITEM_DETAIL on class CL_RPM_OBJ_MANAGER has no exception.
Method GET_ITEM_DETAIL_GUID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_DETAIL_GUID_INPUT | Call by reference | Type reference (TYPE) | XFELD | 20051027 | |||
2 | ![]() |
EV_ITEM_DETAIL_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | 20050323 | |||
3 | ![]() |
EV_ORIG_ITEM_HEADER_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | 20051101 | |||
4 | ![]() |
EV_PORTFOLIO_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | 20060707 | |||
5 | ![]() |
EV_VERSION_TYPE | Call by reference | Type reference (TYPE) | /RPM/TV_VERSION_TYPE | 20060718 | |||
6 | ![]() |
IV_ITEM_HEADER_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | 20050323 |
Method GET_ITEM_DETAIL_GUID on class CL_RPM_OBJ_MANAGER has no exception.
Method GET_ITEM_HEADER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ER_ITEM_HEADER | Call by reference | Object reference (TYPE REF TO) | /RPM/CL_ITEM_O | Portfolio item object | 20050221 | ||
2 | ![]() |
EV_ITEM_HEADER_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20050221 | ||
3 | ![]() |
IV_ITEM_DETAIL_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20050221 |
Method GET_ITEM_HEADER on class CL_RPM_OBJ_MANAGER has no exception.
Method GET_LANGUAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_LANGUAGE | Value transfer | Type reference (TYPE) | SYLANGU | current language | 20020626 |
Method GET_LANGUAGE on class CL_RPM_OBJ_MANAGER has no exception.
Method GET_METRIC_HANDLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_METRICS_HANDLE | Value transfer | Type reference (TYPE) | RPM_TV_GUID | Unique Identifier | 20090304 |
Method GET_METRIC_HANDLE on class CL_RPM_OBJ_MANAGER has no exception.
Method GET_OBJECT_TYPE_DESCRIPTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_LANGU | Call by reference | Type reference (TYPE) | SYLANGU | current language | 20020619 | ||
2 | ![]() |
IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | CGPL_OBJECT_TYPE | Object Type in Project Planning | 20020619 | ||
3 | ![]() |
RV_OBJECT_TYPE_DESCRIPTION | Value transfer | Type reference (TYPE) | CGPL_OBJECT_TEXT | Project Planning - Object Type Text | 20020619 |
Method GET_OBJECT_TYPE_DESCRIPTION on class CL_RPM_OBJ_MANAGER has no exception.
Method GET_PROJECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_EXTERNAL_ID | Call by reference | Type reference (TYPE) | CGPL_EXTID | Project Planning: External Indentifier of an Element | 20020515 | ||
2 | ![]() |
IV_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20020515 | ||
3 | ![]() |
RR_PROJECT | Value transfer | Object reference (TYPE REF TO) | CL_RPM_PROJECT | Main project definition | 20020515 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20020521 |
Method GET_PROJECTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_PROJECTS | Value transfer | Type reference (TYPE) | RPM_TT_PROJECTS | Table type for Project (abstract) | 20070718 |
Method GET_PROJECTS on class CL_RPM_OBJ_MANAGER has no exception.
Method GET_PROJECT_GUID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_APPL_OBJ_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20030313 | ||
2 | ![]() |
IV_APPL_OBJ_OT | Call by reference | Type reference (TYPE) | CGPL_OBJECT_TYPE | Object Type in Project Planning | 20030313 | ||
3 | ![]() |
RV_PROJECT_GUID | Value transfer | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20030313 |
Method GET_PROJECT_GUID on class CL_RPM_OBJ_MANAGER has no exception.
Method GET_PRO_DETAIL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20020731 | ||
2 | ![]() |
RR_PRO_DETAIL | Value transfer | Object reference (TYPE REF TO) | CL_RPM_PRO_DETAIL | Detailed project object | 20020731 |
Method GET_PRO_DETAIL on class CL_RPM_OBJ_MANAGER has no exception.
Method GET_QNNR_HANDLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_QNNR_HANDLE | Value transfer | Type reference (TYPE) | /RPM/QNNR_PERSISTENCY_HANDLE | Persistency Handle for Questionnaire Service | 20050211 |
Method GET_QNNR_HANDLE on class CL_RPM_OBJ_MANAGER has no exception.
Method GET_RELATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20030112 | ||
2 | ![]() |
RR_RELATE | Value transfer | Object reference (TYPE REF TO) | CL_RPM_RELATE | Relate object | 20030112 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
RPM: Application object not found in database | 20030112 |
Method GET_RESOURCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20020919 | ||
2 | ![]() |
RR_RESOURCE | Value transfer | Object reference (TYPE REF TO) | CL_RPM_RESOURCE | Resource object | 20020919 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
RPM: Application object not found in database | 20020919 |
Method GET_ROLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20020910 | ||
2 | ![]() |
RR_ROLE | Value transfer | Object reference (TYPE REF TO) | CL_RPM_ROLE | Role object | 20020910 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
RPM: Application object not found in database | 20020910 |
Method GET_TASK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20020731 | ||
2 | ![]() |
RR_TASK | Value transfer | Object reference (TYPE REF TO) | CL_RPM_TASK | Application task object | 20020731 |
Method GET_TASK on class CL_RPM_OBJ_MANAGER has no exception.
Method HAS_CHANGES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_HAS_CHANGES | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20020514 |
Method HAS_CHANGES on class CL_RPM_OBJ_MANAGER has no exception.
Method INITIALIZE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_MSG | Call by reference | Type reference (TYPE) | STRING | Message | 20021127 | ||
2 | ![]() |
EV_RC | Call by reference | Type reference (TYPE) | I | Return code (0=>Success) | 20021127 |
Method INITIALIZE on class CL_RPM_OBJ_MANAGER has no exception.
Method INITIALIZE_AFTER_SAVE Signature
Method INITIALIZE_AFTER_SAVE on class CL_RPM_OBJ_MANAGER has no parameter.
Method INITIALIZE_AFTER_SAVE on class CL_RPM_OBJ_MANAGER has no exception.
Method INITIALIZE_WO_UNLOCK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_MSG | Call by reference | Type reference (TYPE) | STRING | 20050629 | |||
2 | ![]() |
EV_RC | Call by reference | Type reference (TYPE) | I | 20050629 |
Method INITIALIZE_WO_UNLOCK on class CL_RPM_OBJ_MANAGER has no exception.
Method INIT_ACO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_ACO_HANDLE | Value transfer | Type reference (TYPE) | ACO_PERSISTENCY_HANDLE | Handle for Reference to Instance of Persistence Class | 20070215 |
Method INIT_ACO on class CL_RPM_OBJ_MANAGER has no exception.
Method INIT_BOOTSTRAP_MEMBERS Signature
Method INIT_BOOTSTRAP_MEMBERS on class CL_RPM_OBJ_MANAGER has no parameter.
Method INIT_BOOTSTRAP_MEMBERS on class CL_RPM_OBJ_MANAGER has no exception.
Method INIT_CGPL_ENGINE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ER_OBJECT_MANAGER | Call by reference | Object reference (TYPE REF TO) | CL_CGPL_OBJECT_MANAGER | Project Planning - Object Manager | 20020515 | ||
2 | ![]() |
ER_PROJECTS | Call by reference | Object reference (TYPE REF TO) | CL_CGPL_PROJECTS | Project Planning - Project Collection | 20020515 | ||
3 | ![]() |
IV_APPLICATION_TYPE | Call by reference | Type reference (TYPE) | CGPL_APPLICATION_TYPE | Application in Project Planning | 20020515 | ||
4 | ![]() |
IV_LOCK_MODE | Call by reference | Type reference (TYPE) | CHAR1 | 'O' indicates usage of optimistic locking | 20081104 |
Method INIT_CGPL_ENGINE on class CL_RPM_OBJ_MANAGER has no exception.
Method INIT_FACTORY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RR_FACTORY | Value transfer | Object reference (TYPE REF TO) | CL_RPM_FACTORY | Factory class for building app objects | 20020516 |
Method INIT_FACTORY on class CL_RPM_OBJ_MANAGER has no exception.
Method INIT_MAPPER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RR_MAPPER | Value transfer | Object reference (TYPE REF TO) | CL_RPM_OBJ_MAPPER | Mapper of guids to application objects | 20020516 |
Method INIT_MAPPER on class CL_RPM_OBJ_MANAGER has no exception.
Method INIT_METRICS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_METRICS_HANDLE | Value transfer | Type reference (TYPE) | INM_M_TV_HANDLE | Handle for Reference to Instance of Persistence Class | 20090306 |
Method INIT_METRICS on class CL_RPM_OBJ_MANAGER has no exception.
Method INIT_PLUG_IN_SUBSYSTEMS Signature
Method INIT_PLUG_IN_SUBSYSTEMS on class CL_RPM_OBJ_MANAGER has no parameter.
Method INIT_PLUG_IN_SUBSYSTEMS on class CL_RPM_OBJ_MANAGER has no exception.
Method INIT_QNNR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_QNNR_HANDLE | Value transfer | Type reference (TYPE) | /RPM/QNNR_PERSISTENCY_HANDLE | Persistency Handle for Questionnaire Service | 20050204 |
Method INIT_QNNR on class CL_RPM_OBJ_MANAGER has no exception.
Method IS_LOADED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CHANGE_MODE | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20020515 | ||
2 | ![]() |
IV_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20020515 | ||
3 | ![]() |
IV_PROJECT_COMPLETELY | Call by reference | Type reference (TYPE) | CHAR1 | Single-character flag | 20020515 | ||
4 | ![]() |
RV_IS_LOADED | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20020515 |
Method IS_LOADED on class CL_RPM_OBJ_MANAGER has no exception.
Method IS_TOP_LEVEL_OBJECT_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | CGPL_OBJECT_TYPE | Object Type in Project Planning | 20020516 | ||
2 | ![]() |
RV_IS_TOP_LEVEL | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20020516 |
Method IS_TOP_LEVEL_OBJECT_TYPE on class CL_RPM_OBJ_MANAGER has no exception.
Method LOAD_APPL_OBJECTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_LOCKED_PROJECTS | Call by reference | Type reference (TYPE) | RPM_TT_GUIDS | Table of Unique Identifiers | 20070220 | ||
2 | ![]() |
ET_PROJECTS | Call by reference | Type reference (TYPE) | RPM_TT_GUID_APPL_OBJECTS | Initiative GUID and References | 20070220 | ||
3 | ![]() |
IS_CONTEXT | Call by reference | Type reference (TYPE) | /RPM/TS_OBJECT_HIER | Portfolio Hierarchy | 20090819 | ||
4 | ![]() |
IT_GUIDS | Call by reference | Type reference (TYPE) | RPM_TT_GUIDS | Table of Unique Identifiers | 20070220 | ||
5 | ![]() |
IV_CHANGE_MODE | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20070220 | ||
6 | ![]() |
IV_CREATE_APPL_OBJECTS | Call by reference | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20070220 | ||
7 | ![]() |
IV_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Unique Identifier | 20070220 | ||
8 | ![]() |
IV_SET_SHARED_LOCK | Call by reference | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20070220 |
Method LOAD_APPL_OBJECTS on class CL_RPM_OBJ_MANAGER has no exception.
Method LOAD_INITIATIVES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_LOCKED_PROJECTS | Call by reference | Type reference (TYPE) | INM_TT_GUIDS | Table of Unique Identifiers | 20070102 | ||
2 | ![]() |
ET_PROJECTS | Call by reference | Type reference (TYPE) | INM_TT_INITIATIVES_GUID_REF | Initiative GUID and References | 20070102 | ||
3 | ![]() |
IS_CONTEXT | Call by reference | Type reference (TYPE) | /RPM/TS_OBJECT_HIER | Portfolio Hierarchy | 20070316 | ||
4 | ![]() |
IT_GUIDS | Call by reference | Type reference (TYPE) | INM_TT_GUIDS | Table of Unique Identifiers | 20070102 | ||
5 | ![]() |
IV_CHANGE_MODE | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20070102 | ||
6 | ![]() |
IV_CREATE_APPL_OBJECTS | Call by reference | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20070102 | ||
7 | ![]() |
IV_GUID | Call by reference | Type reference (TYPE) | INM_TV_GUID | Unique Identifier | 20070102 | ||
8 | ![]() |
IV_NO_PROJECT_LOAD | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20070930 | ||
9 | ![]() |
IV_SET_SHARED_LOCK | Call by reference | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20070102 |
Method LOAD_INITIATIVES on class CL_RPM_OBJ_MANAGER has no exception.
Method LOAD_INITIATIVE_TEMPLATES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_LOCKED_PROJECTS | Call by reference | Type reference (TYPE) | INM_TT_GUIDS | Table of Unique Identifiers | 20070221 | ||
2 | ![]() |
ET_PROJECTS | Call by reference | Type reference (TYPE) | INM_TT_INITIATIVES_GUID_REF | Initiative GUID and References | 20070221 | ||
3 | ![]() |
IS_CONTEXT | Call by reference | Type reference (TYPE) | /RPM/TS_OBJECT_HIER | Portfolio Hierarchy | 20070328 | ||
4 | ![]() |
IT_GUIDS | Call by reference | Type reference (TYPE) | INM_TT_GUIDS | Table of Unique Identifiers | 20070221 | ||
5 | ![]() |
IV_CHANGE_MODE | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20070221 | ||
6 | ![]() |
IV_CREATE_APPL_OBJECTS | Call by reference | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20070221 | ||
7 | ![]() |
IV_GUID | Call by reference | Type reference (TYPE) | INM_TV_GUID | Unique Identifier | 20070221 | ||
8 | ![]() |
IV_SET_SHARED_LOCK | Call by reference | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20070221 |
Method LOAD_INITIATIVE_TEMPLATES on class CL_RPM_OBJ_MANAGER has no exception.
Method LOAD_PROJECTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_LOCKED_PROJECTS | Call by reference | Type reference (TYPE) | RPM_TT_GUIDS | Table type for Project (abstract) | 20020515 | ||
2 | ![]() |
ET_PROJECTS | Call by reference | Type reference (TYPE) | RPM_TT_GUID_PROJECT_DEFS | Table type for Project (abstract) | 20020515 | ||
3 | ![]() |
EV_LOAD_CHANGE_MODE | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20091027 | ||
4 | ![]() |
IS_CONTEXT | Call by reference | Type reference (TYPE) | /RPM/TS_OBJECT_HIER | Portfolio Hierarchy | 20070316 | ||
5 | ![]() |
IT_GUIDS | Call by reference | Type reference (TYPE) | RPM_TT_GUIDS | Table of RPM guids | 20020515 | ||
6 | ![]() |
IV_CHANGE_MODE | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20020515 | ||
7 | ![]() |
IV_CREATE_APPL_OBJECTS | Call by reference | Type reference (TYPE) | CHAR1 | Single-character flag | 20020515 | ||
8 | ![]() |
IV_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20020515 | ||
9 | ![]() |
IV_SET_SHARED_LOCK | Call by reference | Type reference (TYPE) | CHAR1 | Single-character flag | 20020515 |
Method LOAD_PROJECTS on class CL_RPM_OBJ_MANAGER has no exception.
Method LOAD_PROJECT_TEMPLATES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_LOCKED_PROJECTS | Call by reference | Type reference (TYPE) | RPM_TT_GUIDS | Table type for Project (abstract) | 20020515 | ||
2 | ![]() |
ET_PROJECTS | Call by reference | Type reference (TYPE) | RPM_TT_GUID_PROJECT_DEFS | Table type for Project (abstract) | 20020515 | ||
3 | ![]() |
IS_CONTEXT | Call by reference | Type reference (TYPE) | /RPM/TS_OBJECT_HIER | Portfolio Hierarchy | 20070430 | ||
4 | ![]() |
IT_GUIDS | Call by reference | Type reference (TYPE) | RPM_TT_GUIDS | Table of RPM guids | 20020515 | ||
5 | ![]() |
IV_CHANGE_MODE | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20020515 | ||
6 | ![]() |
IV_CREATE_APPL_OBJECTS | Call by reference | Type reference (TYPE) | CHAR1 | Single-character flag | 20020515 | ||
7 | ![]() |
IV_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20020515 | ||
8 | ![]() |
IV_SET_SHARED_LOCK | Call by reference | Type reference (TYPE) | CHAR1 | Single-character flag | 20020829 |
Method LOAD_PROJECT_TEMPLATES on class CL_RPM_OBJ_MANAGER has no exception.
Method LOAD_PRO_DETAILS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_LOCKED_PRO_DETAILS | Call by reference | Type reference (TYPE) | RPM_TT_GUIDS | Table of RPM guids | 20030214 | ||
2 | ![]() |
ET_PRO_DETAILS | Call by reference | Type reference (TYPE) | RPM_TT_GUID_PRO_DETAILS | RPM Table Type: (GUID, Pro Detail Reference) pairs | 20030214 | ||
3 | ![]() |
IT_GUIDS | Call by reference | Type reference (TYPE) | RPM_TT_GUIDS | Table of RPM guids | 20030214 | ||
4 | ![]() |
IV_CHANGE_MODE | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20030214 | ||
5 | ![]() |
IV_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20030214 | ||
6 | ![]() |
IV_SET_SHARED_LOCK | Call by reference | Type reference (TYPE) | CHAR1 | Single-character flag | 20030214 |
Method LOAD_PRO_DETAILS on class CL_RPM_OBJ_MANAGER has no exception.
Method LOAD_RELATES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_LOCKED_RELATES | Call by reference | Type reference (TYPE) | RPM_TT_GUIDS | Locked Relate GUID table | 20030111 | ||
2 | ![]() |
ET_RELATES | Call by reference | Type reference (TYPE) | RPM_TT_GUID_RELATES | Table of relations | 20030111 | ||
3 | ![]() |
IT_GUIDS | Call by reference | Type reference (TYPE) | RPM_TT_GUIDS | Table of RPM guids | 20030111 | ||
4 | ![]() |
IV_CHANGE_MODE | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20030111 | ||
5 | ![]() |
IV_CREATE_APPL_OBJECTS | Call by reference | Type reference (TYPE) | CHAR1 | Single-character flag | 20030111 | ||
6 | ![]() |
IV_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20030111 |
Method LOAD_RELATES on class CL_RPM_OBJ_MANAGER has no exception.
Method LOAD_RESOURCES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_LOCKED_RESOURCES | Call by reference | Type reference (TYPE) | RPM_TT_GUIDS | Locked Resource GUID table | 20020919 | ||
2 | ![]() |
ET_RESOURCES | Call by reference | Type reference (TYPE) | RPM_TT_GUID_RESOURCES | Resource table | 20020919 | ||
3 | ![]() |
IT_GUIDS | Call by reference | Type reference (TYPE) | RPM_TT_GUIDS | Table of RPM guids | 20020919 | ||
4 | ![]() |
IV_CHANGE_MODE | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20020919 | ||
5 | ![]() |
IV_CREATE_APPL_OBJECTS | Call by reference | Type reference (TYPE) | CHAR1 | Single-character flag | 20020919 | ||
6 | ![]() |
IV_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20020919 |
Method LOAD_RESOURCES on class CL_RPM_OBJ_MANAGER has no exception.
Method LOAD_ROLES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_LOCKED_ROLES | Call by reference | Type reference (TYPE) | RPM_TT_GUIDS | Locked role GUID table | 20020910 | ||
2 | ![]() |
ET_ROLES | Call by reference | Type reference (TYPE) | RPM_TT_GUID_ROLES | Role table | 20020910 | ||
3 | ![]() |
IT_GUIDS | Call by reference | Type reference (TYPE) | RPM_TT_GUIDS | Table of RPM guids | 20020910 | ||
4 | ![]() |
IV_CHANGE_MODE | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20020910 | ||
5 | ![]() |
IV_CREATE_APPL_OBJECTS | Call by reference | Type reference (TYPE) | CHAR1 | Single-character flag | 20020910 | ||
6 | ![]() |
IV_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20020910 |
Method LOAD_ROLES on class CL_RPM_OBJ_MANAGER has no exception.
Method LOAD_ROLE_TEMPLATES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_LOCKED_ROLES | Call by reference | Type reference (TYPE) | RPM_TT_GUIDS | Locked role GUID table | 20020910 | ||
2 | ![]() |
ET_ROLES | Call by reference | Type reference (TYPE) | RPM_TT_GUID_ROLES | Role table | 20020910 | ||
3 | ![]() |
IT_GUIDS | Call by reference | Type reference (TYPE) | RPM_TT_GUIDS | Table of RPM guids | 20020910 | ||
4 | ![]() |
IV_CHANGE_MODE | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20020910 | ||
5 | ![]() |
IV_CREATE_APPL_OBJECTS | Call by reference | Type reference (TYPE) | CHAR1 | Single-character flag | 20020910 | ||
6 | ![]() |
IV_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20020910 |
Method LOAD_ROLE_TEMPLATES on class CL_RPM_OBJ_MANAGER has no exception.
Method LOAD_TASKS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_LOCKED_TASKS | Call by reference | Type reference (TYPE) | RPM_TT_GUIDS | Task table | 20020515 | ||
2 | ![]() |
ET_TASKS | Call by reference | Type reference (TYPE) | RPM_TT_GUID_TASKS | Task table | 20020515 | ||
3 | ![]() |
IT_GUIDS | Call by reference | Type reference (TYPE) | RPM_TT_GUIDS | Table of RPM guids | 20020515 | ||
4 | ![]() |
IV_CHANGE_MODE | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20020515 | ||
5 | ![]() |
IV_CREATE_APPL_OBJECTS | Call by reference | Type reference (TYPE) | CHAR1 | Single-character flag | 20020515 | ||
6 | ![]() |
IV_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20020515 |
Method LOAD_TASKS on class CL_RPM_OBJ_MANAGER has no exception.
Method LOAD_TEAMS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_LOCKED_TEAMS | Call by reference | Type reference (TYPE) | RPM_TT_GUIDS | Table of RPM guids | 20030306 | ||
2 | ![]() |
ET_TEAMS | Call by reference | Type reference (TYPE) | RPM_TT_GUID_TEAMS | RPM Table Type: Resource GUID and reference | 20030306 | ||
3 | ![]() |
IT_GUIDS | Call by reference | Type reference (TYPE) | RPM_TT_GUIDS | Table of RPM guids | 20030306 | ||
4 | ![]() |
IV_CHANGE_MODE | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20030306 | ||
5 | ![]() |
IV_CREATE_APPL_OBJECTS | Call by reference | Type reference (TYPE) | CHAR1 | Single-character flag | 20030306 | ||
6 | ![]() |
IV_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20030306 |
Method LOAD_TEAMS on class CL_RPM_OBJ_MANAGER has no exception.
Method MOVE_PROJECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_LEFT_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20030206 | ||
2 | ![]() |
IV_PARENT_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20030130 | ||
3 | ![]() |
IV_PROJECT_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20030130 | ||
4 | ![]() |
IV_RIGHT_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20030206 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20030131 | ||
2 | ![]() |
RPM: Application object not found in database | 20030131 | |
3 | ![]() |
RPM: Update error | 20030130 |
Method MOVE_ROLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_LEFT_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20030313 | ||
2 | ![]() |
IV_PARENT_ROLE_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20030313 | ||
3 | ![]() |
IV_RIGHT_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20030313 | ||
4 | ![]() |
IV_ROLE_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20030313 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20030313 | ||
2 | ![]() |
RPM: Application object not found in database | 20030313 | |
3 | ![]() |
RPM: Update error | 20030313 |
Method MOVE_TASK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_LEFT_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20030206 | ||
2 | ![]() |
IV_PARENT_TASK_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20030201 | ||
3 | ![]() |
IV_RIGHT_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20030206 | ||
4 | ![]() |
IV_TASK_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20030201 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20030201 | ||
2 | ![]() |
RPM: Application object not found in database | 20030201 | |
3 | ![]() |
RPM: Update error | 20030201 |
Method ON_AUTHORIZATION_CHANGED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ER_AUTHORIZATION | Value transfer | Attribute reference (LIKE) | 20070215 |
Method ON_AUTHORIZATION_CHANGED on class CL_RPM_OBJ_MANAGER has no exception.
Method ON_METRICS_CHANGED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RR_METRICS | Call by reference | Attribute reference (LIKE) | 20090306 |
Method ON_METRICS_CHANGED on class CL_RPM_OBJ_MANAGER has no exception.
Method ON_QUESTIONNAIRE_CHANGED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ER_QNNR | Value transfer | Attribute reference (LIKE) | 20050204 |
Method ON_QUESTIONNAIRE_CHANGED on class CL_RPM_OBJ_MANAGER has no exception.
Method PREPARE_SAVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_RC | Value transfer | Type reference (TYPE) | I | 20020517 |
Method PREPARE_SAVE on class CL_RPM_OBJ_MANAGER has no exception.
Method RAISE_COMMITED Signature
Method RAISE_COMMITED on class CL_RPM_OBJ_MANAGER has no parameter.
Method RAISE_COMMITED on class CL_RPM_OBJ_MANAGER has no exception.
Method READ_DECISION_POINT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_ATTRIBUTES | Call by reference | Type reference (TYPE) | RPM_TS_DECISION_INT | Decision Point Attributes | 20100708 | ||
2 | ![]() |
IV_GUID | Call by reference | Type reference (TYPE) | /RPM/TV_GUID | Guid for application objects | 20100708 |
Method READ_DECISION_POINT on class CL_RPM_OBJ_MANAGER has no exception.
Method READ_INITIATIVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_ATTRIBUTES | Call by reference | Type reference (TYPE) | INM_TS_INITIATIVE_EXT | Initiative External Attributes | 20070830 | ||
2 | ![]() |
EV_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | 20070830 | |||
3 | ![]() |
EV_MSG | Call by reference | Type reference (TYPE) | STRING | 20070830 | |||
4 | ![]() |
EV_RC | Call by reference | Type reference (TYPE) | I | 20070830 | |||
5 | ![]() |
IV_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | 20070830 | |||
6 | ![]() |
IV_INITIATIVE_ITEM_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20070831 | ||
7 | ![]() |
IV_LANGUAGE | Call by reference | Type reference (TYPE) | LAISO | 20070830 |
Method READ_INITIATIVE on class CL_RPM_OBJ_MANAGER has no exception.
Method READ_ITEM_DECISION_POINTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_ACTIVE_DP_INT | Call by reference | Type reference (TYPE) | RPM_TS_DECISION_INT | Decision Point Attributes | 20090309 | ||
2 | ![]() |
ET_DP_INT | Call by reference | Type reference (TYPE) | RPM_TT_DECISION_INT | Data for Decision Point | 20090309 | ||
3 | ![]() |
IV_ACTIVE_DP_ONLY | Call by reference | Type reference (TYPE) | BOOLEAN | ABAP_FALSE | Boolean Variable (X=True, -=False, Space=Unknown) | 20090309 | |
4 | ![]() |
IV_ITEM_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20090309 |
Method READ_ITEM_DECISION_POINTS on class CL_RPM_OBJ_MANAGER has no exception.
Method READ_ITEM_DETAIL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_ATTRIBUTES | Call by reference | Type reference (TYPE) | /RPM/TS_ITEM_D_API | 20050611 | |||
2 | ![]() |
EV_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | 20050611 | |||
3 | ![]() |
EV_MSG | Call by reference | Type reference (TYPE) | STRING | 20050611 | |||
4 | ![]() |
EV_RC | Call by reference | Type reference (TYPE) | I | 20050611 | |||
5 | ![]() |
IV_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | 20050611 | |||
6 | ![]() |
IV_HEADER_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | 20060629 | |||
7 | ![]() |
IV_LANGUAGE | Call by reference | Type reference (TYPE) | LAISO | 20050611 |
Method READ_ITEM_DETAIL on class CL_RPM_OBJ_MANAGER has no exception.
Method READ_OBJECT_DESCRIPTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_DESCRIPTION | Value transfer | Type reference (TYPE) | CGPL_TEXT1 | Language-Dependent Short Text | 20030516 | ||
2 | ![]() |
EV_EXTERNAL_ID | Call by reference | Type reference (TYPE) | RPM_TV_EXTID | External ID | 20030528 | ||
3 | ![]() |
EV_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20030516 | ||
4 | ![]() |
EV_MSG | Call by reference | Type reference (TYPE) | STRING | 20030516 | |||
5 | ![]() |
EV_RC | Call by reference | Type reference (TYPE) | I | 20030516 | |||
6 | ![]() |
IS_OBJECT_ID | Call by reference | Type reference (TYPE) | RPM_TS_PROJECT_OBJECT_IDS | RPM Structure: Unique external identifier of RPM app object | 20030516 | ||
7 | ![]() |
IV_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20030516 | ||
8 | ![]() |
IV_LANGU | Call by reference | Type reference (TYPE) | SYLANGU | current language | 20040318 | ||
9 | ![]() |
IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | CGPL_OBJECT_TYPE | Guid for application objects | 20030516 | ||
10 | ![]() |
IV_PROJECT_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20030516 |
Method READ_OBJECT_DESCRIPTION on class CL_RPM_OBJ_MANAGER has no exception.
Method READ_PHASE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_ATTRIBUTES | Value transfer | Type reference (TYPE) | INM_TS_PHASE_PORTFOLIO_ATT | 20070727 | |||
2 | ![]() |
EV_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20070727 | ||
3 | ![]() |
EV_MSG | Call by reference | Type reference (TYPE) | STRING | 20070727 | |||
4 | ![]() |
EV_RC | Call by reference | Type reference (TYPE) | I | 20070727 | |||
5 | ![]() |
IV_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20070727 | ||
6 | ![]() |
IV_PHASE_ID | Call by reference | Type reference (TYPE) | RPM_TV_EXTID | External ID | 20070727 | ||
7 | ![]() |
IV_PROJECT_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Project GUID | 20070727 | ||
8 | ![]() |
IV_PROJECT_ID | Call by reference | Type reference (TYPE) | RPM_TV_EXTID | External ID | 20070727 |
Method READ_PHASE on class CL_RPM_OBJ_MANAGER has no exception.
Method READ_PROJECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_ATTRIBUTES | Value transfer | Type reference (TYPE) | RPM_TS_PROJECT_API | RPM: Project data that can be changed externally | 20030516 | ||
2 | ![]() |
ES_ATTRIBUTES_INT | Call by reference | Type reference (TYPE) | RPM_TS_PROJECT_INT | Project attributes | 20030520 | ||
3 | ![]() |
EV_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20030516 | ||
4 | ![]() |
EV_MSG | Call by reference | Type reference (TYPE) | STRING | 20030516 | |||
5 | ![]() |
EV_RC | Call by reference | Type reference (TYPE) | I | 20030516 | |||
6 | ![]() |
IV_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20030508 | ||
7 | ![]() |
IV_PROJECT_ID | Call by reference | Type reference (TYPE) | RPM_TV_EXTID | External ID | 20030508 |
Method READ_PROJECT on class CL_RPM_OBJ_MANAGER has no exception.
Method READ_PROJECT_CO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_ATTRIBUTES | Value transfer | Type reference (TYPE) | RPM_TS_PROJECT_CO_API | RPM: Project data that can be changed externally | 20031112 | ||
2 | ![]() |
ES_ATTRIBUTES_INT | Call by reference | Type reference (TYPE) | RPM_TS_PROJECT_CO_INT | Project attributes | 20031112 | ||
3 | ![]() |
EV_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20031112 | ||
4 | ![]() |
EV_MSG | Call by reference | Type reference (TYPE) | STRING | 20031112 | |||
5 | ![]() |
EV_RC | Call by reference | Type reference (TYPE) | I | 20031112 | |||
6 | ![]() |
IV_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20031112 | ||
7 | ![]() |
IV_PROJECT_ID | Call by reference | Type reference (TYPE) | RPM_TV_EXTID | External ID | 20031112 |
Method READ_PROJECT_CO on class CL_RPM_OBJ_MANAGER has no exception.
Method READ_PROJECT_DESCRIPTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_DESCRIPTION | Value transfer | Type reference (TYPE) | CGPL_TEXT1 | Language-Dependent Short Text | 20030516 | ||
2 | ![]() |
EV_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20030516 | ||
3 | ![]() |
EV_MSG | Call by reference | Type reference (TYPE) | STRING | 20030516 | |||
4 | ![]() |
EV_RC | Call by reference | Type reference (TYPE) | I | 20030516 | |||
5 | ![]() |
IV_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20030509 | ||
6 | ![]() |
IV_LANGU | Call by reference | Type reference (TYPE) | SYLANGU | current language | 20040318 | ||
7 | ![]() |
IV_PROJECT_ID | Call by reference | Type reference (TYPE) | RPM_TV_EXTID | External ID | 20030509 |
Method READ_PROJECT_DESCRIPTION on class CL_RPM_OBJ_MANAGER has no exception.
Method READ_PROJECT_TEMPLATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_ATTRIBUTES | Value transfer | Type reference (TYPE) | RPM_TS_PROJECT_API | RPM: Project data that can be changed externally | 20030516 | ||
2 | ![]() |
ES_ATTRIBUTES_INT | Call by reference | Type reference (TYPE) | RPM_TS_PROJECT_INT | Project attributes | 20030520 | ||
3 | ![]() |
EV_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20030516 | ||
4 | ![]() |
EV_MSG | Call by reference | Type reference (TYPE) | STRING | 20030516 | |||
5 | ![]() |
EV_RC | Call by reference | Type reference (TYPE) | I | 20030516 | |||
6 | ![]() |
IV_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20030509 | ||
7 | ![]() |
IV_PROJECT_ID | Call by reference | Type reference (TYPE) | RPM_TV_EXTID | External ID | 20030509 |
Method READ_PROJECT_TEMPLATE on class CL_RPM_OBJ_MANAGER has no exception.
Method READ_PROJECT_VERSIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_ATTRIBUTES | Value transfer | Type reference (TYPE) | RPM_TS_PROJECT_VER_API | RPM: Project data that can be changed externally | 20031112 | ||
2 | ![]() |
ES_ATTRIBUTES_INT | Call by reference | Type reference (TYPE) | RPM_TS_PROJECT_VER_INT | Project attributes | 20031112 | ||
3 | ![]() |
EV_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20031112 | ||
4 | ![]() |
EV_MSG | Call by reference | Type reference (TYPE) | STRING | 20031112 | |||
5 | ![]() |
EV_RC | Call by reference | Type reference (TYPE) | I | 20031112 | |||
6 | ![]() |
IV_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20031112 | ||
7 | ![]() |
IV_PROJECT_ID | Call by reference | Type reference (TYPE) | RPM_TV_EXTID | External ID | 20031112 |
Method READ_PROJECT_VERSIONS on class CL_RPM_OBJ_MANAGER has no exception.
Method READ_RELATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_ATTRIBUTES | Value transfer | Type reference (TYPE) | /RPM/TS_RELATION_API | RPM Structure:Role attributes exposed to the outside | 20030516 | ||
2 | ![]() |
ES_ATTRIBUTES_INT | Call by reference | Type reference (TYPE) | /RPM/TS_RELATION_INT | RPM Structure: Relationship attributes and allocations | 20030520 | ||
3 | ![]() |
EV_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20030516 | ||
4 | ![]() |
EV_MSG | Call by reference | Type reference (TYPE) | STRING | 20030516 | |||
5 | ![]() |
EV_RC | Call by reference | Type reference (TYPE) | I | 20030516 | |||
6 | ![]() |
IV_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20030510 | ||
7 | ![]() |
IV_PROJECT_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20030516 | ||
8 | ![]() |
IV_PROJECT_ID | Call by reference | Type reference (TYPE) | RPM_TV_EXTID | External ID | 20030510 | ||
9 | ![]() |
IV_RELATE_TYPE | Call by reference | Type reference (TYPE) | RPM_RV_RELTYPE | RPM Relation type | 20030510 | ||
10 | ![]() |
IV_RESOURCE_ID | Call by reference | Type reference (TYPE) | RPM_TV_EXTID | External ID | 20030510 | ||
11 | ![]() |
IV_ROLE_ID | Call by reference | Type reference (TYPE) | RPM_TV_EXTID | External ID | 20030510 | ||
12 | ![]() |
IV_TASK_ID | Call by reference | Type reference (TYPE) | RPM_TV_EXTID | External ID | 20030510 | ||
13 | ![]() |
IV_TEAM_ID | Call by reference | Type reference (TYPE) | RPM_TV_EXTID | External ID | 20030510 | ||
14 | ![]() |
IV_WITH_BREAKDOWN | Call by reference | Type reference (TYPE) | XFELD | Checkbox | 20030910 |
Method READ_RELATE on class CL_RPM_OBJ_MANAGER has no exception.
Method READ_RESOURCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_ATTRIBUTES | Value transfer | Type reference (TYPE) | RPM_TS_RESOURCE_API | RPM Structure:Role attributes exposed to the outside | 20030516 | ||
2 | ![]() |
ES_ATTRIBUTES_INT | Call by reference | Type reference (TYPE) | RPM_TS_RESOURCE_INT | RPM Structure: Resource attributes (integrated) | 20030520 | ||
3 | ![]() |
EV_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20030516 | ||
4 | ![]() |
EV_MSG | Call by reference | Type reference (TYPE) | STRING | 20030516 | |||
5 | ![]() |
EV_RC | Call by reference | Type reference (TYPE) | I | 20030516 | |||
6 | ![]() |
IV_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20030510 | ||
7 | ![]() |
IV_PROJECT_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Project GUID | 20030516 | ||
8 | ![]() |
IV_PROJECT_ID | Call by reference | Type reference (TYPE) | RPM_TV_EXTID | External ID | 20030510 | ||
9 | ![]() |
IV_RESOURCE_ID | Call by reference | Type reference (TYPE) | RPM_TV_EXTID | External ID | 20030510 |
Method READ_RESOURCE on class CL_RPM_OBJ_MANAGER has no exception.
Method READ_ROLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_ATTRIBUTES | Value transfer | Type reference (TYPE) | RPM_TS_ROLE_API | RPM Structure:Role attributes exposed to the outside | 20030516 | ||
2 | ![]() |
ES_ATTRIBUTES_INT | Call by reference | Type reference (TYPE) | RPM_TS_ROLE_INT | Project Role Attributes | 20030520 | ||
3 | ![]() |
EV_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20030516 | ||
4 | ![]() |
EV_MSG | Call by reference | Type reference (TYPE) | STRING | 20030516 | |||
5 | ![]() |
EV_RC | Call by reference | Type reference (TYPE) | I | 20030516 | |||
6 | ![]() |
IV_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20030509 | ||
7 | ![]() |
IV_PROJECT_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Project GUID | 20030516 | ||
8 | ![]() |
IV_PROJECT_ID | Call by reference | Type reference (TYPE) | RPM_TV_EXTID | External ID | 20030509 | ||
9 | ![]() |
IV_ROLE_ID | Call by reference | Type reference (TYPE) | RPM_TV_EXTID | External ID | 20030509 |
Method READ_ROLE on class CL_RPM_OBJ_MANAGER has no exception.
Method READ_SUBPROJECTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_SUB_PROJECTS | Call by reference | Type reference (TYPE) | RPM_TT_PROJECT_NAMES | RPM Table Type: Project names and descriptions | 20040806 | ||
2 | ![]() |
IV_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20040806 | ||
3 | ![]() |
IV_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | Language according to ISO 639 | 20040809 |
Method READ_SUBPROJECTS on class CL_RPM_OBJ_MANAGER has no exception.
Method READ_TASK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_ATTRIBUTES | Value transfer | Type reference (TYPE) | RPM_TS_TASK_API | RPM Structure:Team attributes exposed to the outside | 20030520 | ||
2 | ![]() |
ES_ATTRIBUTES_INT | Call by reference | Type reference (TYPE) | RPM_TS_TASK_INT | RPM Structure: Resource attributes (integrated) | 20030520 | ||
3 | ![]() |
EV_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20030520 | ||
4 | ![]() |
EV_MSG | Call by reference | Type reference (TYPE) | STRING | 20030520 | |||
5 | ![]() |
EV_RC | Call by reference | Type reference (TYPE) | I | 20030520 | |||
6 | ![]() |
IV_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20030520 | ||
7 | ![]() |
IV_PROJECT_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Project GUID | 20030520 | ||
8 | ![]() |
IV_PROJECT_ID | Call by reference | Type reference (TYPE) | RPM_TV_EXTID | External ID | 20030520 | ||
9 | ![]() |
IV_TASK_ID | Call by reference | Type reference (TYPE) | RPM_TV_EXTID | External ID | 20030520 |
Method READ_TASK on class CL_RPM_OBJ_MANAGER has no exception.
Method READ_TEAM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_ATTRIBUTES | Value transfer | Type reference (TYPE) | RPM_TS_TEAM_API | RPM Structure:Team attributes exposed to the outside | 20030516 | ||
2 | ![]() |
ES_ATTRIBUTES_INT | Call by reference | Type reference (TYPE) | RPM_TS_TEAM_INT | RPM Structure: Resource attributes (integrated) | 20030520 | ||
3 | ![]() |
EV_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20030516 | ||
4 | ![]() |
EV_MSG | Call by reference | Type reference (TYPE) | STRING | 20030516 | |||
5 | ![]() |
EV_RC | Call by reference | Type reference (TYPE) | I | 20030516 | |||
6 | ![]() |
IV_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20030516 | ||
7 | ![]() |
IV_PROJECT_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Project GUID | 20030516 | ||
8 | ![]() |
IV_PROJECT_ID | Call by reference | Type reference (TYPE) | RPM_TV_EXTID | External ID | 20030516 | ||
9 | ![]() |
IV_TEAM_ID | Call by reference | Type reference (TYPE) | RPM_TV_EXTID | External ID | 20030516 |
Method READ_TEAM on class CL_RPM_OBJ_MANAGER has no exception.
Method READ_VERSION_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_VERSION | Call by reference | Type reference (TYPE) | RPM_TV_VERSION_FLAG | Project Version Flag | 20100330 | ||
2 | ![]() |
EV_VERSION_ID | Call by reference | Type reference (TYPE) | /RPM/TV_VERSION_ID | Version Information ID | 20100412 | ||
3 | ![]() |
EV_VERSION_NAME | Call by reference | Type reference (TYPE) | RPM_TV_PROJ_DESCRIPTION | Version Information Name | 20111214 | ||
4 | ![]() |
EV_VERSION_TYPE | Call by reference | Type reference (TYPE) | /RPM/TV_VERSION_TYPE | xRPM 4.0 Version Type | 20100413 | ||
5 | ![]() |
IV_MORE_INFO | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20100412 | ||
6 | ![]() |
IV_OBJECT_GUID | Call by reference | Type reference (TYPE) | /RPM/TV_GUID | Guid for application objects | 20100330 | ||
7 | ![]() |
IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | /RPM/OBJECT_TYPE | Object Type | 20100330 |
Method READ_VERSION_INFO on class CL_RPM_OBJ_MANAGER has no exception.
Method REFRESH_ACO_HANDLE Signature
Method REFRESH_ACO_HANDLE on class CL_RPM_OBJ_MANAGER has no parameter.
Method REFRESH_ACO_HANDLE on class CL_RPM_OBJ_MANAGER has no exception.
Method SAVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_RC | Value transfer | Type reference (TYPE) | I | Return value: 0<=>OK | 20020517 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Error during save | 20020521 |
Method SAVE_CHANGES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CHECK_ONLY | Call by reference | Type reference (TYPE) | BOOLE_D | CL_RPM_CO=>SC_FALSE | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20030205 | |
2 | ![]() |
RV_RC | Value transfer | Type reference (TYPE) | I | 20020521 |
Method SAVE_CHANGES on class CL_RPM_OBJ_MANAGER has no exception.
Method SAVE_CHANGES_WO_COMMIT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CHECK_ONLY | Call by reference | Type reference (TYPE) | BOOLE_D | CL_RPM_CO=>SC_FALSE | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20050127 | |
2 | ![]() |
RV_RC | Value transfer | Type reference (TYPE) | I | 20050127 |
Method SAVE_CHANGES_WO_COMMIT on class CL_RPM_OBJ_MANAGER has no exception.
Method SAVE_CHANGES_WO_UNLOCK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CHECK_ONLY | Call by reference | Type reference (TYPE) | BOOLE_D | CL_RPM_CO=>SC_FALSE | 20050316 | ||
2 | ![]() |
RV_RC | Value transfer | Type reference (TYPE) | I | 20050316 |
Method SAVE_CHANGES_WO_UNLOCK on class CL_RPM_OBJ_MANAGER has no exception.
Method SAVE_WO_COMMIT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_RC | Value transfer | Type reference (TYPE) | I | Return value: 0<=>OK | 20050127 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Error during save | 20050127 |
Method SAVE_WO_UNLOCK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_RC | Value transfer | Type reference (TYPE) | I | 20050316 |
Method SAVE_WO_UNLOCK on class CL_RPM_OBJ_MANAGER has no exception.
Method SET_EDIT_MODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_ENTITY | Call by reference | Object reference (TYPE REF TO) | IF_RPM_ENTITY | Entity interface | 20020515 | ||
2 | ![]() |
IV_EDIT_MODE | Call by reference | Type reference (TYPE) | RPM_TV_EDIT_MODE | Display or change mode | 20020515 |
Method SET_EDIT_MODE on class CL_RPM_OBJ_MANAGER has no exception.
Method SET_LANGUAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_LANGU | Call by reference | Type reference (TYPE) | SYLANGU | current language | 20020626 |
Method SET_LANGUAGE on class CL_RPM_OBJ_MANAGER has no exception.
Method VERIFY_STATE Signature
Method VERIFY_STATE on class CL_RPM_OBJ_MANAGER has no parameter.
Method VERIFY_STATE on class CL_RPM_OBJ_MANAGER has no exception.
Event Signatures
Event BEFORE_OBJ_SAVE Signature
Event BEFORE_OBJ_SAVE on class CL_RPM_OBJ_MANAGER has no parameter.
Event CHANGES_COMMITTED Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | LOCK_MODE | Exporting | Value transfer | Type reference (TYPE) | CHAR1 | 'O' indicates usage of optimistic locking | 20081112 |
Event END_OF_TRANSACTION Signature
Event END_OF_TRANSACTION on class CL_RPM_OBJ_MANAGER has no parameter.
Event LOAD_FINISHED Signature
Event LOAD_FINISHED on class CL_RPM_OBJ_MANAGER has no parameter.
Event LOAD_STARTED Signature
Event LOAD_STARTED on class CL_RPM_OBJ_MANAGER has no parameter.
Event SAVE_CHECK_REQUESTED Signature
Event SAVE_CHECK_REQUESTED on class CL_RPM_OBJ_MANAGER has no parameter.
Event SAVE_FAILED Signature
Event SAVE_FAILED on class CL_RPM_OBJ_MANAGER has no parameter.
Event SAVE_PREPARED Signature
Event SAVE_PREPARED on class CL_RPM_OBJ_MANAGER has no parameter.
Event SAVE_REQUESTED Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | LOCK_MODE | Exporting | Value transfer | Type reference (TYPE) | CHAR1 | 'O' indicates usage of optimistic locking | 20081111 |
Event STATUS_CHANGE Signature
Event STATUS_CHANGE on class CL_RPM_OBJ_MANAGER has no parameter.
History
Last changed by/on | SAP | 20141109 |
SAP Release Created in | 200 |