SAP Reports / Programs | Financial Accounting | Special Purpose Ledger | Basic Functions(FI-SL-SL) SAP FI

RGLEXE00 SAP ABAP Report - Execute Rollup







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


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


Text pool values


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)





Selection Text: OUTLIST = List created records (0-2)
Selection Text: READ_PC = PC import file
Selection Text: READ_SET = UNIX import file
Selection Text: ROLLPART = Summarize partner
Selection Text: ROLLUP = Rollup
Title: Execute Rollup
Text Symbol: 028 = System error when trying to block the rollup processor
Text Symbol: 027 = ------- ------- ---- ------- ------- ---- ------- ----
Text Symbol: 026 = Version Period Year Version Period Year Period Year
Text Symbol: 025 = .......Sender........ .............Receiver..............
Text Symbol: 023 = overlap at least two receiver periods.
Text Symbol: 022 = The rollup cannot be executed because the following sender periods
Text Symbol: 021 = No period found at end date
Text Symbol: 020 = No period found at end date
Text Symbol: 019 = Transfer different fiscal year variants without date


INCLUDES used within this REPORT RGLEXE00

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:

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



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