SAP Reports / Programs

RGCTDE00 SAP ABAP Report - Export Totals Records and Journal Entries







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

GC61 - Export of Transaction Data


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 RGCTDE00. "Basic submit
SUBMIT RGCTDE00 AND RETURN. "Return to original report after report execution complete
SUBMIT RGCTDE00 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: SO_RYEAR = Year
Selection Text: SO_RVERS = Version
Selection Text: SO_RLEVL = Posting level
Selection Text: SO_RCOMP = Company
Selection Text: PA_TR_TT = Totals records
Selection Text: PA_TR_SI = Journal entries
Selection Text: PA_TEST = Test run
Selection Text: PA_RYEAR = Year
Selection Text: PA_RVERS = Version
Selection Text: PA_RSUBD = Subgroup
Selection Text: PA_RLDNR = Ledger
Selection Text: PA_P_PHY = Directory
Selection Text: PA_PRESS = Presentation server
Selection Text: PA_POPER = Period
Selection Text: PA_APPLS = Application server
Title: Export Totals Records and Journal Entries
Text Symbol: S02 = Select totals records and/or journal entries
Text Symbol: S01 = Select a ledger or a subgroup
Text Symbol: C02 = Application server
Text Symbol: C01 = Presentation server
Text Symbol: B04 = Options
Text Symbol: B03 = Export
Text Symbol: B02 = Selection: Alternative 2
Text Symbol: B01 = Selection: Alternative 1
Text Symbol: 110 = Total:
Text Symbol: 101 = | No records were selected |
Text Symbol: 100 = | Lg Ver Year Co. L DT | No. records |
Text Symbol: 011 = | Journal entries: |
Text Symbol: 010 = | Totals records: |
Text Symbol: 005 = File created:
Text Symbol: 003 = | Test run |
Text Symbol: 002 = | Update run |
Text Symbol: 001 = Export totals records and journal entries


INCLUDES used within this REPORT RGCTDE00

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:

WS_DOWNLOAD * CALL FUNCTION 'WS_DOWNLOAD' * EXPORTING * BIN_FILESIZE = LD_F_LENGTH * FILENAME = LD_F_NAME * FILETYPE = LD_F_FORMAT * TABLES * DATA_TAB = IT_DATA * EXCEPTIONS * FILE_OPEN_ERROR = 1.



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