Menu

SAP Function Module BUPA_STATUS_DELTA_QUEUE_KAPX

Update der Delta Queue

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.

Bei amazon.de ansehen →

The Function Module BUPA_STATUS_DELTA_QUEUE_KAPX (Update der Delta Queue) is a standard Function Module in SAP ERP and is part of the function group BUEXT_STATUS within the package BUPA_EXT_470.

Technical Information

Function Module BUPA_STATUS_DELTA_QUEUE_KAPX
Short Text Update der Delta Queue
Function Group BUEXT_STATUS
Package BUPA_EXT_470
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_PARTNER TYPE BU_PARTNER Geschäftspartnernummer
I_PARTNER_GUID TYPE BU_PARTNER_GUID GUID eines Geschäftspartners

Exporting Parameters

This function module does not define any EXPORTING parameters.

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
IT_ACT_WARN_NEW TYPE BUS_CRM_JEST_T Systemstatus neu
IT_ACT_WARN_OLD TYPE BUS_CRM_JEST_T Systemstatus alt
IT_STATUS_NEW LIKE BUPA_STATUS_GET Anwenderstatus neu
IT_STATUS_OLD LIKE BUPA_STATUS_GET Anwenderstatus alt

Exceptions

This function module does not define any Exceptions.