Fonction SAP BAPI_ALM_NOTIF_LIST_SORTFIELD - Select PM/CS Notifications by Sort Field

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
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 X Partner
PARTNERFUNCTION BAPIIHPA-PAR_FUNCT C 2 X Partner Function
PARTNER_USER BAPI_IHPA-PARTNER C 12 X Partner
SORTFIELD BAPI_ITOB_SEL_SORTFIELD u 63 BAPI Communication Structure: Range for Sort Field

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_SORTFELD OBJECT DOKU ID TX LANGUAGE EN
INCLUDE RETURNTABELLE OBJECT DOKU ID TX LANGUAGE EN

Description
This parameter specifies whether completed notifications as well asoutstanding notifications should be considered. The parameter isoptional.

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

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.

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

Default
None.

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

Default
None.

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
INCLUDE SORTFIELD OBJECT DOKU ID TX LANGUAGE EN

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

983752 BAPI notification list: selection with phase