SAP ABAP Class CL_DPR_DB_API_CPROJECTS_CSP (Core Services Provider Class for Proj. Mgmt (DB))
Hierarchy
☛
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
⤷
PPM-PRO-EXT-API (Application Component) BAPI Interface for cProjects
⤷
DEVELOPMENT_PROJECTS_DB_API (Package) API for Project Management based on direct database access
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_DPR_DB_PROVIDER | Interface Pattern (DB) | 20090416 |
Properties
| Class | CL_DPR_DB_API_CPROJECTS_CSP | |
| Short Description | Core Services Provider Class for Proj. Mgmt (DB) | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | DEVELOPMENT_PROJECTS_DB_API | API for Project Management based on direct database access |
| Created | 20090415 | 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) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_DPR_DB_PROVIDER | Interface Pattern (DB) | 20090416 |
Friends
Class CL_DPR_DB_API_CPROJECTS_CSP 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) | IF_DPR_DB_PROVIDER | Interface Pattern (DB) | 20090416 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | SEOCLSNAME | Object Type Name | 20090415 | |||
| 3 | Static Attribute | Private | Type reference (TYPE) | TS_INSTANCE | Application-Dependent Instance | 20090415 | |||
| 4 | Static Attribute | Private | Type reference (TYPE) | TT_INSTANCE | Application-Dependent Instances | 20090415 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20090415 | ||
| 2 | Static method | Public | Method | 20090415 |
Events
Class CL_DPR_DB_API_CPROJECTS_CSP has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_INSTANCE | Private | See coding | Application-Dependent Instance | 20090415 | BEGIN OF ts_instance,
application TYPE cgpl_application_type,
bo_name TYPE string,
ref TYPE REF TO if_dpr_db_provider,
END OF ts_instance
|
|
| 2 | TT_INSTANCE | Private | See coding | Application-Dependent Instances | 20090415 | tt_instance TYPE HASHED TABLE OF ts_instance
WITH UNIQUE KEY application bo_name
|
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 | Application in Project Planning | 20090415 | |||
| 2 | IV_BO_NAME | Call by reference | Type reference (TYPE) | STRING | Business obj. name | 20090415 |
Method CONSTRUCTOR on class CL_DPR_DB_API_CPROJECTS_CSP 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 | Application in Project Planning | 20090415 | ||
| 2 | IV_BO_NAME | Call by reference | Type reference (TYPE) | STRING | CL_DPR_API_CO=>SC_BO_CPROJECTS | 20090415 | |||
| 3 | RR_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_DPR_DB_PROVIDER | Adapter for Access to Business Object | 20090415 |
Method GET_INSTANCE on class CL_DPR_DB_API_CPROJECTS_CSP has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 500_702 |