Fonction SAP ALM_PM_MAINTNOT_MODIFY_DATA - PM notification: modify or associated subdata

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
NOTIFHEADER BAPI2080_NOTHDRI u 831 X Service Notification Header
NOTIFHEADER_X BAPI2080_NOTHDRI_X u 60 X change flags for notification header
NUMBER BAPI2080_NOTHDRE-NOTIF_NO C 12 Notification number

Paramètre Reférence Type Long. Description
NOTIFHEADER_EXPORT BAPI2080_NOTHDRE u 1232 Notification header (modified)

Paramètre Reférence Long. Facultatif Description
NOTIFACTV BAPI2080_NOTACTVI 162 X Activities to be modified
NOTIFACTV_X BAPI2080_NOTACTVI_X 13 X Change flags for Activities
NOTIFCAUS BAPI2080_NOTCAUSI 138 X Causes to be modified
NOTIFCAUS_X BAPI2080_NOTCAUSI_X 13 X Change flags for causes
NOTIFITEM BAPI2080_NOTITEMI 480 X Items to be modified
NOTIFITEM_X BAPI2080_NOTITEMI_X 32 X Change flags for items
NOTIFPARTNR BAPI2080_NOTPARTNRI 98 X Partners to be modified
NOTIFPARTNR_X BAPI2080_NOTPARTNRI_X 16 X Change flags for partners
NOTIFTASK BAPI2080_NOTTASKI 188 X Tasks to be modified
NOTIFTASK_X BAPI2080_NOTTASKI_X 16 X Change flags for tasks
RETURN BAPIRET2 548 X Message type:S success, E error, W warning, I information

Functionality
This BAPI enables you to modify the header, items, causes, activities,tasks, and partners of the service notification.

Notes
Errors are returned in the parameter RETURN.

Technical note
If you want to change a field you have to specify the new value of thefield in the data structure e.g. NOTIFHEADER-SHORT_TEXT . In additionthe corresponding X-structure field e.g. NOTIFHEADER_X-SHORT_TEXT mustbe checked.
If you want to change a partner in the notification, the fieldsPARTN_ROLE_OLD and PARTNER_OLD must be specified and the X-structuremust be filled as described above.

Description
Structure which contains the Service notification header (generaldata), after the modifications have been performed.

Description
Structure which contains information about the Service notificationheader (general data).

Description
Flags indicating which fields of the Service notification header shouldbe modified.

Description
Number of the service notification to be modified.

Description
Service notification's activities to be modified.

Description
Flags indicating which fields of the Service notification's activitiesshould be modified.

Description
Service notification's causes to be modified.

Description
Table which contains flags for modify the Service notification'scauses.

Description
Service notification's items to be modified.

Description
Flags indicating which fields of the Service notification's itemsshould be modified.

Description
Service notification's partners to be modified.

Description
Flags indicating which fields of the Service notification's partnersshould be modified.

Description
Service notification's tasks to be modified.

Description
Flags indicating which fields of the Service notification's tasksshould be modified.

Description
Table which contains information on the errors that occured during theprocessing.