Menu

SAP Function Module E2E_TESTING_AGENT_E2ETRACE

Run the executable and run in parallele the ATRA and SQL traces

Unsere Literaturempfehlung

ABAP Workbench - 100 Tipps & Tricks

Es gibt 100 gute Gründe, warum Sie dieses Buch kaufen sollten. Doch die verraten wir Ihnen hier nicht. Nur so viel: Wenn Sie die ABAP Workbench als Ihr zweites Wohnzimmer begreifen, ist dieses Buch genau das richtige für Sie! Die Mini-Tutorials in diesem Buch unterstützen Sie dabei, Software in ABAP effizienter zu entwickeln. Tipps und Tricks, wie Sie sich bei der Bearbeitung von Quelltext das Leben leichter machen, wie Sie häufig wiederkehrende Programmieraufgaben automatisieren oder umständliches Vorgehen früherer Tage endlich über Bord werfen. Sie werden die ABAP Workbench in einem ganz neuen Licht erleben. Eine klare Sprache, Klick-für-Klick-Anleitungen, Zusammenfassungen und Hervorhebungen sorgen dabei für einen schnellen und unkomplizierten Lernerfolg.

Bei amazon.de ansehen →

The Function Module E2E_TESTING_AGENT_E2ETRACE (Run the executable and run in parallele the ATRA and SQL traces) 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_E2ETRACE
Short Text Run the executable and run in parallele the ATRA and SQL traces
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
IV_EXE_TYPE TYPE CHAR128 Executable Type
IV_EXE_UNIT TYPE CHAR128 Executable Name
IV_RUN_DARK TYPE FLAG 'X' (not used)
IV_SAPGUI_INFO_LINE TYPE FLAG Show progress Info text
IV_SAVE_LOCAL TYPE FLAG SPACE (not used)
IV_TBOM_GUID TYPE GUID_32 TBOM Guid 32 chars
IV_TRC_LEVEL TYPE CHAR8 'MEDIUM' (not used)
I_ATRA_OBJECT_NAME TYPE CHAR40 Name of the ATRA files, can be generated randomly from outside, to have unique
I_COLLECT_TRACE TYPE FLAG Collect ATRA files
I_UNAME TYPE SYUNAME SY-UNAME Trace User
I_URL TYPE STRING the URL of the executable if it is not an ABAP gui like transaction or program
I_WAIT_TRACES TYPE FLAG Wait the ATRA until they finish recorded, needed for update tasks
I_WITH_TABLE_TRACE TYPE FLAG Trace the SQL statments

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ET_TBOM_TCD_BASE TYPE E2ET_TBOM_TCD_BASE_T Not Used
ET_TBOM_TCD_MSG TYPE E2ET_TBOM_TCD_MSG_T Not Used
EV_E2EXML TYPE XSTRING Not Used
EV_RETURNCODE TYPE SY-SUBRC Not Used
EV_RUNTIME TYPE I Runtime msn of the FM
E_DIALOG_ANSWER TYPE FLAG The answer of the dialog which start executable, needed to return 'Cancel' fcod
E_END_DATE TYPE SY-DATUM End date of executing the executable
E_END_TIME TYPE SY-UZEIT End time of executing the executable
E_START_DATE TYPE SY-DATUM Start date of executing the executable
E_START_TIME TYPE SY-UZEIT Start time of executing the executable
E_TIMEZONE TYPE TIMEZONE Time zone of the system
E_TRACE_USER TYPE SYUNAME R/3 System, user logon name that run the executable
OLD_ET_TBOM_BASE TYPE E2ET_TBOM_BASE_T Not Used
OLD_ET_TBOM_CROSS TYPE E2ET_TBOM_CROSS_T Not Used
OLD_ET_TBOM_INFOBJ TYPE RINFOOBJ Not Used

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ET_ATRA_FILES LIKE E2E_ATRA_FILE List of the delta ATRA files before and after recording TBOM

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
E2E_ERROR Generic error
E2E_TA_E2E_NOT_SUPPORTED_REL E2E Trace not supported in this Release
E2E_TA_E2E_WRONG_OBJ_NAME Not Used
E2E_TA_E2E_WRONG_OBJ_TYPE Not Used