/MRSS/D_DPR_MAP SAP (Mapping of external keys of project and role guid in cpro) Table details

Dictionary Type: Table
Description: Mapping of external keys of project and role guid in cpro




ABAP Code to SELECT data from /MRSS/D_DPR_MAP
Related tables to /MRSS/D_DPR_MAP
Access table /MRSS/D_DPR_MAP




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

/MRSS/D_DPR_MAP is a standard SAP Table which is used to store Mapping of external keys of project and role guid in cpro data and is available within R/3 SAP systems depending on the version and release level.

The /MRSS/D_DPR_MAP table consists of various fields, each holding specific information or linking keys about Mapping of external keys of project and role guid in cpro data available in SAP. These include EXT_KEY_PROJECT (external cproject project number), EXT_KEY_PART (external cproject particpant number), GUID_PROJECT (GUID), GUID_PARTICIPANT (GUID).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /MRSS/D_DPR_MAP table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
EXT_KEY_PROJECTexternal cproject project number /MRSS/T_DPR_EXT_PROJ_NUMNUMC10/MRSS/_DPR_EXT_PROJ_NUM
EXT_KEY_PARTexternal cproject particpant number /MRSS/T_DPR_EXT_PART_NUMNUMC8/MRSS/_DPR_EXT_PART_NUM
GUID_PROJECTGUID /MRSS/T_DPR_GUIDRAW16SYSUUID
GUID_PARTICIPANTGUID /MRSS/T_DPR_GUIDRAW16SYSUUID

Key field Non-key field



How do I retrieve data from SAP table /MRSS/D_DPR_MAP using ABAP code

The following ABAP code Example will allow you to do a basic selection on /MRSS/D_DPR_MAP to SELECT all data from the table
DATA: WA_/MRSS/D_DPR_MAP TYPE /MRSS/D_DPR_MAP.

SELECT SINGLE *
FROM /MRSS/D_DPR_MAP
INTO CORRESPONDING FIELDS OF WA_/MRSS/D_DPR_MAP
WHERE...

How to access SAP table /MRSS/D_DPR_MAP

Within an ECC or HANA version of SAP you can also view further information about /MRSS/D_DPR_MAP 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!