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
Below is a list of transaction codes which are relevant to this SAP report
O3UX1_MIGR_FINAL - Finalize tax reporting migration
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: 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 ?
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROIUX1_MIGR_FINALIZE - Report ROIUX1_MIGR_FINALIZE ROIUX1_MIGR_FINALIZE - Report ROIUX1_MIGR_FINALIZE ROIUX1_LOAD_MULTDN - Uploading table OIU_RV_MULT_DN from TAXHC table ROIUX1_LOAD_MULTDN - Uploading table OIU_RV_MULT_DN from TAXHC table ROIUX1_CREATE_PUID_VOL - Program ROIUREP_VOL_EXTRACT ROIUX1_CREATE_PUID_VOL - Program ROIUREP_VOL_EXTRACT