SAP ABAP Class CL_DPR_VERSION_SUBSYSTEM (Proj. Mgmt.: Subsystem for Generating Versions)
Hierarchy
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
   PPM-PRO-VER (Application Component) Versions
     DEVELOPMENT_PROJECTS_VERSION (Package) Version Management for Project Management
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DPR_APPL_BOOTSTRAP_MEMBER Development Projects: Classes to Be Initialized at Start 20031110
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DPR_APPL_PLUG_IN_SUBSYSTEM Development Projects: Interface for Subsystems to Be Loaded 20031110
Properties
Class CL_DPR_VERSION_SUBSYSTEM  
Short Description Proj. Mgmt.: Subsystem for Generating Versions    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package DEVELOPMENT_PROJECTS_VERSION   Version Management for Project Management 
Created 20031110   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_DPR_VERSION_SUBSYSTEM has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_DPR_APPL_BOOTSTRAP_MEMBER Development Projects: Classes to Be Initialized at Start 20031110
2 IF_DPR_APPL_PLUG_IN_SUBSYSTEM Development Projects: Interface for Subsystems to Be Loaded 20031110
Friends
Class CL_DPR_VERSION_SUBSYSTEM has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_CREATED_VERSION Instance attribute Private Type reference (TYPE) DPR_TT_COMMONS Table Type for Application Objects 20031110
2 MT_CREATE_FAILED Instance attribute Private Type reference (TYPE) DPR_TT_CREATE_VERSION Versions: Error During Creation 20070706
3 MT_CREATE_VERSION Instance attribute Private Type reference (TYPE) DPR_TT_CREATE_VERSION Fields for Creating a Version 20031110
4 MT_DELETED_VERSION Instance attribute Private Type reference (TYPE) DPR_TT_CREATE_VERSION Versions: Deleted Versions 20070706
5 MT_DELETE_FAILED Instance attribute Private Type reference (TYPE) DPR_TT_CREATE_VERSION Versions: Error During Deletion 20070706
6 MT_DELETE_VERSION Instance attribute Private Type reference (TYPE) DPR_TT_CREATE_VERSION Fields for Deleting a Version 20040315
7 SR_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_DPR_VERSION_SUBSYSTEM cProjects: Subsystem for Generating Versions 20031110
Methods
# Method Level Visibility Method type Description Created on
1 ADD_REQUEST_VERSION_CREATION Instance method Public Method Add Request for Creating a Version 20031110
2 ADD_REQUEST_VERSION_DELETION Instance method Public Method Add Request for Deleting a Version 20040315
3 GET_INSTANCE Static method Public Method Create Instance 20031110
4 GET_REQUESTS_BY_GUID Instance method Public Method Retrieve Requests per EXTERNAL_ID 20040413
5 MESSAGE_TO_LOG_CREATION_FAILED Instance method Private Method Write Error Message for Failed Creation to Log 20031110
6 MESSAGE_TO_LOG_CREATION_OK Instance method Private Method Write Success Message to Log After Successful Creation 20031110
7 MESSAGE_TO_LOG_DELETION_FAILED Instance method Private Method Write Error Message to Log when Deletion Fails 20040315
8 MESSAGE_TO_LOG_DELETION_OK Instance method Private Method Write Success Message to Log After Successful Deletion 20060623
Events
# Event Type Visibility Description Created on
1 REQUEST_ADDED Instance Event
(0)
Public
(2)
Request Was Added 20031111
Types
Class CL_DPR_VERSION_SUBSYSTEM has no local type.
Method Signatures

Method ADD_REQUEST_VERSION_CREATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CREATE_VERSION Call by reference Type reference (TYPE) DPR_TS_CREATE_VERSION Felder zum Anlegen einer Version 20031110
# Exception Resumable Description Created on
1 REQUEST_ALREADY_EXISTS Request wurde bereits eingetragen 20031110

Method ADD_REQUEST_VERSION_DELETION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DELETE_VERSION Call by reference Type reference (TYPE) DPR_TS_CREATE_VERSION Zu löschende Version 20040315
# Exception Resumable Description Created on
1 REQUEST_ALREADY_EXISTS Request wurde bereits eingetragen 20040315

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_INSTANCE Value transfer Object reference (TYPE REF TO) CL_DPR_VERSION_SUBSYSTEM cProjects: Subsystem zum Erzeugen von Versionen 20031110

Method GET_INSTANCE on class CL_DPR_VERSION_SUBSYSTEM has no exception.

Method GET_REQUESTS_BY_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_GUID Call by reference Type reference (TYPE) DPR_TV_GUID GUID des Anwendungsobjekts 20040413
2 Returning RT_REQUEST Value transfer Type reference (TYPE) DPR_TT_CREATE_VERSION Felder zum Anlegen einer Version 20040413

Method GET_REQUESTS_BY_GUID on class CL_DPR_VERSION_SUBSYSTEM has no exception.

Method MESSAGE_TO_LOG_CREATION_FAILED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXTERNAL_ID Call by reference Type reference (TYPE) CGPL_EXTID Projektplanung: Externer Identifier eines Elements 20031110
2 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) CGPL_OBJECT_TYPE Objekttyp in der Projektplanung 20031110
3 Importing IV_VERSION Call by reference Type reference (TYPE) CGPL_TV_VERSION Versionsnummer 20031110

Method MESSAGE_TO_LOG_CREATION_FAILED on class CL_DPR_VERSION_SUBSYSTEM has no exception.

Method MESSAGE_TO_LOG_CREATION_OK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXTERNAL_ID Call by reference Type reference (TYPE) CGPL_EXTID Projektplanung: Externer Identifier eines Elements 20031110
2 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) CGPL_OBJECT_TYPE Objekttyp in der Projektplanung 20031110
3 Importing IV_VERSION Call by reference Type reference (TYPE) CGPL_TV_VERSION Versionsnummer 20031110

Method MESSAGE_TO_LOG_CREATION_OK on class CL_DPR_VERSION_SUBSYSTEM has no exception.

Method MESSAGE_TO_LOG_DELETION_FAILED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXTERNAL_ID Call by reference Type reference (TYPE) CGPL_EXTID Projektplanung: Externer Identifier eines Elements 20040315
2 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) CGPL_OBJECT_TYPE Objekttyp in der Projektplanung 20040315
3 Importing IV_VERSION Call by reference Type reference (TYPE) CGPL_TV_VERSION Versionsnummer 20040315

Method MESSAGE_TO_LOG_DELETION_FAILED on class CL_DPR_VERSION_SUBSYSTEM has no exception.

Method MESSAGE_TO_LOG_DELETION_OK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXTERNAL_ID Call by reference Type reference (TYPE) CGPL_EXTID Projektplanung: Externer Identifier eines Elements 20060623
2 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) CGPL_OBJECT_TYPE Objekttyp in der Projektplanung 20060623
3 Importing IV_VERSION Call by reference Type reference (TYPE) CGPL_TV_VERSION Versionsnummer 20060623

Method MESSAGE_TO_LOG_DELETION_OK on class CL_DPR_VERSION_SUBSYSTEM has no exception.
Event Signatures

Event REQUEST_ADDED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 ES_REQUEST Exporting Value transfer Type reference (TYPE) DPR_TS_CREATE_VERSION Felder zum Anlegen einer Version 20031111
History
Last changed by/on SAP  20141109 
SAP Release Created in 310