Fonction SAP BAPI_ALM_NOTIF_LIST_PLANGROUP - Select PM/CS Notifications by Maintenance Planner Group

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
PLANGROUP BAPI_ITOB_SEL_PLANGROUP-LOW C 3 Planner Group for Customer Service and Plant Maintenance
PLANPLANT BAPI_ITOB_SEL_PLANPLANT-LOW C 4 Maintenance Planning Plant

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

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

Default
The default is 'X', that is, completed notifications are considered. Inthis case, the notification status does not affect the 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.

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

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

983752 BAPI notification list: selection with phase