Menu

SAP Function Module BAPI_ALM_NOTIF_LIST_FUNCLOC

Select PM/CS Notifications by Functional Locations

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_ALM_NOTIF_LIST_FUNCLOC (Select PM/CS Notifications by Functional Locations) is a standard Function Module in SAP ERP and is part of the function group IWOPM within the package IWOP.

Technical Information

Function Module BAPI_ALM_NOTIF_LIST_FUNCLOC
Short Text Select PM/CS Notifications by Functional Locations
Function Group IWOPM
Package IWOP
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
COMPLETE LIKE BAPI2080_2-COMPLETE 'X' Completed Notifications
EXTERNAL_NUMBER TYPE BAPI_ITOB_PARMS-FUNCLOC Functional location label
FUNCLOC LIKE BAPI_ITOB_PARMS-FUNCLOC_INT Equipment Number
LABEL_SYST LIKE BAPI_ITOB_FL_SEL_RESULT-LABEL_SYST Labeling system for functional locations
NOTIFICATION_DATE LIKE BAPI2080_1-NOTIFDATE SY-DATUM Notification Date
PARTNER LIKE BAPIIHPA-PAR_NUM Partner
PARTNERFUNCTION LIKE BAPIIHPA-PAR_FUNCT Partner Function
PARTNER_USER TYPE BAPI_IHPA-PARTNER Partner

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
RETURN LIKE BAPIRETURN 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
NOTIFICATION LIKE BAPI2080_1 Table of service notifications

Exceptions

This function module does not define any Exceptions.