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 MR_SERVICE_MANAGER Instance attribute Protected Object reference (TYPE REF TO) IF_DPR_CORE_SERVICE_MANAGER cProjects Core Service Manager 20050404
2 SC_ND_DATA Constant Public Type reference (TYPE) STRING 'VIEWDATA_TAB' Node Name Detailed Data 20050404
3 SC_ND_UI_CONTROL Constant Public Type reference (TYPE) STRING 'VIEWDATA_UI_CTRL' Node Name UI Control 20050404
4 SC_ND_VERSION_SIM Constant Public Type reference (TYPE) STRING 'VERSION_SIM' Node Name Global Versions 20050404
5 SC_ND_VERSION_SNAP Constant Public Type reference (TYPE) STRING 'VERSION_SNAP' Node Name Local Versions 20050404
6 SR_PROJECT_VERSION 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 CONSTRUCTOR Instance method Public Constructor 20050404
2 FILL_UI_DATA Instance method Private Method 20050406
3 GET_ACTION_PROPERTIES Instance method Public Method Permitted Actions for Versions 20051109
4 GET_DATA_ALL Instance method Public Method Get Detail Data for All Versions 20050404
5 GET_INSTANCE Static method Public Method Get Instance (Singleton) 20050404
6 GET_TEXT Instance method Private Method Version Text 20050404
7 REPORT_ACTION Instance method Public Method Send Actions to Change Manager 20050404
8 REPORT_CHANGED_DET_DATA 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 Returning ES_UI_DATA Value transfer Type reference (TYPE) DPR_TS_UI_PROJECT_VERSION Versionen zu einem Projekt 20050406
2 Importing 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 Exporting EV_CREATE_ENABLED Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20051109
2 Exporting EV_DELETE_ENABLED Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20051109
3 Importing IV_GUID Call by reference Type reference (TYPE) DPR_TV_OBJECT_GUID_CHAR Eindeutiger Objektschlüssel 20051109
4 Importing 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 Exporting ET_VERSION_SIM Call by reference Type reference (TYPE) DPR_TT_UI_PROJECT_VERSION Versionen zu einem Projekt 20050404
2 Exporting ET_VERSION_SNAP Call by reference Type reference (TYPE) DPR_TT_UI_PROJECT_VERSION Versionen zu einem Projekt 20050404
3 Importing 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 Returning 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 Importing IV_VERSION_ID Call by reference Type reference (TYPE) DPR_TV_VERSION Version 20050404
2 Returning 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 Importing IS_PARAMETERS Call by reference Object reference (TYPE REF TO) DATA 20050404
2 Importing IV_ACTION_NAME Call by reference Type reference (TYPE) STRING Web Dynpro: Liste mit Context-Änderungen 20050404
3 Importing IV_GUID Call by reference Type reference (TYPE) DPR_TV_OBJECT_GUID_CHAR GUID des Anwendungsobjekts 20050404
4 Importing 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 Importing IS_DATA Call by reference Type reference (TYPE) DPR_TS_UI_VRSN_HDR UI: Attribute Versionskopf 20050404
2 Importing IT_CHANGED_ATTR Call by reference Type reference (TYPE) WDR_CONTEXT_CHANGE_LIST Web Dynpro: Liste mit Context-Änderungen 20050404
3 Importing 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