SAP ABAP Class /RPM/CL_SUBSTITUTE_API (xRPM Susbstitute Provider class)
Hierarchy
☛
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
⤷
PPM-PFM (Application Component) Portfolio Management
⤷
/RPM/API (Package) xRPM External Interfaces
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /RPM/CL_OBJECT_API | xRPM Object Provider Super Class | 20060109 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | /RPM/IF_DASHBOARD | Dashboard Interface | 20090226 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | /RPM/IF_PROVIDER_ACCESS | ESA: "CRUD"-Interface Pattern | 20060109 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | /RPM/IF_PROVIDER_ACTION | ESA: "Action"-Interface Pattern | 20060109 |
| 5 | Interface implementation (CLASS c. INTERFACES i_ref) | /RPM/IF_PROVIDER_QUERY | ESA: "Query"-Interface-Pattern | 20060109 |
| 6 | Interface implementation (CLASS c. INTERFACES i_ref) | /RPM/IF_PROVIDER_TRANSACTION | ESA: "Transaction"-Interface Pattern | 20060109 |
Properties
| Class | /RPM/CL_SUBSTITUTE_API | |
| Short Description | xRPM Susbstitute Provider class | |
| Super Class | /RPM/CL_OBJECT_API | xRPM Object Provider Super Class |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /RPM/API | xRPM External Interfaces |
| Created | 20060109 | SAP |
| Last change | 20141109 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /RPM/CL_SUBSTITUTE_API has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /RPM/IF_DASHBOARD | Dashboard Interface | 20090226 | ||
| 2 | /RPM/IF_PROVIDER_ACCESS | ESA: "CRUD"-Interface Pattern | 20060109 | ||
| 3 | /RPM/IF_PROVIDER_ACTION | ESA: "Action"-Interface Pattern | 20060109 | ||
| 4 | /RPM/IF_PROVIDER_QUERY | ESA: "Query"-Interface-Pattern | 20060109 | ||
| 5 | /RPM/IF_PROVIDER_TRANSACTION | ESA: "Transaction"-Interface Pattern | 20060109 |
Friends
Class /RPM/CL_SUBSTITUTE_API has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_ACO_SUBSTITUTES | Substitute Collection | 20060112 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | STRING | 20060113 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | STRUKNAME | Name of a structure | 20060113 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | STRUKNAME | Name of a structure | 20060113 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | STRUKNAME | Name of a structure | 20060113 | |||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | /RPM/CL_BUCKET_O | Hierarchy bucket operational object | 20060109 | |||
| 7 | Instance attribute | Private | Object reference (TYPE REF TO) | /RPM/CL_OBJ_MANAGER | RPM-Project and Portfolio Controller | 20060109 | |||
| 8 | Instance attribute | Private | Object reference (TYPE REF TO) | /RPM/CL_ENTITY_PROJECT | General object definition | 20060109 | |||
| 9 | Instance attribute | Public | Type reference (TYPE) | /RPM/TS_CHANGE_MODE | Object Change Mode | 20060109 | |||
| 10 | Instance attribute | Public | Type reference (TYPE) | /RPM/TT_GUIDS | Table of RPM guids | 20060109 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | LANGU | Language Key | 20060109 | |||
| 12 | Constant | Public | Type reference (TYPE) | STRING | 'DETAIL' | 20060109 | |||
| 13 | Constant | Public | Type reference (TYPE) | STRING | 'GET_OBJ_FOR_SUBST' | Get Objects for substitution | 20060112 | ||
| 14 | Instance attribute | Public | Type reference (TYPE) | I | 20060109 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Create Substitute | 20060118 | |
| 2 | Instance method | Private | Method | Delete Substitute | 20060118 | |
| 3 | Instance method | Public | Method | 20060113 | ||
| 4 | Instance method | Private | Method | 20060216 | ||
| 5 | Instance method | Private | Method | Get Objects for Substitution | 20060112 | |
| 6 | Instance method | Private | Method | Update Substitute | 20060118 |
Events
Class /RPM/CL_SUBSTITUTE_API has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_ACTIONS | Public | Attribute reference (LIKE) | 20060109 | |
||
| 2 | TY_MODIFICATIONS | Public | Attribute reference (LIKE) | 20060109 | |
Method Signatures
Method CREATE_SUBSTITUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IN_ACTIONS | Call by reference | Type reference (TYPE) | TT_ACTIONS | 20060118 | ||||
| 2 | IN_CHANGE_HANDLER | Call by reference | Object reference (TYPE REF TO) | /RPM/IF_CHANGE_HANDLER | 20060118 | ||||
| 3 | IN_MESSAGE_BUFFER | Call by reference | Object reference (TYPE REF TO) | /RPM/IF_MESSAGE_BUFFER | Message Handler Interface | 20060118 | |||
| 4 | IN_MODIFICATIONS | Call by reference | Type reference (TYPE) | TT_MODIFICATIONS | 20060118 |
Method CREATE_SUBSTITUTE on class /RPM/CL_SUBSTITUTE_API has no exception.
Method DELETE_SUBSTITUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IN_ACTIONS | Call by reference | Type reference (TYPE) | TT_ACTIONS | 20060118 | ||||
| 2 | IN_CHANGE_HANDLER | Call by reference | Object reference (TYPE REF TO) | /RPM/IF_CHANGE_HANDLER | 20060118 | ||||
| 3 | IN_MESSAGE_BUFFER | Call by reference | Object reference (TYPE REF TO) | /RPM/IF_MESSAGE_BUFFER | Message Handler Interface | 20060118 | |||
| 4 | IN_MODIFICATIONS | Call by reference | Type reference (TYPE) | TT_MODIFICATIONS | 20060118 |
Method DELETE_SUBSTITUTE on class /RPM/CL_SUBSTITUTE_API has no exception.
Method DO_SAVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IN_MESSAGE_BUFFER | Call by reference | Object reference (TYPE REF TO) | /RPM/IF_MESSAGE_BUFFER | Message Handler Interface | 20060113 | |||
| 2 | OUT_REJECTED | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20060113 |
Method DO_SAVE on class /RPM/CL_SUBSTITUTE_API has no exception.
Method GET_ALL_OBJ_FOR_SUBSTITUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_OBJECTS | Call by reference | Type reference (TYPE) | ACO_TT_SUBSTITUTE_OBJECT | Objects for which a substitute is to be specified | 20060216 | |||
| 2 | IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | ACO_OBJECT_TYPE | Object Category | 20060216 | |||
| 3 | IV_USER_ID | Call by reference | Type reference (TYPE) | ACO_USER_ID | SY-UNAME | User ID | 20060216 |
Method GET_ALL_OBJ_FOR_SUBSTITUTE on class /RPM/CL_SUBSTITUTE_API has no exception.
Method GET_OBJ_FOR_SUBSTITUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IN_BO_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20060112 | ||||
| 2 | IN_FILL_DATA | Call by reference | Type reference (TYPE) | SCOL_BOOLEAN | Boolean | 20060112 | |||
| 3 | IN_FILTER_KEYS | Call by reference | Type reference (TYPE) | INDEX TABLE | 20060112 | ||||
| 4 | IN_MESSAGE_BUFFER | Call by reference | Object reference (TYPE REF TO) | /RPM/IF_MESSAGE_BUFFER | Message Handler Interface | 20060112 | |||
| 5 | IN_QUERY_NAME | Call by reference | Type reference (TYPE) | STRING | 20060112 | ||||
| 6 | IN_QUERY_OPTIONS | Call by reference | Type reference (TYPE) | TY_QUERY_OPTIONS | 20060112 | ||||
| 7 | IN_SELECTION_PARAMETERS | Call by reference | Type reference (TYPE) | TT_SELECTION_PARAMETERS | 20060112 | ||||
| 8 | OUT_DATA | Call by reference | Type reference (TYPE) | INDEX TABLE | 20060112 | ||||
| 9 | OUT_KEYS | Call by reference | Type reference (TYPE) | INDEX TABLE | 20060112 | ||||
| 10 | OUT_QUERY_INFO | Call by reference | Type reference (TYPE) | TY_QUERY_INFO | 20060112 |
Method GET_OBJ_FOR_SUBSTITUTE on class /RPM/CL_SUBSTITUTE_API has no exception.
Method UPDATE_SUBSTITUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IN_ACTIONS | Call by reference | Type reference (TYPE) | TT_ACTIONS | 20060118 | ||||
| 2 | IN_CHANGE_HANDLER | Call by reference | Object reference (TYPE REF TO) | /RPM/IF_CHANGE_HANDLER | 20060118 | ||||
| 3 | IN_MESSAGE_BUFFER | Call by reference | Object reference (TYPE REF TO) | /RPM/IF_MESSAGE_BUFFER | Message Handler Interface | 20060118 | |||
| 4 | IN_MODIFICATIONS | Call by reference | Type reference (TYPE) | TT_MODIFICATIONS | 20060118 |
Method UPDATE_SUBSTITUTE on class /RPM/CL_SUBSTITUTE_API has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 400 |