Fonction SAP BAPI_SERVICENOTIFICAT_CREATE - Create service notification

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
EXTERNAL_NUMBER BAPI2080-NOTIFICAT C 12 X Notification number (external)
NOTIF_HEADER BAPI2080 u 185 Notification header

Paramètre Reférence Type Long. Description
NUMBER BAPI2080-NOTIFICAT C 12 Notification No
RETURN BAPIRETURN u 452 Structure for Return Parameters (Code, Text)

Paramètre Reférence Long. Facultatif Description
NOTIF_ITEM BAPIQMFE 66 X Notification item
NOTIF_TEXT BAPIQCLINE 132 X Notification long text

Functionality
You can use this method to create service notifications. This allowsyou to create certain fields from the notification header, the longtext for the notification header and several notification items.

Notes
Notifications are returned in the parameter RETURN.

Technical note
The following authorizations are checked:

  • I_QMEL

  • I_TCODE

  • I_BEGRP

  • I_IWERK

  • I_INGRP

  • I_SWERK

  • I_KOSTL
  • Description
    Number under which the notification was created in the system.

    Description
    INCLUDE PM_TX_BAPI_RETURN OBJECT DOKU ID TX

    Description
    Number under which the notification to be created should be saved. Ifyou do not specify the parameter, the number is assigned internally.

    Default
    None.

    Description
    This structure contains data about the notification header. The data isa part of the database tables QMEL and QMIH.

    Default
    None.

    Description
    This table contains the data of all the notification items. The datais part of the database table QMFE.

    Description
    This table contains the long text for the notification header.