VM07I SAP (Fields for Update Control of Module Pool SAPMM07I) Structure details

Dictionary Type: Structure
Description: Fields for Update Control of Module Pool SAPMM07I




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




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

VM07I 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 "Fields for Update Control of Module Pool SAPMM07I" 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_VM07I TYPE VM07I.

The VM07I table consists of various fields, each holding specific information or linking keys about Fields for Update Control of Module Pool SAPMM07I data available in SAP. These include KMBEW (Indicator MBEW from configurable material), BWKEY (Valuation Area), BWTAR (Valuation Type), WERTU (Value Update in Material Master Record).. 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 VM07I 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
ZEILVLine Number DZEILENUMC3ZEILEPOS
KMBEWIndicator MBEW from configurable material KMBEWCHAR1XFELD
BWKEYValuation Area BWKEYCHAR4T001KBWKEYBWK
BWTARValuation Type BWTAR_DCHAR10T149DBWTARBWT
WERTUValue Update in Material Master Record WERTUCHAR1XFELD
MENGUQuantity Updating in Material Master Record MENGUCHAR1XFELD
XBMATMaterial update XBMATCHAR1XFELD
XIUPDPhysical inventory stock type from material document item XIUPDCHAR1Assigned to domainBSTAR
ZUAWAKey for sorting according to assignment numbers DZUAWACHAR3TZUNZUAWA
HZUAWKey for sorting according to assignment numbers DZUAWACHAR3TZUNZUAWA
LFGJAFiscal Year of Current Period LFGJANUMC4GJAHRGJAHR
XZAEVCheckbox XFELDCHAR1XFELD
XLOEVItem is Deleted XLOEKCHAR1XFELD
DIFMEQuantity MENGE_DQUAN13(3) MENG13
DIFMGDifference quantity from inventory count DIFMGQUAN13(3) MENGV13
BWARTMovement Type (Inventory Management) BWARTCHAR3T156BWARTBWA
ISTATName of field FELDNCHAR16CHAR16
VSTATName of field FELDNCHAR16CHAR16
SEGMNSegment in which the phys. inventory status fields are set SEGMNCHAR4CHAR4
XISPEMaterial blocked for physical inventory XISPECHAR1XFELD
XIAKTPhysical inventory active for material XIAKTCHAR1XFELD
XIINVPhysical inventory completed for stock type XIINVCHAR1XFELD
AISTAName of field FELDNCHAR16CHAR16
XAISPMaterial blocked for physical inventory XISPECHAR1XFELD
XAIAKPhysical inventory active for material XIAKTCHAR1XFELD
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
SMARDSegment string MARD SMARD_DCHAR3SEGST
SMCHBSegment string MCHB SMCHB_DCHAR3SEGST
SMKOLSegment string MKOL SMKOL_DCHAR3SEGST
UPDKZCheckbox XFELDCHAR1XFELD
MONATFiscal Period MONATNUMC2MONAT
VGARTTransaction/Event Type VGARTCHAR2Assigned to domainVGART
NUMKRNumber range NUMKRCHAR2CHAR2
DISMMMRP Type DISMMCHAR2Assigned to domainDISMM
DISSTLow-Level Code DISSTCHAR3DISST
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
DISPOMRP Controller (Materials Planner) DISPOCHAR3Assigned to domainDISPODGRHS_T024D
MTARTMaterial Type MTARTCHAR4Assigned to domainMTARTMTA
XCHPFBatch management requirement indicator XCHPFCHAR1XFELD
LFMONCurrent period (posting period) LFMONNUMC2MONAT
DIFVWDifference sales value from physical inventory count DIFVWCURR13(2) WERTV7
MLMAAMaterial ledger activated at material level CK_ML_MAACCHAR1XFELD
MLASTMaterial Price Determination: Control CK_ML_ABSTCHAR1CK_ML_ABST
KALN1Cost Estimate Number - Product Costing CK_KALNR1NUMC12Assigned to domainCK_KALNRKNE
LIFCHVendor Account Number ELIFNCHAR10Assigned to domainALPHALIFNRLIFKRED_C
LICHAVendor Batch Number LICHNCHAR15LICHN
ISTB2Name of field FELDNCHAR16CHAR16
ISTB3Name of field FELDNCHAR16CHAR16
LWEDTDate of last goods receipt LWEDTDATS8DATUM
VFDATShelf Life Expiration or Best-Before Date VFDATDATS8DATUM
QNDATNext Inspection Date QNPDATDATS8DATUM
SAISOSeason Category SAISOCHAR4Assigned to domainSAISOSAISO
SAISJSeason Year SAISJCHAR4GJAHRCJAHRWMSAISJ
PRUEFLOSInspection Lot Number QPLOSNUMC12Assigned to domainQPLOSQLSQALS
KALNRCost Estimate Number for Cost Est. w/o Qty Structure CK_KALNRNUMC12Assigned to domainCK_KALNRKNR
HRKFTOrigin Group as Subdivision of Cost Element HRKFTCHAR4Assigned to domainHRKFT
HKMATMaterial-related origin HKMATCHAR1HKMAT
HSDATDate of Manufacture HSDATDATS8DATUM
MINBEReorder Point MINBEQUAN13(3) MENG13
DISKZStorage location MRP indicator DISKZCHAR1DISKZ

Key field Non-key field



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

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

How to access SAP table VM07I

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