IOMATVER SAP (Structure Material/Production Version List) Structure details

Dictionary Type: Structure
Description: Structure Material/Production Version List




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




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

IOMATVER 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 "Structure Material/Production Version List" 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_IOMATVER TYPE IOMATVER.

The IOMATVER table consists of various fields, each holding specific information or linking keys about Structure Material/Production Version List data available in SAP. These include MATERIAL_TEXT (Material description), ORDER_TYPE (Order Type), ORDER_CATEGORY (Order category), CONF_REASON_TEXT (Text describing the reason for a variance in a confirmation).. 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: Cannot Be Enhanced


SAP IOMATVER 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
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
MATERIAL_TEXTMaterial description CO_MATXTCHAR40TEXT40
ORDER_TYPEOrder Type AUFARTCHAR4Assigned to domainAUFARTAAT
ORDER_CATEGORYOrder category AUFTYPNUMC2AUFTYP
CONF_REASON_TEXTText describing the reason for a variance in a confirmation CO_GRDTXCHAR30TEXT30
PROBCLASSApplication Log: Log problem class BALPROBCLHCHAR1BALPROBCL
ICON_MSGTYApplication Log: Message Type Visualization BALIMSGTYCHAR30TEXT30
AUFNRPlanned order number PLNUMCHAR10Assigned to domainALPHAPLNUMPAF
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
PRODVERProduction Version VERIDCHAR4Assigned to domainVERIDVER
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
PLANNING_PLANTPlanning plant WERKS_PLCHAR4Assigned to domainWERKS
STORLOCReceiving storage location for repetitive manufacturing ALORTCHAR4T001LLGORT
REVLEVELRevision Level REVLVCHAR2NUMCVREVLVRVS
PRODLINEProduction line for repetitive manufacturing SA_LINE1CHAR8ARBPLAGRRMLINE
PLANNINGIDPlanning identification 2 MDV02CHAR8Assigned to domainMDVXX
CONF_REM_QUANTITYBackflush quantity in repetitive manufacturing SA_ERFMGQUAN13(3) MENG13
CONF_REM_SCRAPScrap quantity SA_MNG04QUAN13(3) MENG13
CONF_REM_UNITUnit of measure for backflush quantity and for actual scrap SA_ERFMEUNIT3T006CUNITMEINS
CONF_REM_REPPOINTReporting Point SA_ZPUNKTCHAR4NUMCVVORNR
CONF_REM_BATCHReceiving batch for repetitive manufacturing SA_CHARGCHAR10Assigned to domainCHARG
CONF_REM_REASONReason for scrap SA_GRUNDCHAR4Assigned to domainCO_AGRND
CONF_REM_SCRAP_TYPEShort Text for Scrap Type COWB_SCRAP_TYPE_TEXTCHAR60DDTEXT
CONF_REM_POSTING_DATEPosting Date in the Document BUDATDATS8DATUM
CONF_REM_DOCUMENT_DATEDocument Date in Document BLDATDATS8DATUM
CONF_REM_HEADER_TEXTDocument Header Text BKTXTCHAR25TEXT25

Key field Non-key field



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

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

How to access SAP table IOMATVER

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