Fonction SAP BAPI_ALM_NOTIF_LIST_EQUI - Select PM/CS Notifications by Equipment

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
COMPLETE BAPI2080_2-COMPLETE C 1 'X' X Completed Notifications
EQUIPMENT BAPI_ITOB_PARMS-EQUIPMENT C 18 Equipment Number
NOTIFICATION_DATE BAPI2080_1-NOTIFDATE D 8 SY-DATUM X Notification Date
PARTNER BAPIIHPA-PAR_NUM N 10 X Partner
PARTNERFUNCTION BAPIIHPA-PAR_FUNCT C 2 X Partner Function
PARTNER_USER BAPI_IHPA-PARTNER C 12 X Partner

Paramètre Reférence Type Long. Description
RETURN BAPIRETURN u 452 Return Parameters

Paramètre Reférence Long. Facultatif Description
NOTIFICATION BAPI2080_1 420 Table of service notifications


INCLUDE BAPI_ALM_NOTIF_LIST_EQUI OBJECT DOKU ID TX LANGUAGE EN
INCLUDE RETURNTABELLE OBJECT DOKU ID TX LANGUAGE EN

Description
This parameter specifies whether completed notifications should also beconsidered as well as the outstanding notifications. The parameter isoptional.

Default
The default is 'X', that is, the completed notifications are alsoconsidered, In this case, the notification does not play any role forthe selection.
INCLUDE EQUIPMENT OBJECT DOKU ID TX LANGUAGE EN

Description
This parameter specifies from which date notifications should beconsidered for the desired list. The parameter is optional.

Technical Note:
This parameter refers to field QMDAT in the DB table QMEL.

Default
The system date is the default (sy-date), that is, only thenotifications of the current day are considered.

Description
This parameter specifies a partner for the notifications to beselected. The paramter is optional.

Default
None.

Description
This parameter specifies a partner role for the notifications to beselected. The parameter is optional.

Default
Keine.

Description
This field was added to the BAPI to be able to select partners (such asusers) with 12 characters because the PARTNER field has only 10characters.
The parameter is optional.
The 10-character PARTNER field must always be filled because it is arequired entry field. PARTNER_USER is only taken into account if bothfields are filled.

Value range
This parameter relates to the I_PARNR field.

Default
This partner number is initial.
See TX FU_BAPI_ALM_NOTIF* in A70

Description
This table returns the list of all notifications which meet theselection criteria.

983752 BAPI notification list: selection with phase