SAP Function BAPI_ALM_NOTIF_LIST_PARTNER - Select PM/CS Notifications by Partners

Parameter Reference Type Length Default Optional Text
COMPLETE BAPI2080_2-COMPLETE C 1 'X' X Completed Notifications
NOTIFICATION_DATE BAPI2080_1-NOTIFDATE D 8 SY-DATUM X Notification Date
PARTNER BAPIIHPA-PAR_NUM N 10 Partner
PARTNERFUNCTION BAPIIHPA-PAR_FUNCT C 2 Partner Function
PARTNER_USER BAPI_IHPA-PARTNER C 12 X Partner

Parameter Reference Type Length Text
RETURN BAPIRETURN u 452 Return Parameters

Parameter Reference Length Optional Text
NOTIFICATION BAPI2080_1 420 Table of service notifications


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

Description
This parameter specifies whether completed notifications can beconsidered as well as outstanding notifications. The parameter isoptional.

Default
The default is 'X', that is, completed notifications are alsoconsidered. In this case, the notification status does not influencethe selection.

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

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

Default
The system date (sy-date) is the default, that is, only thenotifications of the current day are considered.
INCLUDE PARTNER OBJECT DOKU ID TX LANGUAGE EN
INCLUDE PARTNERFUNCTION OBJECT DOKU ID TX LANGUAGE EN

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