ROIUX6_GENERATE_REPORT_CSV 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 ROIUX6_GENERATE_REPORT_CSV 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_TVO_O = D .
Selection Text: P_TVO_N = D .
Selection Text: P_TVO_G = D .
Selection Text: P_TVA_O = D .
Selection Text: P_TVA_N = D .
Selection Text: P_TVA_G = D .
Selection Text: P_TDUE_O = D .
Selection Text: P_TDUE_N = D .
Selection Text: P_TDUE_G = D .
Selection Text: P_SHOW = Show Flag
Selection Text: P_RUN_ID = D .
Selection Text: P_PSHR_V = D .
Selection Text: P_OFILE = File Name
Selection Text: P_GVO_O = D .
Selection Text: P_GVO_G = D .
Selection Text: P_EVO_O = D .
Selection Text: P_EVO_G = D .
Selection Text: P_BY_TOL = Bypass Tolerance
Title: Report ROIUX6_GENERATE_REPORT_CSV
Text Symbol: 006 = Download Location
Text Symbol: 005 = Less :
Text Symbol: 004 = No info available for report ID
Text Symbol: 003 = against logical path OIUH_DEFAULT in trans FILE
Text Symbol: 002 = App folder does not exists, check via trans AL11
Text Symbol: 001 = No info available for run ID
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FILE_GET_NAME CALL FUNCTION 'FILE_GET_NAME' EXPORTING client = sy-mandt logical_filename = 'OIUH_DEFAULT' operating_system = sy-opsys use_buffer = 'X' IMPORTING file_name = p_ofile "filepath EXCEPTIONS file_not_found = 1 OTHERS = 2.
ARCHIVFILE_SERVER_TO_CLIENT CALL FUNCTION 'ARCHIVFILE_SERVER_TO_CLIENT' EXPORTING path = lv_source_file targetpath = lv_target_file EXCEPTIONS error_file = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROIUX6_GENERATE_REPORT_CSV - CSV file for WY CN report ROIUX6_GENERATE_REPORT_CSV - CSV file for WY CN report ROIUX6_GENERATE_REPORT_ASCII - ASCII file for WY CN report ROIUX6_GENERATE_REPORT_ASCII - ASCII file for WY CN report ROIUX6_DISPLAY_WY_STAXTXN - Tax 2.0 - Display Wyoming Severance Tax Transactions ROIUX6_DISPLAY_WY_STAXTXN - Tax 2.0 - Display Wyoming Severance Tax Transactions