BAPICM61M SAP (MRP control indicator -material level-) Structure details

Dictionary Type: Structure
Description: MRP control indicator -material level-




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




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

BAPICM61M 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 "MRP control indicator -material level-" 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_BAPICM61M TYPE BAPICM61M.

The BAPICM61M table consists of various fields, each holding specific information or linking keys about MRP control indicator -material level- data available in SAP. These include LIFKZ (Automatic Schedule Lines (Scheduling Agreements)), DISER (Creation Indicator for MRP Lists), WERTU (Value Update in Material Master Record), MENGU (Quantity 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: Cannot Be Enhanced


SAP BAPICM61M 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
BANERCreation Indicator for Purchase Requisitions BANERCHAR1BANER
LIFKZAutomatic Schedule Lines (Scheduling Agreements) LIFKZCHAR1LIFKZ
DISERCreation Indicator for MRP Lists DISERCHAR1DISER
WERTUValue Update in Material Master Record BMG_WERTUCHAR1XFELD
MENGUQuantity Update in Material Master Record BMG_MENGUCHAR1XFELD
ANDECNo. of decimal places to which rounding should be performed ANDECINT25ANDEC
USEQUQuota arrangement usage USEQUCHAR1Assigned to domainUSEQU
SBDISShare of safety stock which can be used for planning SBDISNUMC3NUM03
ICBEDReorder point planning with external requirements ICBEDCHAR1ICBED
FXARTFirming Type of the Planning Result FXARTCHAR1FXART
FXHORPlanning time fence FXHORNUMC3FXHOR
FIXTREnd of planning time fence (date) FIXTRDATS8DATUM
RESPLIndicator: delete firm planned orders RESPLCHAR1RESPL
RESHZRoll forward period for the master plan RESHZDEC2RESHZ
RSTEREnd of roll forward period RSTERDATS8DATUM
UMTHZRescheduling horizon UMTHZNUMC3NUM03
UMTEREnd of rescheduling horizon (date) UMTERDATS8DATUM
VWVORTolerance value for bringing forward receipt elements VWVORNUMC2NUM02
VWVERTolerance value for displacement in the future VWVERNUMC2NUM02
PLAHZPlanning horizon PLAHZNUMC3NUM03
PLTEREnd of planning horizon PLTERDATS8DATUM
WZTEREnd of replenishment lead time WZTERDATS8DATUM
VRMODConsumption mode VRMODCHAR1VRMOD
VINT1Consumption period: backward VINT1NUMC3VRINT
VINT2Consumption period: forward VINT2NUMC3VRINT
VPLANSingle-Character Indicator CHAR1CHAR1CHAR1
VPLAVSingle-Character Indicator CHAR1CHAR1CHAR1
RVPKZAdjustment of Planned Independent Requirements RVPKZCHAR1RVPKZ
RESVPPeriod of adjustment for planned independent requirements RESVPDEC3RESVP
RVPTREnd of adjustment period for planned independent reqmts RVPTRDATS8DATUM
EXSGTDo Not Explode Bulk Material Items EXSGTCHAR1XFLAG
BESALDetermine Explosion Date for BOM and Routing BESALCHAR1BESAL
GTERMScheduling according to purchasing info record or agreement GTERMCHAR1XFELD
KZDRBIndicator: direct procurement/production MRP KZDRBCHAR1KZDRB
SETYPSingle-Character Indicator CHAR1CHAR1CHAR1
PLNKZPlanning Indicator PLNKZCHAR1PLNKZ
OSELTAbove selection date OSELTDATS8DATUM
PRREGChecking Rule for the Availability Check BMG_PRREGCHAR2BMG_PRREG
SUMAUTotal sales order requirements SUMAUCHAR1SUMBD
RWFLGCalculate safety stock based on range of coverage RWFLGCHAR1XFELD
RWPERPeriod for Calculating the Dynamic Safety Stock RWPERCHAR1RWPER
RWANZNumber of periods for determining the average RWANZNUMC2NUMC2
RWARTPeriod length type for calculating the average RWARTCHAR1RWART
RWNTGNumber of days per range of coverage period RWNTGNUMC2NUMC2
RW1TGTarget Range of Coverage in Period 01 RW1TGNUMC2RWTAG
RW1DTPlanning horizon for range of coverage 01 RW1DTDATS8DATUM
RW2TGTarget Range of Coverage in Period 02 RW2TGNUMC2RWTAG
RW2DTPlanning horizon for range of coverage 02 RW2DTDATS8DATUM
RW3TGTarget Range of Coverage in the Rest of the Period RW3TGNUMC2RWTAG
MIRW1Target Range of Coverage in Period 01 RW1TGNUMC2RWTAG
MIRW2Target Range of Coverage in Period 01 RW1TGNUMC2RWTAG
MIRW3Target Range of Coverage in Period 01 RW1TGNUMC2RWTAG
MARW1Target Range of Coverage in Period 01 RW1TGNUMC2RWTAG
MARW2Target Range of Coverage in Period 01 RW1TGNUMC2RWTAG
MARW3Target Range of Coverage in Period 01 RW1TGNUMC2RWTAG
KZREGIndicator: plan material regularly KZREGCHAR1XFELD
RHENDEnd of the requirements period for time-phased MRP RHENDDATS8DATUM
XFAT1Firm Only Schedule Lines Transmitted to Vendor by Purchasing XFAT1CHAR1XFELD
ANDISNumber of Days After Which the Material Must Be Planned ANDISINT25INT2
PLIFZPlanned Delivery Time in Days PLIFZDEC3DEC3
KZBEDIndicator for Requirements Grouping KZBEDCHAR1KZBED
PLSELIssue Storage Location Selection PLSELCHAR1PLSEL

Key field Non-key field



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

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

How to access SAP table BAPICM61M

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