BAPI_MRP_STOCK_DETAIL SAP (MRP: Statistics Fields for Stocks) Structure details

Dictionary Type: Structure
Description: MRP: Statistics Fields for Stocks




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




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

BAPI_MRP_STOCK_DETAIL 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: Statistics Fields for Stocks" 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_BAPI_MRP_STOCK_DETAIL TYPE BAPI_MRP_STOCK_DETAIL.

The BAPI_MRP_STOCK_DETAIL table consists of various fields, each holding specific information or linking keys about MRP: Statistics Fields for Stocks data available in SAP. These include UNRESTRICTED_STCK (Valuated Unrestricted-Use Stock), QUAL_INSPECTION (Stock in Quality Inspection), BLKD_STKC (Blocked Stock), RESTR_USE (Total Stock of All Restricted Batches).. 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 BAPI_MRP_STOCK_DETAIL 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
STATISTIC_CREATEDSingle-Character Indicator CHAR1CHAR1CHAR1
UNRESTRICTED_STCKValuated Unrestricted-Use Stock LABSTQUAN13(3) MENG13V
QUAL_INSPECTIONStock in Quality Inspection INSMEQUAN13(3) MENG13V
BLKD_STKCBlocked Stock SPEMEQUAN13(3) MENG13V
RESTR_USETotal Stock of All Restricted Batches EINMEQUAN13(3) MENG13V
BLKD_RETURNSBlocked Stock Returns RETMEQUAN13(3) MENG13V
BLKD_GRBlocked Stock from Goods Receipt WESPBQUAN13(3) MENG13
RESERVATIONSReservations REBSTQUAN13(3) MENG13
UNRES_CONSIUnrestricted-Use Consignment Stock KLABSQUAN13(3) MENG13V
CONSI_IN_QUAL_INSPConsignment Stock in Quality Inspection KINSMQUAN13(3) MENG13V
RESTR_CONSIRestricted-Use Consignment Stock KEINMQUAN13(3) MENG13V
BLKD_CONSIBlocked Consignment Stock KSPEMQUAN13(3) MENG13V
VAL_STOCKValuated unrestricted-use stock at vendor SLLABQUAN13(3) MENG13V
QUAL_INSP_VENDORStock in quality inspection at vendors SLINSQUAN13(3) MENG13V
SALES_REQSSales requirements KDBSTQUAN13(3) MENG13
PUR_ORDERSPurchase orders BEBSTQUAN13(3) MENG13
CONSIG_ORDConsignment order BEBSKQUAN13(3) MENG13
PUR_REQPurchase requisitions BANFBQUAN13(3) MENG13
PLND_ORDERPlanned orders PLAFBQUAN13(3) MENG13
PROD_ORDERProduction orders in total FEAUBQUAN13(3) MENG13
REC_RESERReceipt reservation RESBZQUAN13(3) MENG13
STK_TRNF_RESStock transfer reservations UMREBQUAN13(3) MENG13
STK_TRNF_RELStock transfer release orders UMABRQUAN13(3) MENG13
STK_TRNF_PLANStock Transfer Releases (Planned) UMABGQUAN13(3) MENG13
FORECAST_REQForecast requirements PRBEDQUAN13(3) MENG13
REQUESTS_QUOTRequests for quotations VBEDAQUAN13(3) MENG13
QUOTATIONSQuotations VBEDBQUAN13(3) MENG13
ORDERSOrders VBEDCQUAN13(3) MENG13
SCHED_AGRMTScheduling agreements VBEDEQUAN13(3) MENG13
CONTRACTSContracts VBEDGQUAN13(3) MENG13
FOC_DELIVERYDeliveries free of charge VBEDIQUAN13(3) MENG13
DELIVERYDeliveries VBEDJQUAN13(3) MENG13
DEP_REQMTSDependent requirements SKBED_DQUAN13(3) MENG13
DENOMINATRDenominator for conversion to base units of measure UMRENDEC5UMBSN
NUMERATORNumerator for Conversion to Base Units of Measure UMREZDEC5UMBSZ
REC_DEPREQTotal quantity of the receipt dependent requirements SKBEZQUAN13(3) MENG13
IND_REQMTSPlanned independent requirements PRIMBQUAN13(3) MENG13
TOTAL_STCKWarehouse stock / total (including special stor.locs) SUM01QUAN13(3) MENG13
FIXED_RECPTTotal of promised receipts SUM02QUAN13(3) MENG13
PL_RECEIPTTotal of planned receipts SUM03QUAN13(3) MENG13
FIXED_ISSUESTotal of promised issues SUM04QUAN13(3) MENG13
PL_ISSUESTotal of planned issues SUM05QUAN13(3) MENG13
STCK_IN_TFRStock in Transfer (Plant to Plant) UMLMEQUAN13(3) MENG13V
STCK_IN_TRANSITStock in Transit TRAMEQUAN13(3) MENG13V
STOCKINTFRStock in transfer (from one storage location to another) UMLMDQUAN13(3) MENG13V

Key field Non-key field



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

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

How to access SAP table BAPI_MRP_STOCK_DETAIL

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