MBIF_CONTROL SAP (Control Structure for Function Module for Simulation MI31) Structure details

Dictionary Type: Structure
Description: Control Structure for Function Module for Simulation MI31




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




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

MBIF_CONTROL 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 "Control Structure for Function Module for Simulation MI31" 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_MBIF_CONTROL TYPE MBIF_CONTROL.

The MBIF_CONTROL table consists of various fields, each holding specific information or linking keys about Control Structure for Function Module for Simulation MI31 data available in SAP. These include CREATE_DOCUMENTS (Single-Character Indicator), INVNU (Physical inventory number), XBLNI (Reference Number for Physical Inventory), GIDAT (Planned date of inventory count).. 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 MBIF_CONTROL 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
SELECT_MATERIALSSingle-Character Indicator CHAR1CHAR1CHAR1
CREATE_DOCUMENTSSingle-Character Indicator CHAR1CHAR1CHAR1
INVNUPhysical inventory number INVNU1CHAR16XBLNR1
XBLNIReference Number for Physical Inventory XBLNI1CHAR16XBLNR1
GIDATPlanned date of inventory count GIDATDATS8DATUM
XBUFIFreeze book inventory XBUFICHAR1XFELD
XSPERPosting block due to physical inventory ISPERCHAR1XFELD
XONULMaterials without zero stock only XONULCHAR1XFELD
XNULBMaterials with zero stock XNULBCHAR1XFELD
XNEGBMaterials with negative stock only KNEGBCHAR1XFELD
XIMATPhysical Inventory Carried Out for This Material XIMATCHAR1XFELD
MAXPOMaximum Number of Items in Document MAXPONUMC5NUMC
XLABSTUnrestricted-use stock XLABSTCHAR1XFELD
XINSMEStock in Quality Inspection XINSMECHAR1XFELD
XSPEMEBlocked Stock XSPEMECHAR1XFELD
XWARTIndicates that the value-only material is to be inventoried XWARTCHAR1XFELD
XICHAPhysical Inventory Carried Out for This Batch XICHACHAR1XFELD
XSORTIndicator: Propose field to be sorted ? XSORTCHAR1XFELD
XDELEIndicator: Production Run Data Deleted XDELECHAR1XFELD
SWBSTThreshold value for stock SWBSTQUAN13(3) MENG13
SWBSTWSales threshold value for value-only materials SWBSTWCURR13(2) WERT13N
XUMKEExclude materials from selection XUMKECHAR1XFELD
XUMKEWExclude value-only materials from selection XUMKEWCHAR1XFELD
SPERRPhysical Inventory Blocking Indicator SPERRCHAR1SPERR
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
ANZIVMax. no. of items to be included ANZIVNUMC5NUMC
XTESTTest Run XTESTCHAR1XFELD
XLGPBEIndicator: Propose field to be sorted ? XSORTCHAR1XFELD
XMATKLIndicator: Propose field to be sorted ? XSORTCHAR1XFELD
XGRUPPNew document MIXGRUPPCHAR1XFELD
XSAVE1Enter grouping criterion in document header MIXSAVEGCHAR1XFELD
XSAVE2Enter grouping criterion in document header MIXSAVEGCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table MBIF_CONTROL

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