PRP_TS_RESOURCE_CLH SAP (Checklist Headers in Which a Resource Was Involved) Structure details

Dictionary Type: Structure
Description: Checklist Headers in Which a Resource Was Involved




ABAP Code to SELECT data from PRP_TS_RESOURCE_CLH
Related tables to PRP_TS_RESOURCE_CLH
Access table PRP_TS_RESOURCE_CLH




Structure field list including key, data, relationships and ABAP select examples

PRP_TS_RESOURCE_CLH 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 "Checklist Headers in Which a Resource Was Involved" 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_PRP_TS_RESOURCE_CLH TYPE PRP_TS_RESOURCE_CLH.

The PRP_TS_RESOURCE_CLH table consists of various fields, each holding specific information or linking keys about Checklist Headers in Which a Resource Was Involved data available in SAP. These include PROJECT_GUID (Application Object GUID (Entity with Conversion Exit)), EXTERNAL_ID (Project Planning: External Indentifier of an Element), PLANSTART (Planned start date), PLANFINISH (Planned Finish Date).. 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. .

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


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

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
CLH_GUIDApplication Object GUID (Entity with Conversion Exit) DPR_TV_ENTITY_GUIDRAW16DPRCEDPR_ENTITY_GUID
PROJECT_GUIDApplication Object GUID (Entity with Conversion Exit) DPR_TV_ENTITY_GUIDRAW16DPRCEDPR_ENTITY_GUID
EXTERNAL_IDProject Planning: External Indentifier of an Element CGPL_EXTIDCHAR24CGPL_EXTID
PLANSTARTPlanned start date CGPL_PLANSTARTDEC15TSTPSBCOS_TSTMP
PLANFINISHPlanned Finish Date CGPL_PLANFINISHDEC15TSTPSBCOS_TSTMP
CONSTRAINT_TYPEType of Scheduling Constraint CGPL_CONSTRAINTCHAR1CGPL_CONSTRAINT
CONSTRAINT_TIMEConstraint Date CGPL_CONSTRAINT_TIMEDEC15TSTPSBCOS_TSTMP
CONSTR_TYPE_FINType of Scheduling Constraint CGPL_CONSTRAINTCHAR1CGPL_CONSTRAINT
CONSTR_TIME_FINConstraint Date CGPL_CONSTRAINT_TIMEDEC15TSTPSBCOS_TSTMP
PARTICIPANT_ROLERole Type for Projects DPR_TV_PARTICIPANT_ROLECHAR15Assigned to domainDPR_PARTICIPANT_ROLE
PROC_STATUS_OWNObject Processing Status DPR_TV_PROC_STATUS_OWNCHAR2DPR_PROC_STATUS
CUSTOMERBusiness Partner GUID BU_PARTNER_GUIDRAW16SYSUUID
CLH_TEXTLanguage-Dependent Description CGPL_TEXT1CHAR40TEXT40
PROJECT_TEXTLanguage-Dependent Description CGPL_TEXT1CHAR40TEXT40
PROJECT_EXTERNAL_IDProject Planning: External Indentifier of an Element CGPL_EXTIDCHAR24CGPL_EXTID
PLANSTART_DATEStart Date BEGDADATS8DATUM
PLANFINISH_DATEEnd Date ENDDADATS8DATUM
START_DATE_FIXStart Date BEGDADATS8DATUM
FINISH_DATE_FIXEnd Date ENDDADATS8DATUM
PARTICIPANT_ROLE_TEXTName of Role Type DPR_TV_PARTICIPANT_ROLE_TEXTCHAR40DPR_TEXT

Key field Non-key field



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

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

How to access SAP table PRP_TS_RESOURCE_CLH

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

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


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!