SAP DPR_TS_API_TASK_T_DATA API: Attributes of Task in Template Table data and field list

DPR_TS_API_TASK_T_DATA 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 "API: Attributes of Task in Template" 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_TASK_T_DATA TYPE DPR_TS_API_TASK_T_DATA.

The DPR_TS_API_TASK_T_DATA table consists of various fields, each holding specific information or linking keys about API: Attributes of Task in Template data available in SAP. These include TASK_NUMBER (Task Number), DESCRIPTION (Project Element Name), TASK_TYPE (Task Type), TASK_TYPE_TEXT (Text for Task Type)... 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_TASK_T_DATA 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_TS_API_TASK_T_DATA 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_TASK_T_DATA 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
PARENT_GUIDUnique Object Key DPR_TV_OBJECT_GUID_CHARCHAR32SYSUUID_C
TASK_NUMBERTask Number DPR_TV_TASK_IDCHAR24
DESCRIPTIONProject Element Name DPR_TV_NAMECHAR40TEXT40
TASK_TYPETask Type DPR_TV_TSK_TYPECHAR15DPR_TSK_TYPEDPR_TYPE
TASK_TYPE_TEXTText for Task Type DPR_TV_TSK_TYPE_TEXTCHAR40DPR_TEXT
DURATIONProcessing Time DPR_TV_DURATIONQUAN4
DURATION_UNITTime Unit for Execution Duration CGPL_DURATION_UNITUNIT3Assigned to domainCUNITMEINS
DURATION_UNIT_TEXTUnit of Measurement Text (Maximum 10 Characters) MSEHTCHAR10TEXT10
TOTAL_FLOATTotal Float DPR_TV_TOTAL_FLOATQUAN8
CALCULATED_EARLY_START_DATEEarliest Start Date DPR_TV_SCHEDULED_START_EARLYDATS8
CALCULATED_EARLY_FINISH_DATEEarliest Finish Date DPR_TV_SCHEDULED_FINISH_EARLYDATS8
CALCULATED_LATE_START_DATELatest Start Date DPR_TV_SCHEDULED_START_LATEDATS8
CALCULATED_LATE_FINISH_DATELatest Finish Date DPR_TV_SCHEDULED_FINISH_LATEDATS8
CALENDARCalendar DPR_TV_CALENDAR_IDCHAR2Assigned to domainWFCID
CALENDAR_TEXTFactory calendar name SC_TXTFACCHAR40TEXT40
GROUPINGGrouping DPR_TV_GROUPINGCHAR40
SEARCH_FIELDSearch Field DPR_TV_SEARCH_FIELDCHAR40
SORT_NUMBERSort Number DPR_TV_SORT_NUMBERNUMC5
PLANNED_WORKWork DPR_TV_WORKQUAN9(2) DPR_WORK
PLANNED_WORK_UNITUnit for Work DPR_TV_WORK_UNITUNIT3Assigned to domainCUNITMEINS
PLANNED_WORK_UNIT_TEXTUnit of Measurement Text (Maximum 10 Characters) MSEHTCHAR10TEXT10
RATECost Rate/Revenue Rate for Project Costing DPR_TV_RATECHAR15Assigned to domainDPR_RATE_TYPE
REVENUE_RATEDifferent Revenue DPR_TV_REVENUE_RATE_MANUALCURR11(2) PREIS
CURRENCYCurrency Key WAERS_CURCCUKY5Assigned to domainWAERSFWS
COST_RATEDifferent Revenue DPR_TV_REVENUE_RATE_MANUALCURR11(2) PREIS
CURRENCY_COSTCurrency Key WAERS_CURCCUKY5Assigned to domainWAERSFWS
FLAG_MANDATORYMandatory DPR_TV_OBLIGATORYCHAR1DPR_BOOLEAN
FLAG_APPROVAL_RELEVANTRelevant for Approval DPR_TV_APPROVAL_RELEVANTCHAR1DPR_BOOLEAN
FLAG_MILESTONEMilestone Indicator DPR_TV_MILESTONECHAR1DPR_BOOLEAN
STAT_PROFILE_TSKStatus Profile Template DPR_TV_STAT_PROFILE_TSKCHAR8Assigned to domainJ_STSMA
PROCESSProcess DPR_TV_PROCESSCHAR15DPR_PROCESSDPR_PROCESS
PROCESS_TEXTProcess Description DPR_TV_PROCESS_TEXTCHAR40DPR_TEXT
MIRRORED_TASKMirrored Task DPR_TV_MIRRORED_TASKCHAR1DPR_BOOLEAN
CREATED_BYCreated By DPR_TV_CREATED_BYCHAR12Assigned to domainXUBNAME
CREATED_BY_NAMEName of Person Who Created the Project Element DPR_TV_CREATED_BY_NAMECHAR80TEXT80
CREATED_ONCreated On DPR_TV_CREATED_ON_DATEDATS8
CHANGED_BYLast Changed By DPR_TV_CHANGED_BYCHAR12Assigned to domainXUBNAME
CHANGED_BY_NAMEName of Person Who Last Changed the Project Element DPR_TV_CHANGED_BY_NAMECHAR80TEXT80
CHANGED_ONChanged On DPR_TV_CHANGED_ON_DATEDATS8
STSMAStatus Profile J_STSMACHAR8Assigned to domainJ_STSMA
STATTXTConcatenated Status Text of an Object DPR_TV_STATUS_TXTSTRG0
SUMMARY_TASKSummary Task DPR_TV_SUMMARY_TASKCHAR1DPR_BOOLEAN
TASK_IDTask Number DPR_TV_TASK_IDCHAR24
PRIORITYPriority CGPL_PRIORITYNUMC3NUMC3
TIME_UNITActivity Unit for Deviating Costs and Revenues DPR_TV_TIME_UNIT_MANUALUNIT3Assigned to domainCUNITMEINS
TIME_UNIT_TEXTUnit of Measurement Text (Maximum 10 Characters) MSEHTCHAR10TEXT10
EA_DUMMYDummy Data Element for Enhanced Proj. Mgmt Attributes DPR_TV_EA_DUMMYCHAR1CHAR1
.INCLU--AP 0
/XPPM/MAN_WEIGHT/XPPM/MAN_WEIGHT /XPPM/MAN_WEIGHTNUMC3

Key field Non-key field



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

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

How to access SAP table DPR_TS_API_TASK_T_DATA

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

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