SAP ABAP Class CL_DPR_API_CUSTOMIZING_OBJECTS (Proj. Mgmt Customizing: ACO Customizing)
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 | 20041122 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_DPR_PROVIDER_ACTION | ESA: "Action" Interface Pattern | 20041122 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_DPR_PROVIDER_INT | ESA: Interface Patterns (Internal) | 20041122 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_DPR_PROVIDER_LOCKING | ESA: "Locking" Interface Pattern | 20041122 |
| 5 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_DPR_PROVIDER_QUERY | ESA: "Query" Interface Pattern | 20041122 |
| 6 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_DPR_PROVIDER_VALUE_SET | ESA: "Value Set" Interface Pattern | 20041122 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_DPR_API_AUTH_CUSTOMIZING | Proj. Mgmt Customizing: ACO Customizing | 20041122 |
Properties
| Class | CL_DPR_API_CUSTOMIZING_OBJECTS | |
| Short Description | Proj. Mgmt Customizing: ACO Customizing | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | P | SAP Standard Production Program |
| Category | 0 | |
| Package | DEVELOPMENT_PROJECTS_API | API for Project Management |
| Created | 20041122 | 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 | 20041122 | ||
| 2 | IF_DPR_PROVIDER_ACTION | ESA: "Action" Interface Pattern | 20041122 | ||
| 3 | IF_DPR_PROVIDER_INT | ESA: Interface Patterns (Internal) | 20041122 | ||
| 4 | IF_DPR_PROVIDER_LOCKING | ESA: "Locking" Interface Pattern | 20041122 | ||
| 5 | IF_DPR_PROVIDER_QUERY | ESA: "Query" Interface Pattern | 20041122 | ||
| 6 | IF_DPR_PROVIDER_VALUE_SET | ESA: "Value Set" Interface Pattern | 20041122 |
Friends
Class CL_DPR_API_CUSTOMIZING_OBJECTS 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) | STRING | BO Node Type | 20041122 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | CGPL_APPLICATION_TYPE | Application in Project Planning | 20041122 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | SEOCLSNAME | Object Type Name | 20041122 | |||
| 4 | Instance attribute | Protected | Type reference (TYPE) | CGPL_OBJECT_TYPE | Object Category in Project Planning | 20041122 | |||
| 5 | Instance attribute | Protected | Type reference (TYPE) | STRUKNAME | Name of Structure | 20041122 | |||
| 6 | Instance attribute | Protected | Type reference (TYPE) | STRUKNAME | Name of Structure | 20041122 | |||
| 7 | Instance attribute | Protected | Type reference (TYPE) | STRUKNAME | Name of Structure | 20041122 | |||
| 8 | Static Attribute | Protected | Type reference (TYPE) | TS_INSTANCE | 20041122 | ||||
| 9 | Static Attribute | Protected | Type reference (TYPE) | TT_INSTANCE | 20041122 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20041122 | |
| 2 | Static method | Protected | Method | Gets Instance for an Application | 20041122 | |
| 3 | Instance method | Protected | Method | 20041122 | ||
| 4 | Instance method | Protected | Method | Read Attributes of Object | 20041122 |
Events
Class CL_DPR_API_CUSTOMIZING_OBJECTS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_INSTANCE | Protected | See coding | 20041122 | 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 | 20041122 | tt_instance TYPE HASHED TABLE OF ts_instance
WITH UNIQUE KEY application classname
|
||
| 3 | TT_SELECTION_PARAMETERS | Protected | Attribute reference (LIKE) | 20041122 | |
||
| 4 | TY_QUERY_INFO | Protected | Attribute reference (LIKE) | 20041122 | |
||
| 5 | TY_QUERY_OPTIONS | Protected | Attribute reference (LIKE) | 20041122 | |
||
| 6 | TY_SELECTION_PARAMETER | Protected | Attribute reference (LIKE) | 20041122 | |
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 | Applikation in der Projektplanung | 20041122 | |||
| 2 | IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | CGPL_OBJECT_TYPE | Objekttyp in der Projektplanung | 20041122 |
Method CONSTRUCTOR on class CL_DPR_API_CUSTOMIZING_OBJECTS 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 | 20041122 | ||
| 2 | IV_CLASSNAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | Objekttypname | 20041122 | |||
| 3 | RR_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_DPR_PROVIDER_INT | ESA: Interface-Patterns | 20041122 |
Method GET_INSTANCE on class CL_DPR_API_CUSTOMIZING_OBJECTS has no exception.
Method QUERY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_QUERY_INFO | Call by reference | Type reference (TYPE) | TY_QUERY_INFO | 20041122 | ||||
| 2 | ET_DATA | Call by reference | Type reference (TYPE) | INDEX TABLE | 20041122 | ||||
| 3 | ET_KEYS | Call by reference | Type reference (TYPE) | INDEX TABLE | 20041122 | ||||
| 4 | IR_MESSAGE_BUFFER | Call by reference | Object reference (TYPE REF TO) | IF_DPR_MESSAGE_BUFFER | Message Handler Interface | 20041122 | |||
| 5 | IT_FILTER_KEYS | Call by reference | Type reference (TYPE) | INDEX TABLE | Filterung auf Keys | 20041122 | |||
| 6 | IT_QUERY_OPTIONS | Call by reference | Type reference (TYPE) | TY_QUERY_OPTIONS | Optionen einer Query | 20041122 | |||
| 7 | IT_SELECTION_PARAMETERS | Call by reference | Type reference (TYPE) | TT_SELECTION_PARAMETERS | Selektionsparameter | 20041122 | |||
| 8 | IV_FILL_DATA | Call by reference | Type reference (TYPE) | SCOL_BOOLEAN | SPACE | OUT_DATA muß gefüllt werden | 20041122 | ||
| 9 | IV_QUERY_NAME | Call by reference | Type reference (TYPE) | STRING | Query Name | 20041122 |
Method QUERY on class CL_DPR_API_CUSTOMIZING_OBJECTS 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 | 20041122 | ||||
| 2 | IN_EDIT_MODE | Call by reference | Type reference (TYPE) | IF_DPR_PROVIDER_ACCESS~TY_EDIT_MODE | 20041122 | ||||
| 3 | IN_FILL_PROPERTIES | Call by reference | Type reference (TYPE) | SESF_BOOLEAN | Boolean | 20041122 | |||
| 4 | IN_KEYS | Call by reference | Type reference (TYPE) | INDEX TABLE | 20041122 | ||||
| 5 | IN_MESSAGE_BUFFER | Call by reference | Object reference (TYPE REF TO) | IF_DPR_MESSAGE_BUFFER | Message Handler Interface | 20041122 | |||
| 6 | IN_PROPERTY_HANDLER | Call by reference | Object reference (TYPE REF TO) | IF_DPR_PROPERTY_HANDLER | Attribute Handler Interface | 20041122 | |||
| 7 | IN_RETRIEVE_BEFORE_IMAGE | Call by reference | Type reference (TYPE) | SESF_BOOLEAN | Boolean | 20041122 | |||
| 8 | OUT_DATA | Call by reference | Type reference (TYPE) | INDEX TABLE | 20041122 | ||||
| 9 | OUT_FAILED_KEYS | Call by reference | Type reference (TYPE) | INDEX TABLE | 20041122 |
Method RETRIEVE on class CL_DPR_API_CUSTOMIZING_OBJECTS has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 400 |