SAP DPR_CPR_CHECKLIST_ITEM_FIELDS Project Management checklist item related attributes Table data and field list

DPR_CPR_CHECKLIST_ITEM_FIELDS is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Project Management checklist item related attributes" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_DPR_CPR_CHECKLIST_ITEM_FIELDS TYPE DPR_CPR_CHECKLIST_ITEM_FIELDS.

The DPR_CPR_CHECKLIST_ITEM_FIELDS table consists of various fields, each holding specific information or linking keys about Project Management checklist item related attributes data available in SAP. These include PRIORITY (Priority), ACTUAL_FINISH (Actual Finish), SORT_NUMBER (Sort Number), GROUPING (Grouping)... See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

DPR_CPR_CHECKLIST_ITEM_FIELDS structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP DPR_CPR_CHECKLIST_ITEM_FIELDS structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the DPR_CPR_CHECKLIST_ITEM_FIELDS table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
PRIORITYPriority CGPL_PRIORITYNUMC3CGPL_PRIONUMC3
ACTUAL_FINISHActual Finish DPR_TV_ACTUAL_FINISHDATS8
SORT_NUMBERSort Number DPR_TV_SORT_NUMBERNUMC5
GROUPINGGrouping DPR_TV_GROUPINGCHAR40
SEARCH_FIELDSearch Field DPR_TV_SEARCH_FIELDCHAR40
MASTER_LANGUAGELanguage Key DPR_TV_LANGULANG1Assigned to domainISOLASPRAS
CHANGEABILITYChangeability of Checklist Items DPR_TV_CHANGEABILITY_ITEMCHAR1DPR_CHANGEABILITY_ITEM
OKOK DPR_TV_CHECKLIST_ITEM_OKCHAR1DPR_BOOLEAN
NOKNot OK DPR_TV_CHECKLIST_ITEM_NOKCHAR1DPR_BOOLEAN
NOT_RELEVANTNot Relevant DPR_TV_NOT_RELEVANTCHAR1DPR_BOOLEAN
OBLIGATORYMandatory DPR_TV_OBLIGATORYCHAR1DPR_BOOLEAN
APP_RELEVANTRelevant for Approval DPR_TV_APPROVAL_RELEVANTCHAR1DPR_BOOLEAN
PROCESSProcess DPR_TV_PROCESSCHAR15DPR_PROCESSDPR_PROCESS
SEVERITYSeverity DPR_TV_SEVERITYDEC2DPR_FMEA_RATING
OCCURENCEOccurrence DPR_TV_OCCURENCEDEC2DPR_FMEA_RATING
DETECTIONDetection DPR_TV_DETECTIONDEC2DPR_FMEA_RATING
DESCRIPTIONProject Element Name DPR_TV_NAMECHAR40TEXT40
CONSTR_TYPE_FINConstraint on Finish Date DPR_TV_FINISH_CONSTRAINTCHAR1DPR_FINISH_CONSTRAINT
FINISH_DATE_FIXFixed Predefined Finish Date DPR_TV_FINISH_DATE_FIXDATS8
STAT_PROFILE_CLIStatus Profile Template DPR_TV_STAT_PROFILE_CLICHAR8TJ21J_STSMA
FORECASTED_FINISHForecasted Finish Date DPR_TV_FORECASTED_FINISHDATS8
EXTENDED_ATTRIBUTES 0
EA_DUMMYDummy Data Element for Enhanced Proj. Mgmt Attributes DPR_TV_EA_DUMMYCHAR1CHAR1

Key field Non-key field



How do I retrieve data from SAP structure DPR_CPR_CHECKLIST_ITEM_FIELDS using ABAP code?

As DPR_CPR_CHECKLIST_ITEM_FIELDS is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on DPR_CPR_CHECKLIST_ITEM_FIELDS as there is no data to select.

How to access SAP table DPR_CPR_CHECKLIST_ITEM_FIELDS

Within an ECC or HANA version of SAP you can also view further information about DPR_CPR_CHECKLIST_ITEM_FIELDS and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).