Menu

SAP Function Module BAPI_MATERIAL_STOCK_REQ_LIST

Material - Current Requirements/Stock List

Unsere Literaturempfehlung

IDoc-Entwicklung für SAP: Customizing, Erweiterung, Eigenentwicklung

Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.

Bei amazon.de ansehen →

The Function Module BAPI_MATERIAL_STOCK_REQ_LIST (Material - Current Requirements/Stock List) is a standard Function Module in SAP ERP and is part of the function group MRP1001 within the package MD03.

Technical Information

Function Module BAPI_MATERIAL_STOCK_REQ_LIST
Short Text Material - Current Requirements/Stock List
Function Group MRP1001
Package MD03
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
DISPLAY_FILTER TYPE BAPI_MRP_LIST_PARAM-DISPLAY_FILTER Name of Display Filter
GET_IND_LINES TYPE BAPI_MRP_LIST_PARAM-GET_IND_LINES 'X' Indicator: Determination of Single-Line Display
GET_ITEM_DETAILS TYPE BAPI_MRP_LIST_PARAM-GET_ITEM_DETAILS Indicator: Determination of Detail Display for MRP Elements
GET_TOTAL_LINES TYPE BAPI_MRP_LIST_PARAM-GET_TOTAL_LINES Indicator: Determination of Period Totals Display
IGNORE_BUFFER TYPE BAPI_MRP_LIST_PARAM-IGNORE_BUFFER Indicator: Data Determination of Database (Not from Buffer)
MATERIAL TYPE BAPI_MRP_MAT_PARAM-MATERIAL Material Number
MRP_AREA TYPE BAPI_MRP_MAT_PARAM-MRP_AREA MRP Area
PERIOD_INDICATOR TYPE BAPI_MRP_LIST_PARAM-PERIOD_INDICATOR Internal Period Indicator
PLANT TYPE BAPI_MRP_MAT_PARAM-PLANT Plant
PLAN_SCENARIO TYPE BAPI_MRP_MAT_PARAM-PLAN_SCENARIO Planning Scenario of Long-Term Planning
SELECTION_RULE TYPE BAPI_MRP_LIST_PARAM-SELECTION_RULE Selection Rule

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
MRP_CONTROL_PARAM TYPE BAPI_MRP_CONTROL_PARAM Material Requirements Planning: Control Parameters for Material
MRP_LIST TYPE BAPI_MRP_LIST MRP: MRP List
MRP_STOCK_DETAIL TYPE BAPI_MRP_STOCK_DETAIL MRP: Statistics Fields for Stocks
RETURN TYPE BAPIRET2 Return Parameters

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
EXTENSIONOUT LIKE BAPIPAREX Reference Structure for BAPI Parameters EXTENSIONIN/EXTENSIONOUT
MRP_IND_LINES LIKE BAPI_MRP_IND_LINES MRP: Single Lines of MRP Elements
MRP_ITEMS LIKE BAPI_MRP_ITEMS MRP: MRP Document Item
MRP_TOTAL_LINES LIKE BAPI_MRP_TOTAL_LINES MRP: Totals Line MRP Elements

Exceptions

This function module does not define any Exceptions.