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 ISB_CALCPROT_ALOG_MAINTAIN (IS-B: Kalkulationsprotokolle im Application Log pflegen) is a standard Function Module in SAP ERP and is part of the function group JBTR_CALCPROT within the package JBT.
Function Module | ISB_CALCPROT_ALOG_MAINTAIN |
Short Text | IS-B: Kalkulationsprotokolle im Application Log pflegen |
Function Group | JBTR_CALCPROT |
Package | JBT |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_CALCTYP | TYPE | C | ' ' | Flag: 'K': Standardkalkulation, 'R': Rückvalutierung, ' ': Beides! |
I_FLG_ABORT | TYPE | C | Flag: 'X': Abgebrochene Protokolle anzeigen, ' ' nicht anzeigen | |
I_FLG_ERROR | TYPE | C | Flag: 'X': Fehlerhafte Protokolle anzeigen, ' ' nicht anzeigen | |
I_FLG_NOERROR | TYPE | C | Flag: 'X': Fehlerfreie Protokolle anzeigen, ' ' nicht anzeigen | |
I_FLG_WARNING | TYPE | C | Flag: 'X': Protokolle höchstens mit Warnungen anzeigen, ' ' nicht anzeigen | |
I_S_LOGFILTER | TYPE | BAL_S_LFIL | Anwendungs-Log: Filterkriterien für ein Protokoll |
This function module does not define any EXPORTING parameters.
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.