MLWIPIT SAP (WIP Document in Material Ledger - Lines) Table details

Dictionary Type: Table
Description: WIP Document in Material Ledger - Lines




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




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

MLWIPIT is a standard SAP Table which is used to store WIP Document in Material Ledger - Lines data and is available within R/3 SAP systems depending on the version and release level.

The MLWIPIT table consists of various fields, each holding specific information or linking keys about WIP Document in Material Ledger - Lines data available in SAP. These include BELNR (Document Number), WERKS (Plant), KALNR (Cost Estimate Number for Cost Est. w/o Qty Structure), REFYEAR (Fiscal 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP MLWIPIT 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
BELNRDocument Number MLWIPD_BELNRCHAR10MLWIPHDALPHAMLWIPD_BELNRCOMLWIPDOC
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
KALNRCost Estimate Number for Cost Est. w/o Qty Structure CK_KALNRNUMC12Assigned to domainCK_KALNRKNR
REFYEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
OTYPEObject Type CKML_OTYPCHAR2CKML_OTYP
MEINHUnit of Measure for Display MEINHUNIT3Assigned to domainCUNITMEINS
.INCLU-CHG 0
QTY001CHGWIP Quantity for Period Layer CKMLWIPQTYQUAN15(3) MENGV8
QTY002CHGWIP Quantity for Period Layer CKMLWIPQTYQUAN15(3) MENGV8
QTY003CHGWIP Quantity for Period Layer CKMLWIPQTYQUAN15(3) MENGV8
QTY004CHGWIP Quantity for Period Layer CKMLWIPQTYQUAN15(3) MENGV8
QTY005CHGWIP Quantity for Period Layer CKMLWIPQTYQUAN15(3) MENGV8
QTY006CHGWIP Quantity for Period Layer CKMLWIPQTYQUAN15(3) MENGV8
QTY007CHGWIP Quantity for Period Layer CKMLWIPQTYQUAN15(3) MENGV8
QTY008CHGWIP Quantity for Period Layer CKMLWIPQTYQUAN15(3) MENGV8
QTY009CHGWIP Quantity for Period Layer CKMLWIPQTYQUAN15(3) MENGV8
QTY010CHGWIP Quantity for Period Layer CKMLWIPQTYQUAN15(3) MENGV8
QTY011CHGWIP Quantity for Period Layer CKMLWIPQTYQUAN15(3) MENGV8
QTY012CHGWIP Quantity for Period Layer CKMLWIPQTYQUAN15(3) MENGV8
QTY013CHGWIP Quantity for Period Layer CKMLWIPQTYQUAN15(3) MENGV8
QTY014CHGWIP Quantity for Period Layer CKMLWIPQTYQUAN15(3) MENGV8
QTY015CHGWIP Quantity for Period Layer CKMLWIPQTYQUAN15(3) MENGV8
QTY016CHGWIP Quantity for Period Layer CKMLWIPQTYQUAN15(3) MENGV8
QTY001WIP Quantity for Period Layer CKMLWIPQTYQUAN15(3) MENGV8
QTY002WIP Quantity for Period Layer CKMLWIPQTYQUAN15(3) MENGV8
QTY003WIP Quantity for Period Layer CKMLWIPQTYQUAN15(3) MENGV8
QTY004WIP Quantity for Period Layer CKMLWIPQTYQUAN15(3) MENGV8
QTY005WIP Quantity for Period Layer CKMLWIPQTYQUAN15(3) MENGV8
QTY006WIP Quantity for Period Layer CKMLWIPQTYQUAN15(3) MENGV8
QTY007WIP Quantity for Period Layer CKMLWIPQTYQUAN15(3) MENGV8
QTY008WIP Quantity for Period Layer CKMLWIPQTYQUAN15(3) MENGV8
QTY009WIP Quantity for Period Layer CKMLWIPQTYQUAN15(3) MENGV8
QTY010WIP Quantity for Period Layer CKMLWIPQTYQUAN15(3) MENGV8
QTY011WIP Quantity for Period Layer CKMLWIPQTYQUAN15(3) MENGV8
QTY012WIP Quantity for Period Layer CKMLWIPQTYQUAN15(3) MENGV8
QTY013WIP Quantity for Period Layer CKMLWIPQTYQUAN15(3) MENGV8
QTY014WIP Quantity for Period Layer CKMLWIPQTYQUAN15(3) MENGV8
QTY015WIP Quantity for Period Layer CKMLWIPQTYQUAN15(3) MENGV8
QTY016WIP Quantity for Period Layer CKMLWIPQTYQUAN15(3) MENGV8

Key field Non-key field



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

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

SELECT SINGLE *
FROM MLWIPIT
INTO CORRESPONDING FIELDS OF WA_MLWIPIT
WHERE...

How to access SAP table MLWIPIT

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