MWMKPF SAP (Header Table for the Interface) Table details

Dictionary Type: Table
Description: Header Table for the Interface




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




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

MWMKPF is a standard SAP Table which is used to store Header Table for the Interface data and is available within R/3 SAP systems depending on the version and release level.

The MWMKPF table consists of various fields, each holding specific information or linking keys about Header Table for the Interface data available in SAP. These include CPUDT (Day On Which Accounting Document Was Entered), CPUTM (Time of Entry), MBLNR (Number of Material Document), MJAHR (Material Document Year).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP MWMKPF 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
CPUDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
CPUTMTime of Entry CPUTMTIMS6UZEIT
MBLNRNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
MJAHRMaterial Document Year MJAHRNUMC4GJAHRGJAHRMJA
VGARTTransaction/Event Type VGARTCHAR2Assigned to domainVGART
BLARTDocument Type BLARTCHAR2Assigned to domainBLARTBAR
BLAUMDocument type of revaluation document BLAUMCHAR2Assigned to domainBLART
BLDATDocument Date in Document BLDATDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
AEDATChanged On AEDATDATS8DATUM
USNAMUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
TCODENot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
BKTXTDocument Header Text BKTXTCHAR25TEXT25
FRATHUnplanned delivery costs FRATHCURR13(2) WERT7
FRBNRNumber of Bill of Lading at Time of Goods Receipt FRBNR1CHAR16XBLNR1
WEVERVersion for Printing GR/GI Slip WEVERCHAR1WEVERWEV
XABLNGoods Receipt/Issue Slip Number XABLNCHAR10ALPHABELNR
AWSYSLogical System LOGSYSTEMCHAR10Assigned to domainALPHALOGSYS
BLA2DDoc. type for additional doc. in purchase account management BLA2DCHAR2Assigned to domainBLART
TCODE2Transaction Code TCODECHAR20Assigned to domainTCODETCD
XWERRData record incorrect or in processing XWERRCHAR1XFELD
MSGIDMessage Class SYMSGIDCHAR20Assigned to domainARBGB
MSGTYMessage Type SYMSGTYCHAR1SYCHAR01
MSGNOMessage Number SYMSGNONUMC3SYMSGNO
MSGV1Message Variable SYMSGVCHAR50SYCHAR50
MSGV2Message Variable SYMSGVCHAR50SYCHAR50
MSGV3Message Variable SYMSGVCHAR50SYCHAR50
MSGV4Message Variable SYMSGVCHAR50SYCHAR50

Key field Non-key field



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

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

SELECT SINGLE *
FROM MWMKPF
INTO CORRESPONDING FIELDS OF WA_MWMKPF
WHERE...

How to access SAP table MWMKPF

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