Menu

SAP Function Module BRF_MAINTAIN_RULES_BKP

BRF: Maintenance of Events

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 BRF_MAINTAIN_RULES_BKP (BRF: Maintenance of Events) is a standard Function Module in SAP ERP and is part of the function group BRF_MAINTENANCE within the package BRF.

Technical Information

Function Module BRF_MAINTAIN_RULES_BKP
Short Text BRF: Maintenance of Events
Function Group BRF_MAINTENANCE
Package BRF
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
IV_APPLCLASS TYPE BRF_APPLCLASS BRF: Application Class
IV_EDIT_MODE TYPE BRF_EDIT_MODE '3' BRF: Processing Type (Display, Change, Create ...)
IV_EVENT TYPE BRF_EVENT BRF: Event
IV_IMPORT_STATUS TYPE BRF_IMPORT_STATUS 'A' BRF: Import Status
IV_LANGU TYPE SYLANGU SY-LANGU SAP R/3 System, Current Language
IV_RETURN_IF_ERROR TYPE BRF_BOOLE_D SPACE Change/Display: Cancel Processing if Nothing Found
IV_SKIP_ENTRY_SCREEN TYPE BRF_BOOLE_D SPACE Skip Initial Screen if Possible
IV_VERSION TYPE BRF_VERSION 0 BRF: Version
IV_WB_MODE TYPE BRF_BOOLE_D SPACE Called in Workbench Mode

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.