Menu

SAP Function Module BAPI_MATERIAL_MRP_LIST

Material - MRP List

Unsere Literaturempfehlung

ABAP Workbench - 100 Tipps & Tricks

Es gibt 100 gute Gründe, warum Sie dieses Buch kaufen sollten. Doch die verraten wir Ihnen hier nicht. Nur so viel: Wenn Sie die ABAP Workbench als Ihr zweites Wohnzimmer begreifen, ist dieses Buch genau das richtige für Sie! Die Mini-Tutorials in diesem Buch unterstützen Sie dabei, Software in ABAP effizienter zu entwickeln. Tipps und Tricks, wie Sie sich bei der Bearbeitung von Quelltext das Leben leichter machen, wie Sie häufig wiederkehrende Programmieraufgaben automatisieren oder umständliches Vorgehen früherer Tage endlich über Bord werfen. Sie werden die ABAP Workbench in einem ganz neuen Licht erleben. Eine klare Sprache, Klick-für-Klick-Anleitungen, Zusammenfassungen und Hervorhebungen sorgen dabei für einen schnellen und unkomplizierten Lernerfolg.

Bei amazon.de ansehen →

The Function Module BAPI_MATERIAL_MRP_LIST (Material - MRP 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_MRP_LIST
Short Text Material - MRP 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
DISPLAY_TO TYPE BAPI_MRP_LIST_PARAM-DISPLAY_TO Period After Today's Date
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
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
VENDOR_NO TYPE BAPI_MRP_LIST_PARAM-VENDOR_NO Vendor Key

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
MRP_LIST TYPE BAPI_MRP_LIST MRP: MRP List
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.