Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.
Bei amazon.de ansehen →The Function Module E2E_TESTING_AGENT_UTRACE_OFF (Abschalten des globalen User Traces) is a standard Function Module in SAP ERP and is part of the function group E2E_TESTING_AGENT within the package E2E_TESTING.
Function Module | E2E_TESTING_AGENT_UTRACE_OFF |
Short Text | Abschalten des globalen User Traces |
Function Group | E2E_TESTING_AGENT |
Package | E2E_TESTING |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IT_REQ_IDS | TYPE | E2ET_T_SERVER_REQID | Table of ZRK_S_SERVER_REQID | |
IT_TABLE_TYPES | TYPE | VALUEKEYS | Types of tables to be traced | |
IV_DEACTIVATE_REMOTE_TRACE | TYPE | FLAG | 'X' | Remote Trace deaktivieren? |
IV_DEACTIVATE_TABLE_TRACE | TYPE | FLAG | Tabellentrace deaktivieren? | |
IV_ONLY_MY_SERVER | TYPE | FLAG | SPACE | allgemeines flag |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EV_RETURN_CODE | TYPE | SY-SUBRC | Rückgabewert, Rückgabewert nach ABAP-Anweisungen |
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 |
---|---|
E2E_TA_ERROR | Allgemeiner Fehler |
E2E_TA_REL_NOT_SUPPORTED | Funktionalität nicht untertützt in diesem Release |