MSR_D_HEAD SAP (Advanced Returns Management - Tracking Header Data) Table details

Dictionary Type: Table
Description: Advanced Returns Management - Tracking Header Data




ABAP Code to SELECT data from MSR_D_HEAD
Related tables to MSR_D_HEAD
Access table MSR_D_HEAD




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

MSR_D_HEAD is a standard SAP Table which is used to store Advanced Returns Management - Tracking Header Data data and is available within R/3 SAP systems depending on the version and release level.

The MSR_D_HEAD table consists of various fields, each holding specific information or linking keys about Advanced Returns Management - Tracking Header Data data available in SAP. These include MSR_ID (Process Identification Number), COMPLETE (Completed), CREATED_ON (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)), CREATED_BY (User Name in User Master Record).. 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 MSR_D_HEAD 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
MSR_IDProcess Identification Number MSR_PROCESS_IDCHAR10ALPHAMSR_PROCESS_ID
COMPLETECompleted MSR_COMPLETECHAR1XFELD
CREATED_ONUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
CREATED_BYUser Name in User Master Record XUBNAMECHAR12Assigned to domainXUBNAMEXUS
CHANGED_ONUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
CHANGED_BYUser Name in User Master Record XUBNAMECHAR12Assigned to domainXUBNAMEXUS
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
DOC_TYPEDocument Type MSR_DOC_TYPECHAR2MSR_DOC_TYPE
DOC_NRDocument Number MSR_DOC_NRCHAR30MSR_DOC_NR
DOC_ORG_UNITOrganization Unit of Document MSR_DOC_ORG_UNITCHAR4MSR_DOC_ORG_UNIT
ARCHIVABLECheckbox XFELDCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP table MSR_D_HEAD using ABAP code

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

SELECT SINGLE *
FROM MSR_D_HEAD
INTO CORRESPONDING FIELDS OF WA_MSR_D_HEAD
WHERE...

How to access SAP table MSR_D_HEAD

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