SAP Reports / Programs

RGCSEL01 SAP ABAP Report - Data Selection for FI-LC Reporting (Global Selection)







RGCSEL01 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 RGCSEL01 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 RGCSEL01. "Basic submit
SUBMIT RGCSEL01 AND RETURN. "Return to original report after report execution complete
SUBMIT RGCSEL01 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: VERSION = Version
Selection Text: TEILKONZ = Subgroup
Selection Text: SPOSNEW = Copy FS item table
Selection Text: PERID = Period
Selection Text: PARTANT = Partner's share
Selection Text: KENNZ = Ratios
Selection Text: GJAHR = Fiscal year
Selection Text: GESANT = Company's share
Title: Data Selection for FI-LC Reporting (Global Selection)
Text Symbol: 030 = Local value
Text Symbol: 031 = Standardizing entries
Text Symbol: 032 = Consolidation entries
Text Symbol: 033 = Quantities
Text Symbol: ND0 = A delta selection was performed !
Text Symbol: ND1 = In the parameters, a selection has not yet been made.
Text Symbol: ND2 = The document status of the last selection has not yet been logged.
Text Symbol: ND3 = Status has been changed since the last selection.
Text Symbol: ND4 = No company or tr.partner shares were selected in the last selection.
Text Symbol: ND5 = No delta selection during request for ratios.
Text Symbol: ND6 = The currency translation status is not blocked for a company belonging to the subgroup.
Text Symbol: ND7 = The global selection was invoked.
Text Symbol: NDR = A delta selection could not be made.
Text Symbol: 000 = |FS item TTy Local val. Std'g entries Cons'g entries Qtys FS item text
Text Symbol: 001 = Data exported to index file under ID =
Text Symbol: 002 = Calculation of ratios
Text Symbol: 003 = Error in formula for calculation of ratio
Text Symbol: 004 = Extract of totals records by items
Text Symbol: 005 = Extract of company shares per item
Text Symbol: 006 = Extract of company shares:
Text Symbol: 008 = Totals records extracted !
Text Symbol: 009 = A total of :
Text Symbol: 010 = totals records were selected !
Text Symbol: 012 = System time Event
Text Symbol: 013 = Subgroup:
Text Symbol: 014 = Version:
Text Symbol: 015 = Periods:
Text Symbol: 016 = incl. extract of company shares
Text Symbol: 017 = incl. extract of trading partner shares





Text Symbol: 018 = incl. calculation of ratios
Text Symbol: 025 = IMPTAB
Text Symbol: 026 = GESPOS
Text Symbol: 027 = GESDATEN
Text Symbol: 028 = Company
Text Symbol: 029 = TType


INCLUDES used within this REPORT RGCSEL01

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:

No SAP FUNCTION MODULES are executed within this report code!



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