MYMP1 SAP (Receipt Data LFIO/FIFO Valuation) Table details

Dictionary Type: Table
Description: Receipt Data LFIO/FIFO Valuation




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




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

MYMP1 is a standard SAP Table which is used to store Receipt Data LFIO/FIFO Valuation data and is available within R/3 SAP systems depending on the version and release level.

The MYMP1 table consists of various fields, each holding specific information or linking keys about Receipt Data LFIO/FIFO Valuation 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: Can be enhanced (character-type or numeric)


SAP MYMP1 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
MBLNRNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
MJAHRMaterial Document Year MJAHRNUMC4GJAHRGJAHRMJA
MBLPOItem in Material Document MBLPONUMC4MBLPOPOS
BUDATPosting Date in the Document BUDATDATS8DATUM
ZUMNGReceipt qty, LIFO/FIFO relevant material document MYZUMNGQUAN13(3) MENGV13
ZUWRTReceipt value of a LIFO/FIFO-relevant material document MYZUWRTCURR13(2) WERTV7
REMNGInvoice Quantity for Mat. Document Relevant to LIFO/FIFO MYREMNGQUAN13(3) MENG13
MEINSUnit of Measure for Material Valuation CKML_MEINSUNIT3T006CUNITMEINS
BWTARValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
CPUDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
CPUTMTime of Entry CPUTMTIMS6UZEIT
BWARTMovement Type (Inventory Management) BWARTCHAR3Assigned to domainBWARTBWA
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
XTERNRecord Imported from External Source MY_XTERNCHAR1XFELD
FBASEFIFO MY_FBASECHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM MYMP1
INTO CORRESPONDING FIELDS OF WA_MYMP1
WHERE...

How to access SAP table MYMP1

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