MSR_D_NEXTPLANTS SAP (Multi-step returns - next plants) Table details

Dictionary Type: Table
Description: Multi-step returns - next plants




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




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

MSR_D_NEXTPLANTS is a standard SAP Table which is used to store Multi-step returns - next plants data and is available within R/3 SAP systems depending on the version and release level.

The MSR_D_NEXTPLANTS table consists of various fields, each holding specific information or linking keys about Multi-step returns - next plants 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)


SAP MSR_D_NEXTPLANTS 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_IDCHAR10MSR_D_HEADALPHAMSR_PROCESS_ID
ITEMItem Number MSR_PROCESS_ITEMNUMC6MSR_D_ITEMMSR_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_DOC_ITEM
NXT_PLNT_COUNTERCounter MSR_COUNTERNUMC2MSR_COUNTER
NEXT_PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
TRANSSHIPMENTTransshipment Plant MSR_TRANSSHIPMENT_PLANT_INTCHAR1MSR_TRANSSHIPMENT_PLANT_INT

Key field Non-key field



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

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

SELECT SINGLE *
FROM MSR_D_NEXTPLANTS
INTO CORRESPONDING FIELDS OF WA_MSR_D_NEXTPLANTS
WHERE...

How to access SAP table MSR_D_NEXTPLANTS

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