SAP ABAP Class CL_DPR_CONTROL_PLAN_VERSION_T (Proj. Mgmt.: Control Plan Version in Template)
Hierarchy
☛
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
⤷
PPM-PRO-CPL (Application Component) Control Plan
⤷
DEVELOPMENT_PROJECTS_CTRL_PLAN (Package) Project Management - Control Plans

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_DPR_CONTROL_PLAN_VERSION | Proj. Mgmt.: Abstract Control Plan Version | 20020327 |
Properties
Class | CL_DPR_CONTROL_PLAN_VERSION_T | |
Short Description | Proj. Mgmt.: Control Plan Version in Template | |
Super Class | CL_DPR_CONTROL_PLAN_VERSION | Proj. Mgmt.: Abstract Control Plan Version |
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | DPR_CONTROL_PLAN | |
Program status | P | SAP Standard Production Program |
Category | 0 | |
Package | DEVELOPMENT_PROJECTS_CTRL_PLAN | Project Management - Control Plans |
Created | 20020327 | 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
Class CL_DPR_CONTROL_PLAN_VERSION_T has no interface implemented.
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_DPR_APPL_OBJECT_FACTORY | 20020327 | Development Projects: Factory for Application Objects | |
2 | CL_DPR_BADI_SERVICES | 20030317 | Development Projects: Services for BAdI Calls | |
3 | CL_DPR_CONTROL_PLAN_VERSIONS | 20020327 | Proj. Mgmt.: Collection for Control Plan Versions | |
4 | CL_DPR_FILTER_CTRL_PLAN_VERS | 20030224 | Proj. Mgmt.: Filter for Control Plan Link | |
5 | CL_DPR_ITERATOR_C_PLAN_VERS_T | 20020402 | Proj. Mgmt.: Control Plan Vers. Iterator (Template) | |
6 | CL_DPR_VISITOR | 20020418 | Development Projects: Abstract Visitor |
Attributes
Class CL_DPR_CONTROL_PLAN_VERSION_T has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20020327 |
2 | ![]() |
Instance method | Public | Constructor | Constructor | 20020327 |
3 | ![]() |
Instance method | Public | Method | Does the control plan template vers. have 'created' status? | 20020403 |
4 | ![]() |
Instance method | Public | Method | Is control plan template version locked? | 20020403 |
5 | ![]() |
Instance method | Public | Method | Is control plan template version flagged for archiving? | 20020403 |
6 | ![]() |
Instance method | Public | Method | Is control plan template version obsolete? | 20020403 |
7 | ![]() |
Instance method | Public | Method | Was control plan template version released? | 20020403 |
8 | ![]() |
Instance method | Public | Method | Lock Control Plan Template Version | 20020403 |
9 | ![]() |
Instance method | Public | Method | Release Control Plan Template Version | 20020403 |
10 | ![]() |
Instance method | Public | Method | Withdraw Flag for Archiving Version | 20020403 |
11 | ![]() |
Instance method | Public | Method | Flag Control Plan Template Version as Obsolete | 20020403 |
12 | ![]() |
Instance method | Public | Method | Flag Control Plan Template Version for Archiving | 20020403 |
13 | ![]() |
Instance method | Public | Method | Flag Control Plan Template Version as Obsolete | 20020403 |
14 | ![]() |
Instance method | Public | Method | Unlock Control Plan Template Version | 20020403 |
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | LOCKED | Instance Event (0) |
Public (2) |
Control Plan Template Version Locked | 20020403 |
2 | MARKED_FOR_ARCHIVING | Instance Event (0) |
Public (2) |
Control Plan Template Version Flagged for Archiving | 20020403 |
3 | OUTDATED | Instance Event (0) |
Public (2) |
Control Plan Template Version Obsolete | 20020403 |
4 | RELEASED | Instance Event (0) |
Public (2) |
Control Plan Template Version Released | 20020403 |
5 | UNLOCKED | Instance Event (0) |
Public (2) |
Control Plan Template Version Unlocked | 20020403 |
Types
Class CL_DPR_CONTROL_PLAN_VERSION_T has no local type.
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_DPR_CONTROL_PLAN_VERSION_T has no parameter.
Method CLASS_CONSTRUCTOR on class CL_DPR_CONTROL_PLAN_VERSION_T has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_NATIVE_OBJECT | Call by reference | Object reference (TYPE REF TO) | CL_CGPL_PROJECT | Native Objekt | 20020327 |
Method CONSTRUCTOR on class CL_DPR_CONTROL_PLAN_VERSION_T has no exception.
Method IS_CREATED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CONSIDER_LOCKED | Call by reference | Type reference (TYPE) | BOOLE_D | CL_DPR_CO=>SC_TRUE | Bool'scher Wert: Status 'Gesperrt' berücksichtigen? | 20020403 | |
2 | ![]() |
RV_IS_CREATED | Value transfer | Type reference (TYPE) | BOOLE_D | Bool'scher Wert: Vorlage ist im Status 'Angelegt'? | 20020403 |
Method IS_CREATED on class CL_DPR_CONTROL_PLAN_VERSION_T has no exception.
Method IS_LOCKED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_IS_LOCKED | Value transfer | Type reference (TYPE) | BOOLE_D | Bool'scher Wert: Vorlage ist gesperrt? (True = 'X') | 20020403 |
Method IS_LOCKED on class CL_DPR_CONTROL_PLAN_VERSION_T has no exception.
Method IS_MARKED_FOR_ARCHIVING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_IS_MARKED_FOR_ARCHIVING | Value transfer | Type reference (TYPE) | BOOLE_D | Bool'scher Wert: Vorlage ist zur Archivierung vorgemerkt? | 20020403 |
Method IS_MARKED_FOR_ARCHIVING on class CL_DPR_CONTROL_PLAN_VERSION_T has no exception.
Method IS_OUTDATED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CONSIDER_MARKED_4_ARCHIVING | Call by reference | Type reference (TYPE) | BOOLE_D | CL_DPR_CO=>SC_TRUE | Bool'scher Wert: 'Zur Archivierung vorgemerkt' berücksicht.? | 20020403 | |
2 | ![]() |
RV_IS_OUTDATED | Value transfer | Type reference (TYPE) | BOOLE_D | Bool'scher Wert: Vorlage ist veraltet? (True = 'X') | 20020403 |
Method IS_OUTDATED on class CL_DPR_CONTROL_PLAN_VERSION_T has no exception.
Method IS_RELEASED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CONSIDER_LOCKED | Call by reference | Type reference (TYPE) | BOOLE_D | CL_DPR_CO=>SC_TRUE | Bool'scher Wert: Status 'Gesperrt' berücksichtigen? | 20020403 | |
2 | ![]() |
RV_IS_RELEASED | Value transfer | Type reference (TYPE) | BOOLE_D | Bool'scher Wert: Vorlage ist freigegeben?(True = 'X') | 20020403 |
Method IS_RELEASED on class CL_DPR_CONTROL_PLAN_VERSION_T has no exception.
Method LOCK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CHECK_ONLY | Call by reference | Type reference (TYPE) | BOOLE_D | CL_DPR_CO=>SC_FALSE | Nur prüfen, ob Vorlage gesperrt werden kann | 20020403 | |
2 | ![]() |
IV_COMPLETE_CHECK | Call by reference | Type reference (TYPE) | BOOLE_D | CL_DPR_CO=>SC_TRUE | Bool'scher Wert: Vollständige Prüfung | 20020806 | |
3 | ![]() |
IV_LOG_MESSAGE | Call by reference | Type reference (TYPE) | BOOLE_D | CL_DPR_CO=>SC_TRUE | Bool'scher Wert: Meldung protokollieren | 20020806 | |
4 | ![]() |
RV_RC | Value transfer | Type reference (TYPE) | I | Rückgabewert (0 = Aufruf OK) | 20020403 |
Method LOCK on class CL_DPR_CONTROL_PLAN_VERSION_T has no exception.
Method RELEASE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CHECK_ONLY | Call by reference | Type reference (TYPE) | BOOLE_D | CL_DPR_CO=>SC_FALSE | Nur prüfen, ob Projektvorlage freigegeben werden kann | 20020403 | |
2 | ![]() |
IV_COMPLETE_CHECK | Call by reference | Type reference (TYPE) | BOOLE_D | CL_DPR_CO=>SC_TRUE | Bool'scher Wert: Vollständige Prüfung | 20020806 | |
3 | ![]() |
IV_LOG_MESSAGE | Call by reference | Type reference (TYPE) | BOOLE_D | CL_DPR_CO=>SC_TRUE | Bool'scher Wert: Meldung protokollieren | 20020806 | |
4 | ![]() |
RV_RC | Value transfer | Type reference (TYPE) | I | Rückgabewert (0 = Aufruf OK) | 20020403 |
Method RELEASE on class CL_DPR_CONTROL_PLAN_VERSION_T has no exception.
Method RESET_MARKED_FOR_ARCHIVING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CHECK_ONLY | Call by reference | Type reference (TYPE) | BOOLE_D | CL_DPR_CO=>SC_FALSE | Nur prüfen, ob Projektvorlage zur Archivierung vorgemerkt w. | 20020403 | |
2 | ![]() |
IV_COMPLETE_CHECK | Call by reference | Type reference (TYPE) | BOOLE_D | CL_DPR_CO=>SC_TRUE | Bool'scher Wert: Vollständige Prüfung | 20020806 | |
3 | ![]() |
IV_LOG_MESSAGE | Call by reference | Type reference (TYPE) | BOOLE_D | CL_DPR_CO=>SC_TRUE | Bool'scher Wert: Meldung protokollieren | 20020806 | |
4 | ![]() |
RV_RC | Value transfer | Type reference (TYPE) | I | Rückgabewert (0 = Aufruf OK) | 20020403 |
Method RESET_MARKED_FOR_ARCHIVING on class CL_DPR_CONTROL_PLAN_VERSION_T has no exception.
Method RESET_OUTDATED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CHECK_ONLY | Call by reference | Type reference (TYPE) | BOOLE_D | CL_DPR_CO=>SC_FALSE | Nur prüfen, ob 'Veraltet' zurückgenommen werden kann | 20020403 | |
2 | ![]() |
IV_COMPLETE_CHECK | Call by reference | Type reference (TYPE) | BOOLE_D | CL_DPR_CO=>SC_TRUE | Bool'scher Wert: Vollständige Prüfung | 20020806 | |
3 | ![]() |
IV_LOG_MESSAGE | Call by reference | Type reference (TYPE) | BOOLE_D | CL_DPR_CO=>SC_TRUE | Bool'scher Wert: Meldung protokollieren | 20020806 | |
4 | ![]() |
RV_RC | Value transfer | Type reference (TYPE) | I | Rückgabewert (0 = Aufruf OK) | 20020403 |
Method RESET_OUTDATED on class CL_DPR_CONTROL_PLAN_VERSION_T has no exception.
Method SET_MARKED_FOR_ARCHIVING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CHECK_ONLY | Call by reference | Type reference (TYPE) | BOOLE_D | CL_DPR_CO=>SC_FALSE | Nur prüfen, ob Projektvorlage zur Archivierung vorgemerkt w. | 20020403 | |
2 | ![]() |
IV_COMPLETE_CHECK | Call by reference | Type reference (TYPE) | BOOLE_D | CL_DPR_CO=>SC_TRUE | Bool'scher Wert: Vollständige Prüfung | 20020806 | |
3 | ![]() |
IV_LOG_MESSAGE | Call by reference | Type reference (TYPE) | BOOLE_D | CL_DPR_CO=>SC_TRUE | Bool'scher Wert: Meldung protokollieren | 20020806 | |
4 | ![]() |
RV_RC | Value transfer | Type reference (TYPE) | I | Rückgabewert (0 = Aufruf OK) | 20020403 |
Method SET_MARKED_FOR_ARCHIVING on class CL_DPR_CONTROL_PLAN_VERSION_T has no exception.
Method SET_OUTDATED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CHECK_ONLY | Call by reference | Type reference (TYPE) | BOOLE_D | CL_DPR_CO=>SC_FALSE | Nur prüfen, ob Projektvorlage als veraltet gekennzeichnet w. | 20020403 | |
2 | ![]() |
IV_COMPLETE_CHECK | Call by reference | Type reference (TYPE) | BOOLE_D | CL_DPR_CO=>SC_TRUE | Bool'scher Wert: Vollständige Prüfung | 20020806 | |
3 | ![]() |
IV_LOG_MESSAGE | Call by reference | Type reference (TYPE) | BOOLE_D | CL_DPR_CO=>SC_TRUE | Bool'scher Wert: Meldung protokollieren | 20020806 | |
4 | ![]() |
RV_RC | Value transfer | Type reference (TYPE) | I | Rückgabewert (0 = Aufruf OK) | 20020403 |
Method SET_OUTDATED on class CL_DPR_CONTROL_PLAN_VERSION_T has no exception.
Method UNLOCK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CHECK_ONLY | Call by reference | Type reference (TYPE) | BOOLE_D | CL_DPR_CO=>SC_FALSE | Nur prüfen, ob Projektvorlage entsperrt werden kann | 20020403 | |
2 | ![]() |
IV_COMPLETE_CHECK | Call by reference | Type reference (TYPE) | BOOLE_D | CL_DPR_CO=>SC_TRUE | Bool'scher Wert: Vollständige Prüfung | 20020806 | |
3 | ![]() |
IV_LOG_MESSAGE | Call by reference | Type reference (TYPE) | BOOLE_D | CL_DPR_CO=>SC_TRUE | Bool'scher Wert: Meldung protokollieren | 20020806 | |
4 | ![]() |
RV_RC | Value transfer | Type reference (TYPE) | I | Rückgabewert (0 = Aufruf OK) | 20020403 |
Method UNLOCK on class CL_DPR_CONTROL_PLAN_VERSION_T has no exception.
Event Signatures
Event LOCKED Signature
Event LOCKED on class CL_DPR_CONTROL_PLAN_VERSION_T has no parameter.
Event MARKED_FOR_ARCHIVING Signature
Event MARKED_FOR_ARCHIVING on class CL_DPR_CONTROL_PLAN_VERSION_T has no parameter.
Event OUTDATED Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | EV_PREVIOUS_STATUS | Exporting | Value transfer | Type reference (TYPE) | J_ISTAT | Vorheriger Status | 20020403 |
Event RELEASED Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | EV_PREVIOUS_STATUS | Exporting | Value transfer | Type reference (TYPE) | J_ISTAT | Vorheriger Status | 20020403 |
Event UNLOCKED Signature
Event UNLOCKED on class CL_DPR_CONTROL_PLAN_VERSION_T has no parameter.
History
Last changed by/on | SAP | 20141109 |
SAP Release Created in | 100 |