SAP DPR_MSPREQUEST_RESPONSE_TASK MSP Task Table data and field list

DPR_MSPREQUEST_RESPONSE_TASK 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 "MSP Task" 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_MSPREQUEST_RESPONSE_TASK TYPE DPR_MSPREQUEST_RESPONSE_TASK.

The DPR_MSPREQUEST_RESPONSE_TASK table consists of various fields, each holding specific information or linking keys about MSP Task data available in SAP. These include ID (The position identifier of the task within the list of tasks), NAME (The name of the task.), TYPE (The type of task.), IS_NULL (Specifies whether the task is null)... 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_MSPREQUEST_RESPONSE_TASK 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_MSPREQUEST_RESPONSE_TASK 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_MSPREQUEST_RESPONSE_TASK 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
UID The unique ID of the task.0
ID The position identifier of the task within the list of tasks0
NAME The name of the task.0
TYPE The type of task.0
IS_NULL Specifies whether the task is null0
CREATE_DATE The date that the task was created.0
CONTACT The contact person for the task.0
WBS The work breakdown structure code of the task.0
WBSLEVEL The rightmost WBS level of the task.0
OUTLINE_NUMBER The outline number of the task.0
OUTLINE_LEVEL The outline level of the task.0
PRIORITY The priority of the task from 0 to 1000.0
START The scheduled start date of the task0
FINISH The scheduled finish date of the task.0
DURATION The planned duration of the task.0
DURATION_FORMAT The format for expressing the Duration of the Task0
WORK The amount of scheduled work for the task.0
STOP The date that the task was stopped.0
RESUME The date that the task resumed.0
RESUME_VALID Whether the task can be resumed.0
EFFORT_DRIVEN Whether the task is effort-driven.0
RECURRING Whether the task is a recurring task0
OVER_ALLOCATED Whether the task is overallocated.0
ESTIMATED Whether the task is estimated.0
MILESTONE Whether the task is a milestone.0
SUMMARY Whether the task is a summary task0
CRITICAL Whether the task is in the critical chain0
IS_SUBPROJECT Whether the task is an inserted project0
IS_SUBPROJECT_READ_ONLY Whether the inserted project is read-only.0
SUBPROJECT_NAME The source location of the inserted project.0
EXTERNAL_TASK Whether the task is external.0
EXTERNAL_TASK_PROJECT The source location and task identifier of the external task0
EARLY_START The early start date of the task.0
EARLY_FINISH The early finish date of the task.0
LATE_START The late start date of the task.0
LATE_FINISH The late finish date of the task.0
START_VARIANCE The variance of the task start date from0
FINISH_VARIANCE The variance of the task finish date from0
WORK_VARIANCE The variance of task work from the baseline0
FREE_SLACK The amount of free slack.0
TOTAL_SLACK The amount of total slack.0
FIXED_COST The fixed cost of the task.0
FIXED_COST_ACCRUAL How the fixed cost is accrued against the task.0
PERCENT_COMPLETE The percentage of the task duration completed.0
PERCENT_WORK_COMPLETE The percentage of the task work completed.0
COST The projected or scheduled cost of the task.0
OVERTIME_COST The sum of actual and remaining overtime cost of the task0
OVERTIME_WORK The amount of overtime work scheduled for the task.0
ACTUAL_START The actual start date of the task.0
ACTUAL_FINISH The actual finish date of the task.0
ACTUAL_DURATION The actual duration of the task.0
ACTUAL_COST The actual cost of the task.0
ACTUAL_OVERTIME_COST The actual overtime cost of the task.0
ACTUAL_WORK The actual work for the task.0
ACTUAL_OVERTIME_WORK The actual overtime work for the task.0
REGULAR_WORK The amount of non-overtime work scheduled for the task0
REMAINING_DURATION The amount of time required to complete unfinished things0
REMAINING_COST The remaining projected cost of completing the task.0
REMAINING_WORK The remaining work scheduled to complete the task0
REMAINING_OVERTIME_COST The remaining overtime cost projected to finish the task.0
REMAINING_OVERTIME_WORK The remaining overtime work scheduled to finish the task.0
ACWP The actual cost of work performed on the task to-date.0
CV Earned value cost variance.0
CONSTRAINT_TYPE The constraint on the start or finish date of the task.0
CALENDAR_UID The task calendar.Refers to a valid UID in Calendars element0
CONSTRAINT_DATE The date argument for the task constraint type0
DEADLINE The deadline for the task to be completed0
LEVEL_ASSIGNMENTS Whether leveling can adjust assignments.0
LEVELING_CAN_SPLIT Whether leveling can split the task.0
LEVELING_DELAY The delay caused by leveling the task0
LEVELING_DELAY_FORMAT The format for expressing the duration of the delay.0
PRE_LEVELED_START The start date of the task before it was leveled.0
PRE_LEVELED_FINISH The finish date of the task before it was leveled.0
HYPERLINK The title of the hyperlink associated with the task0
HYPERLINK_ADDRESS The hyperlink associated with the task.0
HYPERLINK_SUB_ADDRESS The document bookmark of the hyperlink associated with task0
IGNORE_RESOURCE_CALENDAR Whether the task ignores the resource calendar0
NOTES Text notes associated with the task.0
HIDE_BAR Whether the GANTT bar of the task is hidden0
ROLLUP Whether the task is rolled up.0
BCWS The budgeted cost of work scheduled for the task.0
BCWP The budgeted cost of work performed on the task to-date.0
PHYSICAL_PERCENT_COMPLETE The percentage complete value entered by the Project Manager0
EARNED_VALUE_METHOD The method for calculating earned value.0
PREDECESSOR_LINK 0
ACTUAL_WORK_PROTECTED Specifies duration through which actual work is protected0
ACTUAL_OVERTIME_WORK_PROTECTED Specifies duration through which actual overtime work is ok0
EXTENDED_ATTRIBUTE 0
BASELINE 0
OUTLINE_CODE 0
IS_PUBLISHED Whether the task is published.0
STATUS_MANAGER The name of the task status manager.0
COMMITMENT_START The start date of the deliverable.0
COMMITMENT_FINISH The finish date of the deliverable.0
COMMITMENT_TYPE Whether the task has an associated deliverable or a dep.0
TIMEPHASED_DATA 0
DISPLAY_AS_SUMMARY 0
START_SLACK 0
FINISH_SLACK 0
ACTIVE 0
MANUAL 0
MANUAL_START 0
MANUAL_FINISH 0
MANUAL_DURATION 0
START_TEXT 0
FINISH_TEXT 0

Key field Non-key field



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

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

How to access SAP table DPR_MSPREQUEST_RESPONSE_TASK

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

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