RTXWQU01_F01 is a standard ABAP INCLUDE 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 RTXWQU01_F01 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.
Title: Include ZZRTXWQU01_F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TXW_EXTRACT_READ_INIT CALL FUNCTION 'TXW_EXTRACT_READ_INIT' EXPORTING file_name = id_file voldir_set = id_vol codepage = id_cpage TABLES t_txw_dir2 = ct_dir2 t_txw_note = ct_note EXCEPTIONS OTHERS = 1.
TXW_GET_FLAG_SEGDAT_LEN6 CALL FUNCTION 'TXW_GET_FLAG_SEGDAT_LEN6' IMPORTING EF_SEGDAT_LEN6 = glo_segdat_len6.
TXW_EXTRACT_SEGMENT_DIR_READ CALL FUNCTION 'TXW_EXTRACT_SEGMENT_DIR_READ' TABLES t_txw_dirsg2 = ct_dirsg2.
TXW_EXTRACT_METADATA_READ CALL FUNCTION 'TXW_EXTRACT_METADATA_READ' TABLES t_txw_meta = ct_meta.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.