SAP ABAP Class CL_DPR_UI_LOG_PROJECT_VERSION (Cross-Object Data Retrieval)
Hierarchy
☛
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
⤷
PPM-PRO (Application Component) Project Management
⤷
DEVELOPMENT_PROJECTS_UI_LOGIC (Package) Project Management UI Data Formatting
⤷
⤷
Properties
| Class | CL_DPR_UI_LOG_PROJECT_VERSION | |
| Short Description | Cross-Object Data Retrieval | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | DEVELOPMENT_PROJECTS_UI_LOGIC | Project Management UI Data Formatting |
| Created | 20050404 | SAP |
| Last change | 20141109 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_DPR_UI_LOG_PROJECT_VERSION has no forward declaration.
Interfaces
Class CL_DPR_UI_LOG_PROJECT_VERSION has no interface implemented.
Friends
Class CL_DPR_UI_LOG_PROJECT_VERSION has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_DPR_CORE_SERVICE_MANAGER | cProjects Core Service Manager | 20050404 | |||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'VIEWDATA_TAB' | Node Name Detailed Data | 20050404 | ||
| 3 | Constant | Public | Type reference (TYPE) | STRING | 'VIEWDATA_UI_CTRL' | Node Name UI Control | 20050404 | ||
| 4 | Constant | Public | Type reference (TYPE) | STRING | 'VERSION_SIM' | Node Name Global Versions | 20050404 | ||
| 5 | Constant | Public | Type reference (TYPE) | STRING | 'VERSION_SNAP' | Node Name Local Versions | 20050404 | ||
| 6 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_DPR_UI_LOG_PROJECT_VERSION | Cross-Object Data Retrieval | 20050404 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20050404 | ||
| 2 | Instance method | Private | Method | 20050406 | ||
| 3 | Instance method | Public | Method | Permitted Actions for Versions | 20051109 | |
| 4 | Instance method | Public | Method | Get Detail Data for All Versions | 20050404 | |
| 5 | Static method | Public | Method | Get Instance (Singleton) | 20050404 | |
| 6 | Instance method | Private | Method | Version Text | 20050404 | |
| 7 | Instance method | Public | Method | Send Actions to Change Manager | 20050404 | |
| 8 | Instance method | Public | Method | Send Changes to Back-End | 20050404 |
Events
Class CL_DPR_UI_LOG_PROJECT_VERSION has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_API_PROPERTIES | Private | See coding | 20050404 | BEGIN OF ts_api_properties,
mandatory TYPE boole_d,
read_only TYPE boole_d,
enabled TYPE boole_d,
visible TYPE boole_d,
END OF ts_api_properties
|
||
| 2 | TS_IF_PROPERTIES | Private | See coding | 20050404 | begin of TS_IF_PROPERTIES,
bo_name type string,
bo_node_name type string,
bo_node_key type string,
sub_elem_type type i, " attribute, action, association
sub_elem_name type string,
properties type ts_api_properties,
end of TS_IF_PROPERTIES
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_DPR_UI_LOG_PROJECT_VERSION has no parameter.
Method CONSTRUCTOR on class CL_DPR_UI_LOG_PROJECT_VERSION has no exception.
Method FILL_UI_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_UI_DATA | Value transfer | Type reference (TYPE) | DPR_TS_UI_PROJECT_VERSION | Versionen zu einem Projekt | 20050406 | |||
| 2 | IS_PROJ_DATA | Call by reference | Type reference (TYPE) | DPR_TS_API_PROJECT_O | API: Struktur Projektdefinition | 20050406 |
Method FILL_UI_DATA on class CL_DPR_UI_LOG_PROJECT_VERSION has no exception.
Method GET_ACTION_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_CREATE_ENABLED | Call by reference | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20051109 | |||
| 2 | EV_DELETE_ENABLED | Call by reference | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20051109 | |||
| 3 | IV_GUID | Call by reference | Type reference (TYPE) | DPR_TV_OBJECT_GUID_CHAR | Eindeutiger Objektschlüssel | 20051109 | |||
| 4 | IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | DPR_TV_OBJECT_TYPE | Objekttyp in der Projektplanung | 20051109 |
Method GET_ACTION_PROPERTIES on class CL_DPR_UI_LOG_PROJECT_VERSION has no exception.
Method GET_DATA_ALL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_VERSION_SIM | Call by reference | Type reference (TYPE) | DPR_TT_UI_PROJECT_VERSION | Versionen zu einem Projekt | 20050404 | |||
| 2 | ET_VERSION_SNAP | Call by reference | Type reference (TYPE) | DPR_TT_UI_PROJECT_VERSION | Versionen zu einem Projekt | 20050404 | |||
| 3 | IV_PROJECT_GUID | Call by reference | Type reference (TYPE) | DPR_TV_OBJECT_GUID_CHAR | Eindeutiger Objektschlüssel | 20050404 |
Method GET_DATA_ALL on class CL_DPR_UI_LOG_PROJECT_VERSION has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_PROJECT_VERSION | Value transfer | Object reference (TYPE REF TO) | CL_DPR_UI_LOG_PROJECT_VERSION | Objektübergreifende Datenbeschaffung | 20050404 |
Method GET_INSTANCE on class CL_DPR_UI_LOG_PROJECT_VERSION has no exception.
Method GET_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_VERSION_ID | Call by reference | Type reference (TYPE) | DPR_TV_VERSION | Version | 20050404 | |||
| 2 | RV_SHORTTEXT | Value transfer | Type reference (TYPE) | STRING | 20050404 |
Method GET_TEXT on class CL_DPR_UI_LOG_PROJECT_VERSION has no exception.
Method REPORT_ACTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_PARAMETERS | Call by reference | Object reference (TYPE REF TO) | DATA | 20050404 | ||||
| 2 | IV_ACTION_NAME | Call by reference | Type reference (TYPE) | STRING | Web Dynpro: Liste mit Context-Änderungen | 20050404 | |||
| 3 | IV_GUID | Call by reference | Type reference (TYPE) | DPR_TV_OBJECT_GUID_CHAR | GUID des Anwendungsobjekts | 20050404 | |||
| 4 | IV_OBJ_TYPE | Call by reference | Type reference (TYPE) | CGPL_OBJECT_TYPE | Objekttyp in der Projektplanung | 20050404 |
Method REPORT_ACTION on class CL_DPR_UI_LOG_PROJECT_VERSION has no exception.
Method REPORT_CHANGED_DET_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_DATA | Call by reference | Type reference (TYPE) | DPR_TS_UI_VRSN_HDR | UI: Attribute Versionskopf | 20050404 | |||
| 2 | IT_CHANGED_ATTR | Call by reference | Type reference (TYPE) | WDR_CONTEXT_CHANGE_LIST | Web Dynpro: Liste mit Context-Änderungen | 20050404 | |||
| 3 | IV_VERSION_ID | Call by reference | Type reference (TYPE) | DPR_TV_VERSION | Version | 20050404 |
Method REPORT_CHANGED_DET_DATA on class CL_DPR_UI_LOG_PROJECT_VERSION has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 400 |