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_HANDLE_EDIT_MODE (handle edit_mode) is a standard Function Module in SAP ERP and is part of the function group BRF_AUX within the package BRF.
Function Module | BRF_HANDLE_EDIT_MODE |
Short Text | handle edit_mode |
Function Group | BRF_AUX |
Package | BRF |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IV_CLIENT_FIELD | TYPE | FIELDNAME | 'CLIENT' | Field Name |
IV_EDIT_MODE | TYPE | BRF_EDIT_MODE | BRF: Processing Type (Display, Change, Create ...) | |
IV_IMPORT_STATUS_MAP | TYPE | FIELDNAME | 'IMPORT_STATUS' | Field Name |
IV_TABNAME | TYPE | TABNAME | Table Name | |
IV_VERSION_MAP | TYPE | FIELDNAME | 'VERSION' | Field Name |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EV_DELETE | TYPE | BRF_BOOLE_D | BRF: Space - False, 'X' - True |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
NO_KEY_FIELD | No Key Field |
NO_KEY_FIELDS_FOR_HISTORY | No Key Fields for History Exist |