SAP DPR_TS_API_PSS_CHECKLIST_O PSS: Checklist Structure Table data and field list

DPR_TS_API_PSS_CHECKLIST_O 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 "PSS: Checklist Structure" 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_TS_API_PSS_CHECKLIST_O TYPE DPR_TS_API_PSS_CHECKLIST_O.

The DPR_TS_API_PSS_CHECKLIST_O table consists of various fields, each holding specific information or linking keys about PSS: Checklist Structure data available in SAP. These include PARENT_GUID (Unique Object Key), PHASE_GUID (Unique Object Key), PHASE_NUMBER (Phase Number), PHASE_NUMBER_FC (Field Control Property)... 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_TS_API_PSS_CHECKLIST_O structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP DPR_TS_API_PSS_CHECKLIST_O 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_TS_API_PSS_CHECKLIST_O 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
CHECKLIST_GUIDUnique Object Key DPR_TV_OBJECT_GUID_CHARCHAR32SYSUUID_C
PARENT_GUIDUnique Object Key DPR_TV_OBJECT_GUID_CHARCHAR32SYSUUID_C
PHASE_GUIDUnique Object Key DPR_TV_OBJECT_GUID_CHARCHAR32SYSUUID_C
PHASE_NUMBERPhase Number DPR_TV_PHASE_IDCHAR24
PHASE_NUMBER_FCField Control Property DPR_API_PSS_FC_PROPCHAR1DPR_API_PSS_FC_PROPERTY_VALUE
CHECKLIST_NUMBERNumber of Checklist DPR_TV_CHECKLIST_IDCHAR24
CHECKLIST_NUMBER_FCField Control Property DPR_API_PSS_FC_PROPCHAR1DPR_API_PSS_FC_PROPERTY_VALUE
DESCRIPTIONProject Element Name DPR_TV_NAMECHAR40TEXT40
DESCRIPTION_FCField Control Property DPR_API_PSS_FC_PROPCHAR1DPR_API_PSS_FC_PROPERTY_VALUE
CHECKLIST_TYPEChecklist Type DPR_TV_CLH_TYPECHAR15Assigned to domainDPR_TYPE
CHECKLIST_TYPE_TEXTChecklist Type Text DPR_TV_CLH_TYPE_TEXTCHAR40DPR_TEXT
CHECKLIST_TYPE_TEXT_FCField Control Property DPR_API_PSS_FC_PROPCHAR1DPR_API_PSS_FC_PROPERTY_VALUE
GROUPINGGrouping DPR_TV_GROUPINGCHAR40
GROUPING_FCField Control Property DPR_API_PSS_FC_PROPCHAR1DPR_API_PSS_FC_PROPERTY_VALUE
CHANGEABILITYChangeability DPR_TV_CHANGEABILITYCHAR1DPR_CHANGEABILITY
IS_ISSUE_LISTIssue List DPR_TV_IS_ISSUE_LISTCHAR1BOOLE
RESPONSIBLE_ROLE_GUIDUnique Object Key DPR_TV_OBJECT_GUID_CHARCHAR32SYSUUID_C
RESPONSIBLE_ROLEResponsible Role DPR_TV_ROLE_RESPONSIBLECHAR40DPR_TEXT
RESPONSIBLE_ROLE_FCField Control Property DPR_API_PSS_FC_PROPCHAR1DPR_API_PSS_FC_PROPERTY_VALUE
MAX_SEVERITYSeverity of Threshold Value of Evaluations EVE_TV_THRESHOLD_SEVERITYNUMC5Assigned to domainEVE_THRESHOLD_SEVERITY
MAX_SEVERITY_TEXTSeverity Text DPR_TV_SEVERITY_DESCRIPTIONCHAR40DPR_TEXT
MAX_SEVERITY_TEXT_FCField Control Property DPR_API_PSS_FC_PROPCHAR1DPR_API_PSS_FC_PROPERTY_VALUE
MAX_SEVERITY_ICONStatus DPR_API_PSS_ICONCHAR250CHAR250
URL_TO_CPRO PSS: URL for Project Element in cProjects0

Key field Non-key field



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

As DPR_TS_API_PSS_CHECKLIST_O 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_TS_API_PSS_CHECKLIST_O as there is no data to select.

How to access SAP table DPR_TS_API_PSS_CHECKLIST_O

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

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