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

ROIUX1_MIGR_FINALIZE SAP ABAP Report - Report ROIUX1_MIGR_FINALIZE







ROIUX1_MIGR_FINALIZE 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 ROIUX1_MIGR_FINALIZE into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

O3UX1_MIGR_FINAL - Finalize tax reporting migration


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 ROIUX1_MIGR_FINALIZE. "Basic submit
SUBMIT ROIUX1_MIGR_FINALIZE AND RETURN. "Return to original report after report execution complete
SUBMIT ROIUX1_MIGR_FINALIZE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Report ROIUX1_MIGR_FINALIZE
Text Symbol: 001 = No Tax Types configured for this agency
Text Symbol: 002 = Invalid execution statistics
Text Symbol: 003 = Invalid Report Processing Status
Text Symbol: 005 = Migration Finalization
Text Symbol: 006 = No more activities possible for the first reporting year/month. Finalize ?


INCLUDES used within this REPORT ROIUX1_MIGR_FINALIZE

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:

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = text-005 text_question = text-006 display_cancel_button = space IMPORTING ANSWER = ld_ans EXCEPTIONS TEXT_NOT_FOUND = 1 OTHERS = 2.

OIUX1_FINAL_TAX CALL FUNCTION 'OIUX1_FINAL_TAX' EXPORTING EXEC_PARAM = ls_exec_param NO_JE = 'X' EXCEPTIONS NO_EXTRACT_DATA = 1 CONV_FAILURE = 2 NO_AC_PERIOD = 3 JV_NOT_FOUND = 4 RDBQ980_ERROR = 5 JEPOST_ERROR = 6 DB_ERROR = 7 STATUS_CREATE_ERROR = 8 JEBJ200_ERROR = 9 NO_TAX_TYPE = 10 OTHERS = 11.

ENQUEUE_E_OIUX1_EXECSTAT CALL FUNCTION 'ENQUEUE_E_OIUX1_EXECSTAT' EXPORTING MANDT = SY-MANDT RPT_YYYYMM = ls_exec_param-rpt_yyyymm RSG = ls_exec_param-rsg AGENCY = ls_exec_param-agency OGIND = ls_exec_param-ogind EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.

DEQUEUE_E_OIUX1_EXECSTAT CALL FUNCTION 'DEQUEUE_E_OIUX1_EXECSTAT' EXPORTING MANDT = SY-MANDT RPT_YYYYMM = ls_exec_param-rpt_yyyymm RSG = ls_exec_param-rsg AGENCY = ls_exec_param-agency OGIND = ls_exec_param-ogind.

OIUX1_RPT_UNLOCK CALL FUNCTION 'OIUX1_RPT_UNLOCK' EXPORTING EXEC_COMB = ls_exec_comb EXCEPTIONS RPT_LOCK_NOT_FOUND = 1 DELETE_FAILURE = 2 OTHERS = 3.



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 ROIUX1_MIGR_FINALIZE or its description.