Menu

SAP Function Module BAPI_FUNCLOC_GETLIST

BAPI PM: Read List of Functional Locations (with Internal Key)

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_FUNCLOC_GETLIST (BAPI PM: Read List of Functional Locations (with Internal Key)) is a standard Function Module in SAP ERP and is part of the function group ITOB_BAPI_FL within the package ITOB.

Technical Information

Function Module BAPI_FUNCLOC_GETLIST
Short Text BAPI PM: Read List of Functional Locations (with Internal Key)
Function Group ITOB_BAPI_FL
Package ITOB
Module Type Remote-Enabled

Importing Parameters

This function module does not define any IMPORTING parameters.

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
RETURN TYPE 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
DESCRIPT_RA LIKE BAPI_ITOB_SEL_DESCRIPT BAPI Communication Structure: Description Range
FUNCLOC_LIST LIKE BAPI_ITOB_FL_SEL_RESULT BAPI Communication Structure: Results List of Selection
FUNCLOC_RA LIKE BAPI_ITOB_SEL_FUNCLOC BAPI Communication Structure: Range for Functional Location
MAINTPLANT_RA LIKE BAPI_ITOB_SEL_MAINTPLANT BApi Communication Structure: Range for Maintenance Plant
PLANGROUP_RA LIKE BAPI_ITOB_SEL_PLANGROUP BAPI Communication Structure: Range for Maintenance Planner Group
PLANPLANT_RA LIKE BAPI_ITOB_SEL_PLANPLANT BAPI Communication Structure: Range for Maintenance Planning
SORTFIELD_RA LIKE BAPI_ITOB_SEL_SORTFIELD BAPI Communication Structure: Range for Sort Field

Exceptions

This function module does not define any Exceptions.