MWOG1 SAP (I/O line for RP for perishables) Structure details

Dictionary Type: Structure
Description: I/O line for RP for perishables




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




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

MWOG1 is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "I/O line for RP for perishables" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_MWOG1 TYPE MWOG1.

The MWOG1 table consists of various fields, each holding specific information or linking keys about I/O line for RP for perishables data available in SAP. These include BESTELLT (Individual, User-Defined Character), MARKFELD (Individual, User-Defined Character), MATNR (Material Number), MAKTX (Material Description (Short Text)).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP MWOG1 structure 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
BESTELLTIndividual, User-Defined Character CHAR0001CHAR1CHAR0001
MARKFELDIndividual, User-Defined Character CHAR0001CHAR1CHAR0001
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
LNAME1Name NAME1CHAR30TEXT30
KTMNGTarget Quantity KTMNGQUAN13(3) MENGE
FILMEQuantity MENGE_DQUAN13(3) MENG13
MENGEQuantity MENGE_DQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3T006CUNITMEINS
FACTRConversion factor for order Un to sales Un for astmt. list BB_FACTRCHAR6CHAR6
VRKMESales unit VRKMEUNIT3T006CUNITMEINS
SL_EKPNNPurchase Price for Assortment List Output SL_EKPNNCHAR16CHAR16
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
SPANEMargin (net) in sales price calculation SPANECURR11(2) WERTV6
BB_PRICESales price for assortment list output (10 characters) BB_PRICECHAR10CHAR10
PEINHPrice Unit PEINHDEC5PACK3
WBTYPDefault doc. category, store order inbound - replenishment VWWSBTYPVOCHAR1VWWSBTYPVO
MWSKZTax on sales/purchases code MWSKZCHAR2T007AMWSKZ
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
AKTNRCOUPON WAKTIONCHAR10Assigned to domainALPHAWAKTIONWAK
EKGRPPurchasing Group EKGRPCHAR3Assigned to domainEKGRPEKG
RELIFRegular Vendor RELIFCHAR1XFELD
SATNRCross-Plant Configurable Material SATNRCHAR18Assigned to domainMATN1MATNR
SSTUFAssortment grade SSTUFCHAR2Assigned to domainSSTUF
LOCNRCustomer Number for Plant LOCNRCHAR10Assigned to domainALPHAKUNNRKUN

Key field Non-key field



How do I retrieve data from SAP structure MWOG1 using ABAP code?

As MWOG1 is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on MWOG1 as there is no data to select.

How to access SAP table MWOG1

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