Menu

SAP Function Module E2E_TESTING_AGENT_DEL_TRACES

Delete the ATRA files in managed system by root context/transID or objName

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.

Technical Information

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

Importing Parameters

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

Exporting Parameters

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

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.