RGCEUR5I is a standard ABAP INCLUDE 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 RGCEUR5I 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.
Title: Include for report program RGCEUR50
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
LC_EURO_LISTE CALL FUNCTION 'LC_EURO_LISTE' EXPORTING E_STRUCTURE = LD_TABNAME E_TEXT = LD_TEXT TABLES T_TAB = IT_TAB T_DISPLAY = IT_DISPLAY CHANGING C_TAB = A_STRUCT.
EWU_PAKET_GET CALL FUNCTION 'EWU_PAKET_GET' IMPORTING PHASE = A_STATUS-PHASE CHANGING PAKET = A_STATUS-PAKET EXCEPTIONS ACTIVE_PAKET_NOT_FOUND = 1 OTHERS = 2.
EWU_AUTHORITY_CHECK CALL FUNCTION 'EWU_AUTHORITY_CHECK' EXCEPTIONS NO_PERMISSION = 1 OTHERS = 2.
EWU_STATUS_INITIALIZE CALL FUNCTION 'EWU_STATUS_INITIALIZE' EXPORTING PROGRAMM = A_STATUS-PROGRAMM IMPORTING AUFSETZARG = A_STATUS-RESTART EXCEPTIONS NO_PROGRAM_ENTRY = 1 WRONG_PHASE = 2 PRECESSOR_NOT_OK = 3 PROGRAM_ALREADY_STARTED = 4 PROGRAM_ALREADY_FINISHED = 5 NO_PAKET_ENTRY = 6 FOREIGN_LOCK = 7 SYSTEM_FAILURE = 8 ACTIVE_PAKET_NOT_FOUND = 9 OTHERS = 10.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RGCEUR5I - Include for report program RGCEUR50 RGCEUR51 - Adapt GLT3 for Identical Local and Group Currency RGCEUR51 - Adapt GLT3 for Identical Local and Group Currency RGCEUR50 - Reconciliation and anaysis of consolidation staging ledger RGCEUR50 - Reconciliation and anaysis of consolidation staging ledger RGCEUR41 - Consolidation Processing Ledger: Currency Type 80 -> 30