SAP Reports / Programs | Production and Revenue Accounting | Industry Solution Oil | Production and Revenue Accounting(IS-OIL-PRA) SAP IS

ROIUCI_COPY_REVERSE SAP ABAP Report - Report ROIUCI_COPY_REVERSE







ROIUCI_COPY_REVERSE 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 ROIUCI_COPY_REVERSE 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

OIUCI_CR - Check Input Copy/Reverse


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 ROIUCI_COPY_REVERSE. "Basic submit
SUBMIT ROIUCI_COPY_REVERSE AND RETURN. "Return to original report after report execution complete
SUBMIT ROIUCI_COPY_REVERSE 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 ROIUCI_COPY_REVERSE
Text Symbol: H01 = Copy/Reverse remitter checks
Text Symbol: H02 = Selection Options
Text Symbol: H03 = Processing Options


INCLUDES used within this REPORT ROIUCI_COPY_REVERSE

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:

REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = g_repid i_structure_name = 'OIUCI_HEADER' CHANGING ct_fieldcat = gt_fieldcatl[] EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3. "#EC *

REUSE_ALV_BLOCK_LIST_INIT CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_INIT' EXPORTING i_callback_program = g_repid I_CALLBACK_PF_STATUS_SET = 'SET_STATUS' I_CALLBACK_USER_COMMAND = 'USER_COMMAND'.

REUSE_ALV_BLOCK_LIST_APPEND CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND' EXPORTING is_layout = gs_layoutl it_fieldcat = gt_fieldcatl[] i_tabname = g_tab_list it_events = gt_eventsl TABLES t_outtab = GT_LIST EXCEPTIONS PROGRAM_ERROR = 1 MAXIMUM_OF_APPENDS_REACHED = 2 OTHERS = 3. "#EC *

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP'"#EC * EXPORTING defaultoption = 'N' textline1 = 'No checks selected for processing.'"#EC NOTEXT

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'N' textline1 = 'Are you sure you want to cancel'"#EC NOTEXT textline2 = 'this transaction?' "#EC NOTEXT titel = 'Cancel pop-up' "#EC NOTEXT cancel_display = ' ' IMPORTING answer = p_answer.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'N' textline1 = 'Are you sure you want to exit'"#EC NOTEXT textline2 = 'this transaction?' "#EC NOTEXT titel = 'Exit pop-up' "#EC NOTEXT cancel_display = ' ' IMPORTING answer = p_answer.

OIUCI_DOCUMENT_RETRIEVE CALL FUNCTION 'OIUCI_DOCUMENT_RETRIEVE' TABLES CHKLINEITEMS = itab_detail DOCS = it_docs CHANGING CHECKHDR = itab_header EXCEPTIONS FAILED = 1 OTHERS = 2."#EC *

OIUH_PWGETLASTDAY CALL FUNCTION 'OIUH_PWGETLASTDAY' CHANGING DATE = L_SALES_DATE RDATE = L_SALES_DATE RCODE = WCODE EXCEPTIONS GOBACK = 0 WARNING = 4 FAILED = 16.

OIUCI_DOCUMENT_CREATE CALL FUNCTION 'OIUCI_DOCUMENT_CREATE' TABLES CHECKDTL = itab_chkdetail ERRORS = it_errors ALERTS = it_alerts CHANGING CHECKHDR = itab_header EXCEPTIONS DUPLICATE_CHECK = 1 ERROR_EXIST = 2 ALERT_EXIST = 3 FAILED = 4 OTHERS = 5."#EC *

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = g_repid is_layout = gs_layout it_fieldcat = gt_field_cat TABLES t_outtab = ITAB_SPOOL EXCEPTIONS program_error = 1 OTHERS = 2.

JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING jobname = p_jobnam IMPORTING jobcount = p_jobcnt EXCEPTIONS cant_create_job = 1 invalid_job_data = 2 jobname_missing = 3 OTHERS = 4.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobcount = p_jobcnt jobname = p_jobnam strtimmed = var IMPORTING job_was_released = l_released EXCEPTIONS cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7 OTHERS = 8.

REUSE_ALV_BLOCK_LIST_DISPLAY call function 'REUSE_ALV_BLOCK_LIST_DISPLAY' EXCEPTIONS program_error = 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 ROIUCI_COPY_REVERSE or its description.