Menu

SAP Function Module PERFORMANCEA_TRACE_OFF

Ausschalten des Performance-Trace

Recommended Now

Fire TV Stick Lite Essentials Bundle

This bundle contains Amazon Fire TV Stick Lite and Mission USB Power Cable. The USB power cable eliminates the need to find an AC outlet near your TV by powering Amazon Fire TV directly from your TV's USB port. Includes special power management circuitry that enhances the peak power capability of the USB port by storing excess energy and then releasing it as needed.

Check it out on amazon.com →

The Function Module PERFORMANCEA_TRACE_OFF (Ausschalten des Performance-Trace) is a standard Function Module in SAP ERP and is part of the function group SSQ0ACC within the package SQLTACC.

Technical Information

Function Module PERFORMANCEA_TRACE_OFF
Short Text Ausschalten des Performance-Trace
Function Group SSQ0ACC
Package SQLTACC
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
BUF_TRACE_OFF TYPE CHAR1 SPACE Table-Buffer-Trace ist auszuschalten
CHECK_USER TYPE CHAR1 SPACE Test, ob Trace_user ausschalten darf (X:Test,Space:kein Test)
ENQ_TRACE_OFF TYPE CHAR1 SPACE Enqueue-Trace ist auszuschalten
RFC_TRACE_OFF TYPE CHAR1 SPACE RFC-Trace ist auszuschalten
SQL_TRACE_OFF TYPE CHAR1 'X' SQL-Trace ist auszuschalten
TRACE_USER LIKE SY-UNAME SY-UNAME Trace fuer User (Muster) ausschalten
USE_TRACE_EXCEPTIONS TYPE CHAR1 'X' Unerwartete Tracezustände werden über Ausnahmen mitgeteilt

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
BUF_TRACE_ALREADY_OFF TYPE CHAR1 Buffertrace war bereits ausgeschaltet
ENQ_TRACE_ALREADY_OFF TYPE CHAR1 Enqueue-Trace war bereits ausgeschaltet
LAST_MOD_DAT TYPE DATS Letztes Modifikationsdatum des Performancetraces
LAST_MOD_TIME TYPE TIMS Letzter Modifikationszeitpunkt des Performancetraces
LAST_MOD_USER TYPE SYUNAME Letzter Modifikationsuser
RFC_TRACE_ALREADY_OFF TYPE CHAR1 RFC-Trace war bereits ausgeschaltet
SQL_TRACE_ALREADY_OFF TYPE CHAR1 SQL-Trace war bereits ausgeschaltet

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
BUFFER_TRACE_OFF Puffertrace ist bereits ausgeschaltet
ENQUEUE_TRACE_OFF Enqueue-Trace ist bereits ausgeschaltet
ERROR_MOD_USER Trace wurde von anderem User eingeschaltet (und auch für anderen User)
ERROR_TRACE_OFF Fehler beim Ausschalten des Traces aufgetreten
NO_TRACE_SELECTED Keinen Trace zum Ausschalten ausgewählt
RFC_TRACE_OFF RFC-Trace ist auszuschalten
SQL_TRACE_OFF SQL-Trace ist auszuschalten