SAP DPR_MSP_ENT_FIELDS Enterprise Fields in MSP Client4 Table data and field list

DPR_MSP_ENT_FIELDS 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 "Enterprise Fields in MSP Client4" 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_MSP_ENT_FIELDS TYPE DPR_MSP_ENT_FIELDS.

The DPR_MSP_ENT_FIELDS table consists of various fields, each holding specific information or linking keys about Enterprise Fields in MSP Client4 data available in SAP. These include TEXT2 (Enterprise Text Field 2), TEXT3 (Enterprise Text Field 3), TEXT4 (Enterprise Text Field 4), TEXT5 (Enterprise Text Field 5)... 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_MSP_ENT_FIELDS 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_MSP_ENT_FIELDS 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_MSP_ENT_FIELDS 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
TEXT1 Enterprise Text Field 10
TEXT2 Enterprise Text Field 20
TEXT3 Enterprise Text Field 30
TEXT4 Enterprise Text Field 40
TEXT5 Enterprise Text Field 50
TEXT6 Enterprise Text Field 60
TEXT7 Enterprise Text Field 70
TEXT8 Enterprise Text Field 80
TEXT9 Enterprise Text Field 90
TEXT10 Enterprise Text Field 100
TEXT11 Enterprise Text Field 110
TEXT12 Enterprise Text Field 120
TEXT13 Enterprise Text Field 130
TEXT14 Enterprise Text Field 140
TEXT15 Enterprise Text Field 150
TEXT16 Enterprise Text Field 160
TEXT17 Enterprise Text Field 170
TEXT18 Enterprise Text Field 180
TEXT19 Enterprise Text Field 190
TEXT20 Enterprise Text Field 200
TEXT21 Enterprise Text Field 210
TEXT22 Enterprise Text Field 220
TEXT23 Enterprise Text Field 230
TEXT24 Enterprise Text Field 240
TEXT25 Enterprise Text Field 250
TEXT26 Enterprise Text Field 260
TEXT27 Enterprise Text Field 270
TEXT28 Enterprise Text Field 280
TEXT29 Enterprise Text Field 290
TEXT30 Enterprise Text Field 300
NUMBER1 Enterprise Number Field 10
NUMBER2 Enterprise Number Field 20
NUMBER3 Enterprise Number Field 30
NUMBER4 Enterprise Number Field 40
NUMBER5 Enterprise Number Field 50
NUMBER6 Enterprise Number Field 60
NUMBER7 Enterprise Number Field 70
NUMBER8 Enterprise Number Field 80
NUMBER9 Enterprise Number Field 90
NUMBER10 Enterprise Number Field 100
NUMBER11 Enterprise Number Field 110
NUMBER12 Enterprise Number Field 120
NUMBER13 Enterprise Number Field 130
NUMBER14 Enterprise Number Field 140
NUMBER15 Enterprise Number Field 150
NUMBER16 Enterprise Number Field 160
NUMBER17 Enterprise Number Field 170
NUMBER18 Enterprise Number Field 180
NUMBER19 Enterprise Number Field 190
NUMBER20 Enterprise Number Field 200
DATE1Converted Dates for MSP Project DPR_TV_MSP_DATEDATS8DPR_TV_MSP_DATE
DATE2Converted Dates for MSP Project DPR_TV_MSP_DATEDATS8DPR_TV_MSP_DATE
DATE3Converted Dates for MSP Project DPR_TV_MSP_DATEDATS8DPR_TV_MSP_DATE
DATE4Converted Dates for MSP Project DPR_TV_MSP_DATEDATS8DPR_TV_MSP_DATE
DATE5Converted Dates for MSP Project DPR_TV_MSP_DATEDATS8DPR_TV_MSP_DATE
DATE6Converted Dates for MSP Project DPR_TV_MSP_DATEDATS8DPR_TV_MSP_DATE
DATE7Converted Dates for MSP Project DPR_TV_MSP_DATEDATS8DPR_TV_MSP_DATE
DATE8Converted Dates for MSP Project DPR_TV_MSP_DATEDATS8DPR_TV_MSP_DATE
DATE9Converted Dates for MSP Project DPR_TV_MSP_DATEDATS8DPR_TV_MSP_DATE
DATE10Converted Dates for MSP Project DPR_TV_MSP_DATEDATS8DPR_TV_MSP_DATE
OUTLINECODE1 Outline Code for MSP Project0
OUTLINECODE2 Outline Code for MSP Project0
OUTLINECODE3 Outline Code for MSP Project0
OUTLINECODE4 Outline Code for MSP Project0
OUTLINECODE5 Outline Code for MSP Project0
OUTLINECODE6 Outline Code for MSP Project0
OUTLINECODE7 Outline Code for MSP Project0
OUTLINECODE8 Outline Code for MSP Project0
OUTLINECODE9 Outline Code for MSP Project0
OUTLINECODE10 Outline Code for MSP Project0

Key field Non-key field



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

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

How to access SAP table DPR_MSP_ENT_FIELDS

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

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