RGLEXE00 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 RGLEXE00 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.
Selection Text: SGLOBAL2 = Set variable 2
Selection Text: SGLOBAL3 = Set variable 3
Selection Text: SGLOBAL4 = Set variable 4
Selection Text: SGLOBAL5 = Set variable 5
Selection Text: SGLOBAL6 = Set variable 6
Selection Text: SGLOBAL7 = Set variable 7
Selection Text: SGLOBAL8 = Set variable 8
Selection Text: SGLOBAL9 = Set variable 9
Selection Text: SINGLE = Write line items
Selection Text: SP_PER = Special periods
Selection Text: TO_DATE = End date
Selection Text: TO_PER = To period
Selection Text: TO_YEAR = To fiscal year
Selection Text: UNICODE1 = UNIX File is Unicode
Selection Text: VGLOBAL1 = Value variable 1
Selection Text: VGLOBAL2 = Value variable 2
Selection Text: VGLOBAL3 = Value variable 3
Selection Text: VGLOBAL4 = Value variable 4
Selection Text: VGLOBAL5 = Value variable 5
Selection Text: VGLOBAL6 = Value variable 6
Selection Text: VGLOBAL7 = Value variable 7
Selection Text: VGLOBAL8 = Value variable 8
Selection Text: VGLOBAL9 = Value variable 9
Selection Text: WRITESET = UNIX export file
Selection Text: WRITE_PC = PC export file
Selection Text: ZERO = Write records with amount 0
Selection Text: SGLOBAL1 = Set variable 1
Selection Text: ACCUM = Accumulate values
Selection Text: ACTION = Action (1=Rollup, 2=Reversal)
Selection Text: BINELIM = Elim. of Int. Business Vol.
Selection Text: CF_YEAR = Carryforward Period from Year
Selection Text: DOCTY = Rollup doc.type
Selection Text: FI_BLART = FI-Doc.type
Selection Text: FROMDATE = Start date
Selection Text: FR_PER = From period
Selection Text: FR_YEAR = From fiscal year
Selection Text: GLSIP = Write line items
Selection Text: INLIST = List read records (0-2)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HELPSCREEN_NA_CREATE CALL FUNCTION 'HELPSCREEN_NA_CREATE' EXPORTING MELD_ID = SY-MSGID MELD_NR = SY-MSGNO MELDUNG = MELDUNG MSGV1 = SY-MSGV1 MSGV2 = SY-MSGV2 MSGV3 = SY-MSGV3 MSGV4 = SY-MSGV4 DYNPRO = SY-DYNNR LANGU = SY-LANGU PFKEY = SY-PFKEY PROGRAMM = h_REPID TITEL = SY-WINSL. "Rollup prüfen
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.