SAP ABAP Class CL_DPR_DB_API_BUSINESS_OBJECT (Proj. Mgmt API: Business Object (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) | 20090415 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_DPR_DB_API_CPROJECTS | Proj. Mgmt API: BO Project Management (DB) | 20090415 |
Properties
| Class | CL_DPR_DB_API_BUSINESS_OBJECT | |
| Short Description | Proj. Mgmt API: Business Object (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) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_DPR_DB_PROVIDER | Interface Pattern (DB) | 20090415 |
Friends
Class CL_DPR_DB_API_BUSINESS_OBJECT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | TS_PROVIDER | Object-Dependent Provider | 20090415 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | TT_PROVIDER | Object-Dependent Providers | 20090415 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | CGPL_APPLICATION_TYPE | Application in Project Planning | 20090506 | |||
| 4 | Static Attribute | Protected | Type reference (TYPE) | TS_INSTANCE | 20090415 | ||||
| 5 | Static Attribute | Protected | Type reference (TYPE) | TT_INSTANCE | 20090415 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | 20090415 | ||
| 2 | Instance method | Public | Constructor | 20090506 | ||
| 3 | Instance method | Protected | Method | 20090415 | ||
| 4 | Instance method | Protected | Method | 20090602 | ||
| 5 | Static method | Protected | Method | 20090415 | ||
| 6 | Instance method | Protected | Method | 20090415 | ||
| 7 | Instance method | Protected | Method | 20090415 | ||
| 8 | Instance method | Protected | Method | 20090415 |
Events
Class CL_DPR_DB_API_BUSINESS_OBJECT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_INSTANCE | Public | See coding | 20090415 | BEGIN OF ts_instance,
application TYPE cgpl_application_type,
classname TYPE seoclsname,
instance TYPE REF TO if_dpr_db_provider,
END OF ts_instance
|
||
| 2 | TS_PROVIDER | Public | See coding | Object-Dependent Provider | 20090415 | BEGIN OF ts_provider,
bo_node_name TYPE string,
ref TYPE REF TO if_dpr_db_provider,
END OF ts_provider
|
|
| 3 | TT_INSTANCE | Public | See coding | 20090415 | tt_instance TYPE SORTED TABLE OF ts_instance
WITH UNIQUE KEY application classname
|
||
| 4 | TT_PROVIDER | Public | See coding | Object-Dependent Providers | 20090415 | tt_provider TYPE HASHED TABLE OF ts_provider
WITH UNIQUE KEY bo_node_name
|
Method Signatures
Method ANALYZE_IN_BO_NODE_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_PROVIDER | Call by reference | Object reference (TYPE REF TO) | IF_DPR_DB_PROVIDER | Interface Pattern (DB) | 20090415 | |||
| 2 | EV_BO_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20090415 | ||||
| 3 | IV_BO_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20090415 |
Method ANALYZE_IN_BO_NODE_NAME on class CL_DPR_DB_API_BUSINESS_OBJECT has no exception.
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 | Application in Project Planning | 20090506 |
Method CONSTRUCTOR on class CL_DPR_DB_API_BUSINESS_OBJECT has no exception.
Method CREATE_PROVIDER_INT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_BO_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20090415 | ||||
| 2 | RR_PROVIDER | Value transfer | Object reference (TYPE REF TO) | IF_DPR_DB_PROVIDER | Interface Pattern (DB) | 20090415 |
Method CREATE_PROVIDER_INT on class CL_DPR_DB_API_BUSINESS_OBJECT has no exception.
Method DO_CLEANUP Signature
Method DO_CLEANUP on class CL_DPR_DB_API_BUSINESS_OBJECT has no parameter.
Method DO_CLEANUP on class CL_DPR_DB_API_BUSINESS_OBJECT 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_CLASSNAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | Object Type Name | 20090415 | |||
| 3 | RR_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_DPR_DB_PROVIDER | Interface Pattern (DB) | 20090415 |
Method GET_INSTANCE on class CL_DPR_DB_API_BUSINESS_OBJECT has no exception.
Method GET_PROVIDER_INT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_BO_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20090415 | ||||
| 2 | RR_PROVIDER | Value transfer | Object reference (TYPE REF TO) | IF_DPR_DB_PROVIDER | Interface Pattern (DB) | 20090415 |
Method GET_PROVIDER_INT on class CL_DPR_DB_API_BUSINESS_OBJECT has no exception.
Method RETRIEVE 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 | 20090415 | ||||
| 2 | IN_KEYS | Call by reference | Type reference (TYPE) | INDEX TABLE | 20090415 | ||||
| 3 | OUT_DATA | Call by reference | Type reference (TYPE) | INDEX TABLE | 20090415 | ||||
| 4 | OUT_FAILED_KEYS | Call by reference | Type reference (TYPE) | INDEX TABLE | 20090415 |
Method RETRIEVE on class CL_DPR_DB_API_BUSINESS_OBJECT has no exception.
Method RETRIEVE_BY_ASSOCIATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IN_ASSOCIATION_NAME | Call by reference | Type reference (TYPE) | STRING | 20090415 | ||||
| 2 | IN_BO_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20090415 | ||||
| 3 | IN_KEYS | Call by reference | Type reference (TYPE) | INDEX TABLE | 20090415 | ||||
| 4 | OUT_DATA | Call by reference | Type reference (TYPE) | INDEX TABLE | 20090415 | ||||
| 5 | OUT_LINK_SOURCE_KEYS | Call by reference | Type reference (TYPE) | INDEX TABLE | 20090415 | ||||
| 6 | OUT_LINK_TARGET_KEYS | Call by reference | Type reference (TYPE) | INDEX TABLE | 20090415 |
Method RETRIEVE_BY_ASSOCIATION on class CL_DPR_DB_API_BUSINESS_OBJECT has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 500_702 |