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 ACE_DATA_DELETE (Löschen von Daten in der Accrual Engine) is a standard Function Module in SAP ERP and is part of the function group ACE_DATA_DELETE within the package ACE.
Function Module | ACE_DATA_DELETE |
Short Text | Löschen von Daten in der Accrual Engine |
Function Group | ACE_DATA_DELETE |
Package | ACE |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IB_CHECK_AUTHORITY | TYPE | FLAG | 'X' | Berechtigung für Accrual Engine prüfen |
IB_LOCK_ACE | TYPE | FLAG | 'X' | Accrual Engine sperren |
IB_SEND_WARNING_POPUP | TYPE | FLAG | 'X' | Popup mit Warn-Meldung senden |
IB_TESTRUN | TYPE | ACE_TESTRUN | 'X' | Testlauf |
IT_BUKRS_RANGE | TYPE | ACE_DS_BUKRS_RANGE_T | Select-Options für Buchungskreis | |
IT_COMP_RANGE | TYPE | ACE_COMP_RANGE_T | Anwendungskomponenten |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ET_RETURN | TYPE | BAPIRET2_T | Returntabelle | |
ET_STATISTICS | TYPE | PROT_T | Protokoll/Statistik |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.