SAP Reports / Programs | Tax Reporting | Industry Solution Oil | Tax Reporting(IS-OIL-PRA-REP-TAX) SAP IS

ROIUX6_GENERATE_REPORT_CSV SAP ABAP Report - CSV file for WY CN report







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT ROIUX6_GENERATE_REPORT_CSV. "Basic submit
SUBMIT ROIUX6_GENERATE_REPORT_CSV AND RETURN. "Return to original report after report execution complete
SUBMIT ROIUX6_GENERATE_REPORT_CSV VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT ROIUX6_GENERATE_REPORT_CSV

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name ROIUX6_GENERATE_REPORT_CSV or its description.