Menu

SAP Function Module BAPI_ALM_NOTIF_CREATE

Create PM/CS Notification

Unsere Literaturempfehlung

IDoc-Entwicklung für SAP: Customizing, Erweiterung, Eigenentwicklung

Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.

Bei amazon.de ansehen →

The Function Module BAPI_ALM_NOTIF_CREATE (Create PM/CS Notification) is a standard Function Module in SAP ERP and is part of the function group IWOPM within the package IWOP.

Technical Information

Function Module BAPI_ALM_NOTIF_CREATE
Short Text Create PM/CS Notification
Function Group IWOPM
Package IWOP
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
EXTERNAL_NUMBER LIKE BAPI2080_NOTHDRE-NOTIF_NO Notification Number
NOTIFHEADER LIKE BAPI2080_NOTHDRI BAPI Service Notification for Creation
NOTIF_TYPE LIKE BAPI2080-NOTIF_TYPE Notification Type
ORDERID LIKE BAPI2080_NOTHDRE-ORDERID Order Number
SENDER LIKE BAPI_SENDER Logical system of sender
TASK_DETERMINATION LIKE BAPIFLAG SPACE Indicator

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
NOTIFHEADER_EXPORT LIKE BAPI2080_NOTHDRE BAPI Service Notification Header

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
KEY_RELATIONSHIPS LIKE BAPI2080_NOTKEYE Key Relationships
LONGTEXTS LIKE BAPI2080_NOTFULLTXTI Notif. Long Text
NOTIFACTV LIKE BAPI2080_NOTACTVI Notification Action for Creation
NOTIFCAUS LIKE BAPI2080_NOTCAUSI Notification Cause for Creation
NOTIFPARTNR LIKE BAPI2080_NOTPARTNRI Partner for Creation/Change
NOTIFTASK LIKE BAPI2080_NOTTASKI Notification Task for Creation
NOTITEM LIKE BAPI2080_NOTITEMI Notification Item for Creation
RETURN LIKE BAPIRET2 Return Parameters

Exceptions

This function module does not define any Exceptions.