Menu

SAP Function Module ALM_PM_NOTIFICATION_MODIFY

PM notification: modify or associated subdata

The Function Module ALM_PM_NOTIFICATION_MODIFY (PM notification: modify or associated subdata) is a standard Function Module in SAP ERP and is part of the function group ALM_ME_PM_NOTIFICATION within the package ALM_ME.

Technical Information

Function Module ALM_PM_NOTIFICATION_MODIFY
Short Text PM notification: modify or associated subdata
Function Group ALM_ME_PM_NOTIFICATION
Package ALM_ME
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 Service Notification Header
NOTIFHEADER_X LIKE BAPI2080_NOTHDRI_X change flags for notification 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 Notification header (modified)

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 Activities to be modified
NOTIFACTV_X LIKE BAPI2080_NOTACTVI_X Change flags for Activities
NOTIFCAUS LIKE BAPI2080_NOTCAUSI Causes to be modified
NOTIFCAUS_X LIKE BAPI2080_NOTCAUSI_X Change flags for causes
NOTIFITEM LIKE BAPI2080_NOTITEMI Items to be modified
NOTIFITEM_X LIKE BAPI2080_NOTITEMI_X Change flags for items
NOTIFPARTNR LIKE BAPI2080_NOTPARTNRI Partners to be modified
NOTIFPARTNR_X LIKE BAPI2080_NOTPARTNRI_X Change flags for partners
NOTIFTASK LIKE BAPI2080_NOTTASKI Tasks to be modified
NOTIFTASK_X LIKE BAPI2080_NOTTASKI_X Change flags for tasks
RETURN LIKE BAPIRET2 Message type:S success, E error, W warning, I information

Exceptions

This function module does not define any Exceptions.