Menu

SAP Function Module BAPI_ALM_NOTIF_DATA_MODIFY

PM/CS Notification: Change Data

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_DATA_MODIFY (PM/CS Notification: Change Data) 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_DATA_MODIFY
Short Text PM/CS Notification: Change Data
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
NOTIFHEADER LIKE BAPI2080_NOTHDRI SPACE BAPI Service Notification for Creation
NOTIFHEADER_X LIKE BAPI2080_NOTHDRI_X BAPI: Indicator for Notifcation Header
NUMBER LIKE BAPI2080_NOTHDRE-NOTIF_NO Notification Number

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
NOTIFHEADER_EXPORT LIKE BAPI2080_NOTHDRE BAPI Service Notification Header

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
NOTIFACTV LIKE BAPI2080_NOTACTVI Notification Action for Creation
NOTIFACTV_X LIKE BAPI2080_NOTACTVI_X Change Indicator Actions, Work Structure for Changes
NOTIFCAUS LIKE BAPI2080_NOTCAUSI Notification Cause for Creation
NOTIFCAUS_X LIKE BAPI2080_NOTCAUSI_X Change Indicator Changes of Notification Cause
NOTIFITEM LIKE BAPI2080_NOTITEMI Notification Item for Creation
NOTIFITEM_X LIKE BAPI2080_NOTITEMI_X Change Indicator Changes of Notification Item
NOTIFPARTNR LIKE BAPI2080_NOTPARTNRI Partner for Creation/Change
NOTIFPARTNR_X LIKE BAPI2080_NOTPARTNRI_X Change Indicator Partner
NOTIFTASK LIKE BAPI2080_NOTTASKI Notification Task for Creation
NOTIFTASK_X LIKE BAPI2080_NOTTASKI_X Change Indicator Change Notification Task
RETURN LIKE BAPIRET2 Return Parameters

Exceptions

This function module does not define any Exceptions.