Menu

SAP Function Module MBS_MSR_MD_PLANT_GETLIST

DO NOT USE

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 MBS_MSR_MD_PLANT_GETLIST (DO NOT USE) is a standard Function Module in SAP ERP and is part of the function group MBS_MSR_MD within the package MBS_MSR.

Technical Information

Function Module MBS_MSR_MD_PLANT_GETLIST
Short Text DO NOT USE
Function Group MBS_MSR_MD
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
NAME1I LIKE T001W-NAME1 Name
ORT01I LIKE T001W-ORT01 City
SPARTI LIKE T001W-SPART Division
STRASI LIKE T001W-STRAS House number and street
VKORGI LIKE T001W-VKORG Sales organization
VTWEGI LIKE T001W-VTWEG Distribution channel
WERKSI LIKE T001W-WERKS Plant

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
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
NAME1SELECTION LIKE MBS_MSR_BAPINAME1 MSHHR/3: Range Table for Plant Name
ORT01SELECTION LIKE MBS_MSR_BAPIORT01 MSHHR/3: Range Table for Plant City
PLANT_TOP LIKE T001W Plants/Branches
SPARTSELECTION LIKE MBS_MSR_BAPISPART MSHHR/3: Range Table for Division (International Billing)
STRASSELECTION LIKE MBS_MSR_BAPISTRAS MSHHR/3: Range Table for Plant House Name and Street
VKORGSELECTION LIKE MBS_MSR_BAPIVKORG MSHHR/3: Range Table for Sales Org (International Billing)
VTWEGSELECTION LIKE MBS_MSR_BAPIVTWEG MSHHR/3: Range Table for Dist Channel(International Billing)
WERKSSELECTION LIKE MBS_MSR_BAPIWERKS MSHHR/3: Range Table for Plant

Exceptions

This function module does not define any Exceptions.