Fonction SAP ALM_PM_MAINTNOT_DEL_DATA - PM notification: delete Items, Causes, Activities, Tasks, Partners

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
NUMBER BAPI2080_NOTHDRE-NOTIF_NO C 12 Notification number

Paramètre Reférence Long. Facultatif Description
NOTIFACTV BAPI2080_NOTACTVI 162 X Work table for Activities
NOTIFCAUS BAPI2080_NOTCAUSI 138 X Work Table for Causes
NOTIFPARTNR BAPI2080_NOTPARTNRI 98 X Work Table for Partners
NOTIFTASK BAPI2080_NOTTASKI 188 X Work Table for Tasks
NOTITEM BAPI2080_NOTITEMI 480 X Work table for notification item
RETURN BAPIRET2 548 X Message type:S success, E error, W warning, I information

Functionality
This BAPI enables you to delete items, causes, activities, tasks,
partners for the service notification.

Notes
Errors are returned in the parameter RETURN.

Technical note
If an entry has to be deleted, the key of the table entry must bespecified e.g. ITEM_KEY for the item to be deleted or PARTN_ROLE andPARTNER for the partner to be deleted.

Description
Number of the service notification for which Items or Activities or
Tasks or Causes or Partners should be deleted.

Description
Table which contains the service notification's activities which shouldbe deleted. Only the ACT_KEY field must be filled.

Description
Table which contains the service notification's causes which should bedeleted. Only the ITEM_KEY and CAUSE_KEY fields must be filled.

Description
Table which contains the service notification's partners which shouldbe deleted. PARTN_ROLE and PARTNER fields must be filled.

Description
Table which contains the service notification's tasks which should bedeleted. Only the TASK_KEY field must be filled.

Description
Table which contains the service notification's items which should bedeleted. Only the ITEM_KEY field must be filled.

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