SAP ABAP Class CL_DPR_API_USER_FAVORITES (User Lists of Favorites)
Hierarchy
☛
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
⤷
PPM-PRO-EXT-API (Application Component) BAPI Interface for cProjects
⤷
DEVELOPMENT_PROJECTS_API (Package) API for Project Management
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_DPR_PROVIDER_ACCESS | ESA: "CRUD" Interface Pattern | 20041210 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_DPR_PROVIDER_ACTION | ESA: "Action" Interface Pattern | 20041210 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_DPR_PROVIDER_INT | ESA: Interface Patterns (Internal) | 20041210 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_DPR_PROVIDER_LOCKING | ESA: "Locking" Interface Pattern | 20041210 |
| 5 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_DPR_PROVIDER_QUERY | ESA: "Query" Interface Pattern | 20041210 |
| 6 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_DPR_PROVIDER_VALUE_SET | ESA: "Value Set" Interface Pattern | 20041210 |
Properties
| Class | CL_DPR_API_USER_FAVORITES | |
| Short Description | User Lists of Favorites | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | DEVELOPMENT_PROJECTS_API | API for Project Management |
| Created | 20041210 | SAP |
| Last change | 20141109 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_DPR_PROVIDER_ACCESS | ESA: "CRUD" Interface Pattern | 20041210 | ||
| 2 | IF_DPR_PROVIDER_ACTION | ESA: "Action" Interface Pattern | 20041210 | ||
| 3 | IF_DPR_PROVIDER_INT | ESA: Interface Patterns (Internal) | 20041210 | ||
| 4 | IF_DPR_PROVIDER_LOCKING | ESA: "Locking" Interface Pattern | 20041210 | ||
| 5 | IF_DPR_PROVIDER_QUERY | ESA: "Query" Interface Pattern | 20041210 | ||
| 6 | IF_DPR_PROVIDER_VALUE_SET | ESA: "Value Set" Interface Pattern | 20041210 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_DPR_API_FACTORY | 20041210 | Factory for Creating API Instances |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | STRING | 20041210 | ||||
| 2 | Instance attribute | Protected | Type reference (TYPE) | CGPL_APPLICATION_TYPE | Application in Project Planning | 20041210 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | SEOCLSNAME | Object Type Name | 20041210 | |||
| 4 | Instance attribute | Protected | Type reference (TYPE) | STRUKNAME | Name of Structure for BO Node | 20041210 | |||
| 5 | Instance attribute | Protected | Type reference (TYPE) | STRUKNAME | Name of Data Structure for BO Node | 20041210 | |||
| 6 | Instance attribute | Protected | Type reference (TYPE) | STRUKNAME | Name of Key Structure for BO Node | 20041210 | |||
| 7 | Instance attribute | Protected | Type reference (TYPE) | STRUKNAME | Name of Structure | 20041210 | |||
| 8 | Static Attribute | Protected | Type reference (TYPE) | TS_INSTANCE | Instance of IF_DPR_PROVIDER_NT (Application-Dependent) | 20041210 | |||
| 9 | Static Attribute | Protected | Type reference (TYPE) | TT_INSTANCE | Instances of IF_DPR_PROVIDER_INT (Application-Dependent) | 20041210 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20041210 | |
| 2 | Static method | Protected | Method | Gets Instance for an Application | 20041210 | |
| 3 | Instance method | Protected | Method | 20041210 | ||
| 4 | Instance method | Protected | Method | Create BO Node | 20041210 | |
| 5 | Instance method | Protected | Method | Delete BO Node | 20041210 | |
| 6 | Instance method | Protected | Method | Change BO Node | 20041210 |
Events
Class CL_DPR_API_USER_FAVORITES has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_INSTANCE | Protected | See coding | 20041210 | BEGIN OF ts_instance,
application TYPE cgpl_application_type,
classname TYPE seoclsname,
instance TYPE REF TO if_dpr_provider_int,
END OF ts_instance
|
||
| 2 | TT_INSTANCE | Protected | See coding | 20041210 | tt_instance TYPE HASHED TABLE OF ts_instance
WITH UNIQUE KEY application classname
|
||
| 3 | TT_MODIFICATIONS | Protected | Attribute reference (LIKE) | 20041210 | |
||
| 4 | TY_CHANGE_MODE | Protected | Attribute reference (LIKE) | 20041210 | |
||
| 5 | TY_EDIT_MODE | Protected | Attribute reference (LIKE) | 20041210 | |
||
| 6 | TY_MODIFICATIONS | Protected | Attribute reference (LIKE) | 20041210 | |
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_APPLICATION | Call by reference | Type reference (TYPE) | CGPL_APPLICATION_TYPE | CL_DPR_CO=>SC_APPLICATION_TYPE_DPR | Applikation in der Projektplanung | 20041210 |
Method CONSTRUCTOR on class CL_DPR_API_USER_FAVORITES has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_APPLICATION | Call by reference | Type reference (TYPE) | CGPL_APPLICATION_TYPE | CL_DPR_CO=>SC_APPLICATION_TYPE_DPR | Applikation in der Projektplanung | 20041210 | ||
| 2 | IV_CLASSNAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | Objekttypname | 20041210 | |||
| 3 | RR_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_DPR_PROVIDER_INT | ESA: Interface-Patterns | 20041210 |
Method GET_INSTANCE on class CL_DPR_API_USER_FAVORITES has no exception.
Method MODIFY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_CHANGE_HANDLER | Call by reference | Object reference (TYPE REF TO) | IF_DPR_CHANGE_HANDLER | 20041210 | ||||
| 2 | IR_MESSAGE_BUFFER | Call by reference | Object reference (TYPE REF TO) | IF_DPR_MESSAGE_BUFFER | Message Handler Interface | 20041210 | |||
| 3 | IT_MODIFICATIONS | Call by reference | Type reference (TYPE) | TT_MODIFICATIONS | 20041210 |
Method MODIFY on class CL_DPR_API_USER_FAVORITES has no exception.
Method MODIFY_CREATE_BO_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_CHANGE_HANDLER | Call by reference | Object reference (TYPE REF TO) | IF_DPR_CHANGE_HANDLER | 20041210 | ||||
| 2 | IR_MESSAGE_BUFFER | Call by reference | Object reference (TYPE REF TO) | IF_DPR_MESSAGE_BUFFER | Message Handler Interface | 20041210 | |||
| 3 | IS_MODIFICATIONS | Call by reference | Type reference (TYPE) | TY_MODIFICATIONS | 20041210 |
Method MODIFY_CREATE_BO_NODE on class CL_DPR_API_USER_FAVORITES has no exception.
Method MODIFY_DELETE_BO_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_CHANGE_HANDLER | Call by reference | Object reference (TYPE REF TO) | IF_DPR_CHANGE_HANDLER | 20041210 | ||||
| 2 | IR_MESSAGE_BUFFER | Call by reference | Object reference (TYPE REF TO) | IF_DPR_MESSAGE_BUFFER | Message Handler Interface | 20041210 | |||
| 3 | IS_MODIFICATIONS | Call by reference | Type reference (TYPE) | TY_MODIFICATIONS | 20041210 |
Method MODIFY_DELETE_BO_NODE on class CL_DPR_API_USER_FAVORITES has no exception.
Method MODIFY_UPDATE_BO_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_CHANGE_HANDLER | Call by reference | Object reference (TYPE REF TO) | IF_DPR_CHANGE_HANDLER | 20041210 | ||||
| 2 | IR_MESSAGE_BUFFER | Call by reference | Object reference (TYPE REF TO) | IF_DPR_MESSAGE_BUFFER | Message Handler Interface | 20041210 | |||
| 3 | IS_MODIFICATIONS | Call by reference | Type reference (TYPE) | TY_MODIFICATIONS | 20041210 |
Method MODIFY_UPDATE_BO_NODE on class CL_DPR_API_USER_FAVORITES has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 400 |