IOMAMO SAP (Database structure for documentation goods movements) Structure details

Dictionary Type: Structure
Description: Database structure for documentation goods movements




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




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

IOMAMO 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 "Database structure for documentation goods movements" 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_IOMAMO TYPE IOMAMO.

The IOMAMO table consists of various fields, each holding specific information or linking keys about Database structure for documentation goods movements data available in SAP. These include MANDT (Client), MBLNR (Number of Material Document), MJAHR (Material Document Year), ZEILE (Item in Material 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP IOMAMO 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
MBLNRNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
MJAHRMaterial Document Year MJAHRNUMC4GJAHRGJAHRMJA
ZEILEItem in Material Document MBLPONUMC4MBLPOPOS
BLDATDocument Date in Document BLDATDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
BWARTMovement Type (Inventory Management) BWARTCHAR3T156BWARTBWA
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4T001LLGORTLAG
CHARGBatch Number CHARG_DCHAR10MCH1CHARGCHA
SOBKZSpecial Stock Indicator SOBKZCHAR1T148SOBKZ
LIFNRVendor Account Number ELIFNCHAR10LFA1ALPHALIFNRLIFKRED_C
KDAUFSales Order Number KDAUFCHAR10VBUKALPHAVBELNAUN
KDPOSItem Number in Sales Order KDPOSNUMC6NUM06KPO
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
DMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
BWTARValuation Type BWTAR_DCHAR10T149DBWTARBWT
MENGEQuantity MENGE_DQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3T006CUNITMEINS
ERFMGQuantity in Unit of Entry ERFMGQUAN13(3) MENG13
ERFMEUnit of Entry ERFMEUNIT3T006CUNITMEINS
EBELNPurchase Order Number BSTNRCHAR10EKKOALPHAEBELNBES
EBELPItem Number of Purchasing Document EBELPNUMC5EKPOEBELPBSP
ELIKZ'Delivery Completed' Indicator ELIKZCHAR1XFELD
WEMPFGoods Recipient/Ship-To Party WEMPFCHAR12WEMPF
ABLADUnloading Point ABLADCHAR25TEXT25
AUFNROrder Number AUFNRCHAR12AUFKALPHAAUFNRANR
RSNUMNumber of Reservation/Dependent Requirement RSNUMNUMC10RESBRSNUMRES
RSPOSItem Number of Reservation/Dependent Requirement RSPOSNUMC4RSPOSRPO
RSARTRecord type RSARTCHAR1RSART
KZEARFinal Issue for This Reservation KZEARCHAR1XFELD
KZBEWMovement Indicator KZBEWCHAR1KZBEW
WEUNBGoods Receipt, Non-Valuated WEUNBCHAR1XFELD
PS_PSP_PNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8PRPSKONPRPS_POSNR
NPLNRNetwork Number for Account Assignment NPLNRCHAR12AUFKALPHAAUFNRNET
AUFPLRouting number of operations in the order CO_AUFPLNUMC10AUFPL
APLZLInternal counter CIM_COUNTNUMC8CIM_COUNT
SAKTOG/L Account Number SAKNRCHAR10SKA1ALPHASAKNRSAKC_SAKNR
KOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
.INCLU--AP 0
WTY_INDWarranty indicator WTYSC_WTY_INDICATORCHAR1WTYSC_WTY_INDICATOR
MAKTXMaterial description CO_MATXTCHAR40TEXT40
WBKNZGoods movement indicator WBKNZCHAR1WBKNZ
KZ_MARKSingle-Character Indicator CHAR1CHAR1CHAR1
INDEX_NODEField defined as in SY-TABIX TABIX_DINT410TABIX
MENGE_VZQuantity with Sign MENGEVQUAN13(3) MENGV13
ERFMG_VZQuantity in unit of entry with leading sign ERFMGVQUAN13(3) MENGV13

Key field Non-key field



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

As IOMAMO 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 IOMAMO as there is no data to select.

How to access SAP table IOMAMO

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