Menu

SAP Function Module MSR1_MM_GETDETAIL

Get Detail of Material Master Records

Unsere Literaturempfehlung

SAP – Der technische Einstieg: SAP-Technologien und Konzepte

Sind Sie neu in der SAP-Welt und möchten schnell mitreden? Mit diesem Buch finden Sie sich erfolgreich im SAP-Umfeld zurecht! Sie steigen direkt in die Konzepte und Technologien der SAP-Software ein und lernen die unterschiedlichen Systeme und Prozesse kennen. Schritt für Schritt zeigen die Autoren Ihnen die wichtigsten technischen Aufgaben und die Zusammenhänge zwischen den Objekten. Dank der vielen Beispiele und Abbildungen finden Sie sich schnell im SAP-Umfeld zurecht und können direkt in SAP ERP oder SAP S/4HANA anfangen.

Bei amazon.de ansehen →

The Function Module MSR1_MM_GETDETAIL (Get Detail of Material Master Records) is a standard Function Module in SAP ERP and is part of the function group MSR1_MM within the package MBS_MSR.

Technical Information

Function Module MSR1_MM_GETDETAIL
Short Text Get Detail of Material Master Records
Function Group MSR1_MM
Package MBS_MSR
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
APPLICATION LIKE MSR_SELECT-APPLICATION Application Name
PI_LANGU LIKE SY-LANGU Language key
PI_LGORT LIKE MARD-LGORT Storage location
PI_MATNR LIKE MSR1_MATERIAL_TOP-MATNR Material number
PI_VKORG LIKE MVKE-VKORG Sales organization (MSR_SELECT)
PI_VTWEG LIKE MVKE-VTWEG Distribution channel (MSR_SELECT)
PI_WERKS LIKE MARC-WERKS Plant (MSR_SELECT)

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
POT_MATERIAL_TOP LIKE MSR1_MATERIAL_TOP MSR: Material Master Data (TOP)
RETURN LIKE BAPIRET2 Return parameter

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
POT_MATERIAL_010 LIKE MSR1_MATERIAL_010 MSR: Material Master Data (010) from MVKE
POT_MATERIAL_020 LIKE MSR1_MATERIAL_020 MSR: Material Master Data (020) from MARC, MARD
POT_MATERIAL_030 LIKE MSR1_MATERIAL_030 MSR: Material Master Data (030), Material Units from MARM

Exceptions

This function module does not define any Exceptions.