MYMP1R SAP (Storage for Invoice Differences (LIFO/FIFO)) Table details

Dictionary Type: Table
Description: Storage for Invoice Differences (LIFO/FIFO)




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




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

MYMP1R is a standard SAP Table which is used to store Storage for Invoice Differences (LIFO/FIFO) data and is available within R/3 SAP systems depending on the version and release level.

The MYMP1R table consists of various fields, each holding specific information or linking keys about Storage for Invoice Differences (LIFO/FIFO) data available in SAP. These include MYKEY (Valuation level for receipts relevant to LIFO/FIFO), MATNR (Material Number), EBELN (Purchasing Document Number), EBELP (Item Number of Purchasing Document).. 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: Not classified


SAP MYMP1R 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 MANDTCLNT3T000MANDT
MYKEYValuation level for receipts relevant to LIFO/FIFO MYMP_KEYCHAR4T001YMYKEYMYK
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
EBELNPurchasing Document Number EBELNCHAR10EKKOALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5EKPOEBELPBSP
LFBNRDocument No. of a Reference Document LFBNRCHAR10ALPHABELNR
LFGJAFiscal Year of Current Period LFGJANUMC4GJAHRGJAHR
LFPOSItem of a Reference Document LFPOSNUMC4MBLPO
BUDATPosting Date in the Document BUDATDATS8DATUM
REMNGInvoice Quantity for Mat. Document Relevant to LIFO/FIFO MYREMNGQUAN13(3) MENG13
REWRTInvoice Value for LIFO/FIFO Valuation MY_REWRTCURR13(2) WERTV7
MEINSBase Unit of Measure MEINSUNIT3T006CUNITMEINS
BWTARValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
CPUDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
CPUTMTime of Entry CPUTMTIMS6UZEIT
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR

Key field Non-key field



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

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

SELECT SINGLE *
FROM MYMP1R
INTO CORRESPONDING FIELDS OF WA_MYMP1R
WHERE...

How to access SAP table MYMP1R

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