MSR_D_APPROVAL SAP (Multistep returns: Approval) Table details

Dictionary Type: Table
Description: Multistep returns: Approval




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




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

MSR_D_APPROVAL is a standard SAP Table which is used to store Multistep returns: Approval data and is available within R/3 SAP systems depending on the version and release level.

The MSR_D_APPROVAL table consists of various fields, each holding specific information or linking keys about Multistep returns: Approval data available in SAP. These include MSR_ID (Process Identification Number), ITEM (Item Number), SPLIT_ID (Split Identification Number), EXECUTED_STEP_ID (Step ID).. 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: Can be enhanced (character-type or numeric)


SAP MSR_D_APPROVAL 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
ITEMItem Number MSR_PROCESS_ITEMNUMC6MSR_PROCESS_ITEM
SPLIT_IDSplit Identification Number MSR_SPLIT_IDNUMC3MSR_SPLIT_ID
EXECUTED_STEP_IDStep ID MSR_STEP_IDCHAR4MSR_I_STEPMSR_STEP_ID
DOC_TYPEDocument Type MSR_DOC_TYPECHAR2MSR_DOC_TYPE
DOC_NRDocument Number MSR_DOC_NRCHAR30MSR_DOC_NR
DOC_ITEMDocument Item MSR_DOC_ITEMNUMC10MSR_D_EXECUTEDMSR_DOC_ITEM
APPR_COUNTERCounter MSR_COUNTERNUMC2MSR_COUNTER
APPR_STEP_IDStep ID MSR_STEP_IDCHAR4MSR_I_STEPMSR_STEP_ID
CREATED_ONUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
CREATED_BYChanged by USERCHAR12CHAR12

Key field Non-key field



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

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

SELECT SINGLE *
FROM MSR_D_APPROVAL
INTO CORRESPONDING FIELDS OF WA_MSR_D_APPROVAL
WHERE...

How to access SAP table MSR_D_APPROVAL

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