Menu

SAP Function Module BAPI_ALM_NOTIF_CHANGEUSRSTAT

Change User Status of a 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_CHANGEUSRSTAT (Change User Status of a 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_CHANGEUSRSTAT
Short Text Change User Status of a 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
NUMBER LIKE BAPI2080_NOTHDRE-NOTIF_NO Notification Number
SET_INACTIVE LIKE BAPI20783T-STATUS_IND SPACE Set Inactive Indicator
TESTRUN LIKE BAPI20783T-STATUS_IND SPACE Test Flag
USR_STATUS LIKE BAPI2080_NOTUSRSTATI User Status to be Set

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
SYSTEMSTATUS LIKE BAPI2080_NOTADT-SYSTATUS System Status Notification
USERSTATUS LIKE BAPI2080_NOTADT-USRSTATUS User Status Notification

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
RETURN LIKE BAPIRET2 Message Type: S - Success, E - Error, W - Warning, I - Information

Exceptions

This function module does not define any Exceptions.