SAP ABAP Class CL_DPR_CHECKLISTS (Development Projects: Collection for Checklists)
Hierarchy
☛
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
⤷
PPM-PRO-STR (Application Component) Structure
⤷
DEVELOPMENT_PROJECTS_CHECKLIST (Package) Project Management - Checklists

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_DPR_COLLECTION | Abstract Super Class Interface of all Collections | 20041104 |
Properties
Class | CL_DPR_CHECKLISTS | |
Short Description | Development Projects: Collection for Checklists | |
Super Class | CL_DPR_COLLECTION | Abstract Super Class Interface of all Collections |
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | DPR_CHECKLIST | |
Program status | P | SAP Standard Production Program |
Category | 0 | |
Package | DEVELOPMENT_PROJECTS_CHECKLIST | Project Management - Checklists |
Created | 20011211 | SAP |
Last change | 20141109 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
3 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_DPR_CHECKLISTS has no interface implemented.
Friends
Class CL_DPR_CHECKLISTS has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Attribute reference (LIKE) | 20011211 | ||||
2 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | CL_DPR_SORT_NUMBER_FACTORY | Development Projects: Services for Sort numbers | 20090401 | ||
3 | ![]() |
Instance attribute | Private | Attribute reference (LIKE) | 20020614 | ||||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | DPR_TT_GUID_SORT_NUMBER | Table GUID->Sort Number | 20090123 | ||
5 | ![]() |
Instance attribute | Private | Attribute reference (LIKE) | 20041104 | ||||
6 | ![]() |
Instance attribute | Private | Attribute reference (LIKE) | 20041104 | ||||
7 | ![]() |
Instance attribute | Public | Type reference (TYPE) | DPR_TV_SORT_NUMBER | Sort Number | 20090123 | ||
8 | ![]() |
Instance attribute | Private | Attribute reference (LIKE) | 20020103 | ||||
9 | ![]() |
Static Attribute | Private | Type reference (TYPE) | CGPL_OBJECT_TYPE | Object Category | 20020103 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Add Object | 20011211 |
2 | ![]() |
Instance method | Private | Method | 20020614 | |
3 | ![]() |
Instance method | Public | Method | Create All Phases Completely | 20041122 |
4 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20011211 |
5 | ![]() |
Instance method | Public | Constructor | Constructor | 20011211 |
6 | ![]() |
Instance method | Public | Method | Copy Object | 20011211 |
7 | ![]() |
Static method | Public | Method | Create Collection | 20011211 |
8 | ![]() |
Instance method | Public | Method | Delete Object | 20011211 |
9 | ![]() |
Instance method | Public | Method | Delete All Objects | 20011211 |
10 | ![]() |
Instance method | Private | Method | Destructor | 20020104 |
11 | ![]() |
Instance method | Private | Method | Destroys CGPL Objects of Non-Instantiated Checklists | 20061117 |
12 | ![]() |
Instance method | Public | Method | Access Method to All Objects (Reading) | 20011211 |
13 | ![]() |
Instance method | Public | Method | Access Method to All Objects (Reading) | 20070726 |
14 | ![]() |
Instance method | Public | Method | Access Method to Editing Mode of All Checklists (Internal) | 20050419 |
15 | ![]() |
Instance method | Public | Method | Access Method with GUID (Reading) | 20011228 |
16 | ![]() |
Instance method | Public | Method | Access Method with Index (Reading) | 20011211 |
17 | ![]() |
Instance method | Public | Method | Copy Object | 20090806 |
18 | ![]() |
Instance method | Public | Method | Copy Object | 20090806 |
19 | ![]() |
Instance method | Private | Event handling method | Handling Method FREED: IF_DPR_COMMON | 20020110 |
20 | ![]() |
Instance method | Private | Method | 20020614 | |
21 | ![]() |
Instance method | Public | Method | Access Method to Editing Mode of All Checklists (Internal) | 20050610 |
Events
Class CL_DPR_CHECKLISTS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_CHECKLIST_SORTED | Private | See coding | Row with Reference to Checklist and Sort number | 20070726 | BEGIN OF TY_CHECKLIST_SORTED,
REFERENCE TYPE REF TO CL_DPR_CHECKLIST_O,
SORT_NUMBER TYPE dpr_tv_sort_number,
END OF TY_CHECKLIST_SORTED
|
|
2 | TY_CHECKLIST_SORTED_TAB | Private | See coding | Table via TY_CHECKLIST_SORTED | 20070726 | TY_CHECKLIST_SORTED_TAB TYPE STANDARD TABLE OF TY_CHECKLIST_SORTED
|
Method Signatures
Method ADD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ADD_AS_COPY | Call by reference | Type reference (TYPE) | BOOLE_D | CL_DPR_CO=>SC_FALSE | Anlegen als Kopie | 20050602 | |
2 | ![]() |
RR_CHECKLIST | Value transfer | Object reference (TYPE REF TO) | CL_DPR_CHECKLIST | Development Projects: Abstrakte Checkliste | 20020104 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Development Projects: Fehler beim Anlegen Anwendungsobjekt | 20020104 |
Method ADD_DELETED_ITEM Signature
Method ADD_DELETED_ITEM on class CL_DPR_CHECKLISTS has no parameter.
Method ADD_DELETED_ITEM on class CL_DPR_CHECKLISTS has no exception.
Method BUILD_ALL_CHKLISTS_COMPLETELY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ENQUEUE | Call by reference | Type reference (TYPE) | BOOLE_D | CL_DPR_CO=>SC_TRUE | 'X': Phase bei Bedarf sperren | 20041122 |
Method BUILD_ALL_CHKLISTS_COMPLETELY on class CL_DPR_CHECKLISTS has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_DPR_CHECKLISTS has no parameter.
Method CLASS_CONSTRUCTOR on class CL_DPR_CHECKLISTS has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_PARENT | Call by reference | Object reference (TYPE REF TO) | IF_DPR_ENTITY | Übergeordnetes Anwendungsobjekt | 20011211 | ||
2 | ![]() |
IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | CGPL_OBJECT_TYPE | Objekttyp | 20011211 |
Method CONSTRUCTOR on class CL_DPR_CHECKLISTS has no exception.
Method COPY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_SOURCE | Call by reference | Object reference (TYPE REF TO) | CL_DPR_CHECKLIST | Quell-Checkliste | 20020104 | ||
2 | ![]() |
RR_TARGET | Value transfer | Object reference (TYPE REF TO) | CL_DPR_CHECKLIST | Ziel-Checkliste | 20020104 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Development Projects: Fehler beim Anlegen Anwendungsobjekt | 20020104 |
Method CREATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_PARENT | Call by reference | Object reference (TYPE REF TO) | IF_DPR_ENTITY | Übergeordnetes Anwendungsobjekt | 20020103 | ||
2 | ![]() |
RR_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_DPR_CHECKLISTS | Neue Collection-Instanz | 20020103 |
Method CREATE on class CL_DPR_CHECKLISTS has no exception.
Method DELETE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_CHECKLIST | Call by reference | Object reference (TYPE REF TO) | CL_DPR_CHECKLIST | Development Projects: Abstrakte Checkliste | 20020104 | ||
2 | ![]() |
IV_CHECK_ONLY | Call by reference | Type reference (TYPE) | BOOLE_D | CL_DPR_CO=>SC_FALSE | Bool'scher Wert: Nur Prüfen, ob Objekt gelöscht werden kann | 20020104 | |
3 | ![]() |
RV_RC | Value transfer | Type reference (TYPE) | I | Rückgabewert (0 = Aufruf OK) | 20020104 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Development Projects: Fehler beim Löschen Anwendungsobjekt | 20020110 |
Method DELETE_ALL 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 | Bool'scher Wert: Nur Prüfen, ob Objekt gelöscht werden kann | 20020104 | |
2 | ![]() |
RV_RC | Value transfer | Type reference (TYPE) | I | Rückgabewert (0 = Aufruf OK) | 20020104 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Development Projects: Fehler beim Löschen Anwendungsobjekt | 20020110 |
Method FREE Signature
Method FREE on class CL_DPR_CHECKLISTS has no parameter.
Method FREE on class CL_DPR_CHECKLISTS has no exception.
Method FREE_NATIVES Signature
Method FREE_NATIVES on class CL_DPR_CHECKLISTS has no parameter.
Method FREE_NATIVES on class CL_DPR_CHECKLISTS has no exception.
Method GET_ALL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_CHECKLISTS | Value transfer | Type reference (TYPE) | DPR_TT_CHECKLISTS | Tabellentyp für Checklisten | 20011227 |
Method GET_ALL on class CL_DPR_CHECKLISTS has no exception.
Method GET_ALL_SORTED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_CHECKLISTS | Value transfer | Type reference (TYPE) | DPR_TT_CHECKLISTS | Tabellentyp für Checklisten | 20070726 |
Method GET_ALL_SORTED on class CL_DPR_CHECKLISTS has no exception.
Method GET_ALL_UNLOCKED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_TRY_LOCK | Call by reference | Type reference (TYPE) | BOOLE_D | CL_DPR_CO=>SC_TRUE | 'X': Versuche ungesperrte Checklisten zu sperren | 20050419 | |
2 | ![]() |
RT_UNLOCKED_CHECKLISTS | Value transfer | Type reference (TYPE) | DPR_TT_CHECKLISTS | Tabellentyp Checklisten | 20050419 |
Method GET_ALL_UNLOCKED on class CL_DPR_CHECKLISTS has no exception.
Method GET_BY_GUID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_GUID | Call by reference | Type reference (TYPE) | DPR_TV_GUID | GUID des Anwendungsobjekts | 20011228 | ||
2 | ![]() |
RR_CHECKLIST | Value transfer | Object reference (TYPE REF TO) | CL_DPR_CHECKLIST | Development Projects: Abstrakte Checkliste | 20011228 |
Method GET_BY_GUID on class CL_DPR_CHECKLISTS has no exception.
Method GET_BY_INDEX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ER_CHECKLIST | Call by reference | Object reference (TYPE REF TO) | CL_DPR_CHECKLIST | Development Projects: Abstrakte Checkliste | 20020104 | ||
2 | ![]() |
EV_RC | Call by reference | Type reference (TYPE) | I | Rückgabewert (0 = Aufruf OK) | 20020104 | ||
3 | ![]() |
IV_INDEX | Call by reference | Type reference (TYPE) | I | Index | 20020104 |
Method GET_BY_INDEX on class CL_DPR_CHECKLISTS has no exception.
Method MOVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_PROCESSED_COMPONENTS | Call by reference | Type reference (TYPE) | DPR_TT_COMMONS | Table Type for Application Objects | 20090806 | ||
2 | ![]() |
IR_LEFT_TO_TARGET | Call by reference | Object reference (TYPE REF TO) | IF_DPR_COMMON | Left to given target checklist | 20090806 | ||
3 | ![]() |
IR_RIGHT_TO_TARGET | Call by reference | Object reference (TYPE REF TO) | IF_DPR_COMMON | Right to given target checklist | 20090806 | ||
4 | ![]() |
IR_SOURCE | Call by reference | Object reference (TYPE REF TO) | CL_DPR_CHECKLIST | Quell-Checkliste | 20090806 | ||
5 | ![]() |
IV_LEFT_OR_RIGHT | Call by reference | Type reference (TYPE) | XFELD | Drag&Drop active ('X'=yes, ' '=no)) | 20090806 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
cProjects: Fehler beim Verschieben Anwendungsobjekt | 20090806 |
Method MOVE_OLD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_PROCESSED_COMPONENTS | Call by reference | Type reference (TYPE) | DPR_TT_COMMONS | Table Type for Application Objects | 20090806 | ||
2 | ![]() |
IR_LEFT_TO_TARGET | Call by reference | Object reference (TYPE REF TO) | CL_DPR_CHECKLIST | Left to given target checklist | 20090806 | ||
3 | ![]() |
IR_RIGHT_TO_TARGET | Call by reference | Object reference (TYPE REF TO) | CL_DPR_CHECKLIST | Right to given target checklist | 20090806 | ||
4 | ![]() |
IR_SOURCE | Call by reference | Object reference (TYPE REF TO) | CL_DPR_CHECKLIST | Source Checklist | 20090806 | ||
5 | ![]() |
IV_LEFT_OR_RIGHT | Call by reference | Type reference (TYPE) | XFELD | Drag&Drop active ('X'=yes, ' '=no)) | 20090806 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
cProjects: Error Occurred Moving Application Object | 20090806 |
Method ON_PARENT_FREED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SENDER | Value transfer | Attribute reference (LIKE) | 20020110 |
Method ON_PARENT_FREED on class CL_DPR_CHECKLISTS has no exception.
Method REMOVE_DELETED_ITEM Signature
Method REMOVE_DELETED_ITEM on class CL_DPR_CHECKLISTS has no parameter.
Method REMOVE_DELETED_ITEM on class CL_DPR_CHECKLISTS has no exception.
Method SET_EDIT_MODE_FOR_ALL_CHKLISTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_EDIT_MODE | Call by reference | Type reference (TYPE) | DPR_TV_EDIT_MODE | Bearbeitungsmodus (Anzeigen bzw. Ändern) | 20050610 | ||
2 | ![]() |
RV_RC | Value transfer | Type reference (TYPE) | I | Rückgabewert (0 = OK) | 20050610 |
Method SET_EDIT_MODE_FOR_ALL_CHKLISTS on class CL_DPR_CHECKLISTS has no exception.
History
Last changed by/on | SAP | 20141109 |
SAP Release Created in | 100 |