RTXWGQ01 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 RTXWGQ01 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: P_PROG = D Query program name
Selection Text: P_TAXVW = D Data view
Title: This report is outdated. (Generate program for data view query)
Text Symbol: 010 = Data file view:
Text Symbol: STA = View &1 is being activated
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SAPGUI_PROGRESS_INDICATOR * CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' * EXPORTING * text = text70.
RSS_PROGRAM_CREATE * CALL FUNCTION 'RSS_PROGRAM_CREATE' * IMPORTING * e_program_name = tmp_prog * EXCEPTIONS * invalid_unique_id = 1 * invalid_program_class = 2 * program_already_exists = 3 * OTHERS = 10.
TR_TADIR_INTERFACE * CALL FUNCTION 'TR_TADIR_INTERFACE' * EXPORTING * wi_test_modus = ' ' * wi_tadir_pgmid = 'R3TR' * wi_tadir_object = 'PROG' * wi_tadir_obj_name = obj_name * wi_tadir_author = sy-uname * wi_tadir_devclass = devclass_tmp * wi_tadir_masterlang = sy-langu * wi_set_genflag = 'X' ** IMPORTING ** ERROR_TEXT = ERROR_TEXT * EXCEPTIONS * OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RTXWGQ01 - This report is outdated. (Generate program for data view query) RTXWGQ01 - This report is outdated. (Generate program for data view query) RTXWGQ00 - documentation and ABAP source code RTXWGQ00 - documentation and ABAP source code RTXWDROP - Data Retention Tool: Clear archive retrieval tables RTXWDROP - Data Retention Tool: Clear archive retrieval tables