SAP DPR_MSPREQUEST_RESPONSE_PROJEC The project is the top level element of the document. Table data and field list

DPR_MSPREQUEST_RESPONSE_PROJEC 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 "The project is the top level element of the document." 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_PROJEC TYPE DPR_MSPREQUEST_RESPONSE_PROJEC.

The DPR_MSPREQUEST_RESPONSE_PROJEC table consists of various fields, each holding specific information or linking keys about The project is the top level element of the document. data available in SAP. These include UID (The unique ID of the project.), NAME (The name of the project.), TITLE (The title of the project.), SUBJECT (The subject of the project.)... 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_PROJEC 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_PROJEC 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_PROJEC 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
SAVE_VERSION The version of Microsoft Office Project from which the proj.0
UID The unique ID of the project.0
NAME The name of the project.0
TITLE The title of the project.0
SUBJECT The subject of the project.0
CATEGORY The category of the project.0
COMPANY The company that owns the project.0
MANAGER The manager of the project.0
AUTHOR The author of the project.0
CREATION_DATE The date that the project was created.0
REVISION The number of times a project has been saved.0
LAST_SAVED The date that the project was last saved.0
SCHEDULE_FROM_START Whether project is scheduled from the start or finish0
START_DATE The start date of the project.0
FINISH_DATE The finish date of the project.0
FYSTART_DATE Fiscal Year starting month.0
CRITICAL_SLACK_LIMIT The number of days past its finish date that a task can go0
CURRENCY_DIGITS The number of digits after the decimal symbol.0
CURRENCY_SYMBOL The currency symbol used in the project.0
CURRENCY_CODE The three letter currency character code as defined in ISO0
CURRENCY_SYMBOL_POSITION The position of the currency symbol0
CALENDAR_UID The project calendar.0
DEFAULT_START_TIME The default start time of new tasks.0
DEFAULT_FINISH_TIME The default finish time of new tasks.0
MINUTES_PER_DAY The number of minutes per day.0
MINUTES_PER_WEEK The number of minutes per week.0
DAYS_PER_MONTH The number of days per month.0
DEFAULT_TASK_TYPE The default type of new tasks0
DEFAULT_FIXED_COST_ACCRUAL The default from where fixed costs are accrued.0
DEFAULT_STANDARD_RATE The default standard rate for new resources.0
DEFAULT_OVERTIME_RATE The default overtime rate for new resources.0
DURATION_FORMAT The format for expressing the bulk duration.0
WORK_FORMAT The default work unit format.0
EDITABLE_ACTUAL_COSTS Whether or not actual costs are editable.0
HONOR_CONSTRAINTS Whether tasks honour their constraint dates.0
EARNED_VALUE_METHOD The default method for calculating earned value.0
INSERTED_PROJECTS_LIKE_SUMMARY Whether to calculate subtasks as summary tasks.0
MULTIPLE_CRITICAL_PATHS Whether multiple critical paths are calculated.0
NEW_TASKS_EFFORT_DRIVEN Whether new tasks are effort driven.0
NEW_TASKS_ESTIMATED Whether to show the estimated duration by default.0
SPLITS_IN_PROGRESS_TASKS Whether in-progress tasks can be split.0
SPREAD_ACTUAL_COST Whether actual costs are spread to the status date.0
SPREAD_PERCENT_COMPLETE Whether percent complete is spread to the status date.0
TASK_UPDATES_RESOURCE Whether updates to tasks update resources.0
FISCAL_YEAR_START Specifies whether to use fiscal year numbering0
WEEK_START_DAY Start day of the week.0
MOVE_COMPLETED_ENDS_BACK Specifies whether the end of completed portions0
MOVE_REMAINING_STARTS_BACK Specifies whether beginning of remaining portions0
MOVE_REMAINING_STARTS_FORWARD Specifies whether beginning of remaining portions0
MOVE_COMPLETED_ENDS_FORWARD Specifies whether the end of completed portions0
BASELINE_FOR_EARNED_VALUE The specific baseline used to calculate Variance values.0
AUTO_ADD_NEW_RESOURCES_AND_TA Whether to automatically add new resources to the resource0
STATUS_DATE Date used for calculation and reporting.0
CURRENT_DATE The system date that the XML was generated.0
MICROSOFT_PROJECT_SERVER_URL Whether the project was created by a Project Server user0
AUTOLINK Whether to autolink inserted or moved tasks.0
NEW_TASK_START_DATE The default date for new tasks start.0
NEW_TASKS_ARE_MANUAL Checks whether new tasks are created manually.0
DEFAULT_TASK_EVMETHOD The default earned value method for tasks0
PROJECT_EXTERNALLY_EDITED Whether the project XML was edited.0
EXTENDED_CREATION_DATE Date used for calculation and reporting.0
ACTUALS_IN_SYNC Whether all actual work has been synchronized with project0
REMOVE_FILE_PROPERTIES Whether to remove all file properties on save.0
ADMIN_PROJECT Whether the project is an administrative project.0
UPDATE_MANUALLY_SCHEDULED_TASK Checks if tasks are updated when changing links0
KEEP_TASK_ON_NEAREST_WORKING_T Checks if task scheduling follows current calendar in auto0
OUTLINE_CODES 0
OUTLINE_CODE 0
WBSMASKS 0
VERIFY_UNIQUE_CODES Whether WBS codes are unique for new tasks.0
GENERATE_CODES Whether WBS codes are generated for new tasks.0
PREFIX The prefix for all WBS codes.0
WBSMASK 0
EXTENDED_ATTRIBUTES 0
EXTENDED_ATTRIBUTE 0
CALENDARS 0
CALENDAR 0
TASKS 0
TASK 0
RESOURCES 0
RESOURCE 0
ASSIGNMENTS 0
ASSIGNMENT 0

Key field Non-key field



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

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

How to access SAP table DPR_MSPREQUEST_RESPONSE_PROJEC

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

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