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
Below is a list of transaction codes which are relevant to this SAP report
GC61 - Export of Transaction Data
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: 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RGCTDE00 - Export Totals Records and Journal Entries RGCTDE00 - Export Totals Records and Journal Entries RGCTABKP - Consolidation of Investments: Table Update for New Fields RGCTABKP - Consolidation of Investments: Table Update for New Fields RGCTABFI - Reports: Fill New Tables with Entries RGCTABFI - Reports: Fill New Tables with Entries