RSTPDAADMIN_TRACE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RSTPDAADMIN_TRACE into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: WITH_LOC = With Local Applic. Servers?
Title: TPDA: Management of Error Log File of New Debugger
Text Symbol: CON = Conenction to Server Not Possible
Text Symbol: QU1 = Do you really want to delete the trace files?
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_green_light IMPORTING RESULT = green_light.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_red_light info = 'Keine Verbindung zum Server möglich'(con) IMPORTING RESULT = red_light.
TH_SERVER_LIST CALL FUNCTION 'TH_SERVER_LIST' TABLES list = l_imsxxlist_it EXCEPTIONS no_server_list = 1 OTHERS = 2.
TPDA_GET_ERROR_LOG_ATTR CALL FUNCTION 'TPDA_GET_ERROR_LOG_ATTR' DESTINATION
-name EXPORTING p_application_id = applid IMPORTING p_exist = l_exist p_size = l_size p_error_file = l_error_file EXCEPTIONS OTHERS = 1.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = 'Wollen Sie die Trace Dateien wirklich löschen ?'(qu1) IMPORTING answer = l_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.
TPDA_DELETE_ERROR_LOG CALL FUNCTION 'TPDA_DELETE_ERROR_LOG' DESTINATION
-server EXPORTING p_application_id = applid importing p_error_file = l_error_file CHANGING p_rc = l_rc EXCEPTIONS OTHERS = 1.
TPDA_READ_ERROR_LOG CALL FUNCTION 'TPDA_READ_ERROR_LOG' DESTINATION
-server EXPORTING p_application_id = applid IMPORTING p_log_it = l_trace_list_it.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSTPDAADMIN_TRACE - TPDA: Management of Error Log File of New Debugger RSTPDAADMIN_TRACE - TPDA: Management of Error Log File of New Debugger RSTOP01_ALV - RSTOP01ALV RSTOP01 - documentation and ABAP source code RSTODIRX - Starter for RSTODIRD (Background) for Start by Upgrade RSTODIRX - Starter for RSTODIRD (Background) for Start by Upgrade