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_DEL_TRACES (Delete the ATRA files in managed system by root context/transID or objName) 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_DEL_TRACES |
Short Text | Delete the ATRA files in managed system by root context/transID or objName |
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_ALL_ATRA_FILES | TYPE | E2E_ATRA_FILES | The list of all atra files to be deleted | |
IT_ATRATRACE_IDS | TYPE | ATRA_TRACE_IDS_T | List of transaction ids and root context ids | |
I_ATRA_OBJECT_NAME | TYPE | CHAR40 | Delete by Atra object name | |
I_CLEAR_REMOTE_TRACE_PARAM | TYPE | FLAG | Switch off the remote trace for RFCs | |
I_DELETE_ATRA_BY_CONTEXT | TYPE | FLAG | Delete atra file with root context id | |
I_DELETE_ATRA_BY_OBJNAME | TYPE | FLAG | 'X' | Delete atra file with atra object name |
I_DELETE_ATRA_BY_TRANSID | TYPE | FLAG | 'X' | Delete atra file with root transaction id |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IT_DEL_ATRA_FILES | TYPE | E2E_ATRA_FILES | List of deleted atra files |
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.