MISTATUS SAP (Status Table for Material Identification on Mat./Batch Level) Table details

Dictionary Type: Table
Description: Status Table for Material Identification on Mat./Batch Level




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




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

MISTATUS is a standard SAP Table which is used to store Status Table for Material Identification on Mat./Batch Level data and is available within R/3 SAP systems depending on the version and release level.

The MISTATUS table consists of various fields, each holding specific information or linking keys about Status Table for Material Identification on Mat./Batch Level data available in SAP. These include RSNUM (Number of Reservation/Dependent Requirement), RSPOS (Item Number of Reservation/Dependent Requirement), RSART (Record type), AUFTRAG (Flag for Material Identification).. 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 MISTATUS 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
RSNUMNumber of Reservation/Dependent Requirement RSNUMNUMC10Assigned to domainRSNUMRES
RSPOSItem Number of Reservation/Dependent Requirement RSPOSNUMC4RSPOSRPO
RSARTRecord type RSARTCHAR1RSART
AUFTRAGFlag for Material Identification MIFLAGCHAR1XFELD
VORGANGFlag for Material Identification MIFLAGCHAR1XFELD
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
PHASEFlag for Material Identification MIFLAGCHAR1XFELD
PHANROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN

Key field Non-key field



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

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

SELECT SINGLE *
FROM MISTATUS
INTO CORRESPONDING FIELDS OF WA_MISTATUS
WHERE...

How to access SAP table MISTATUS

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