SAP Reports / Programs

RGCT852 SAP ABAP Report - Print Subgroups







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

GC19 - FI-LC: Print Subgroups


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 RGCT852. "Basic submit
SUBMIT RGCT852 AND RETURN. "Return to original report after report execution complete
SUBMIT RGCT852 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_RVERS = Version
Selection Text: SO_RSUBD = Subgroup
Selection Text: P_RYEAR = Fiscal year
Selection Text: P_PERID = Period
Selection Text: P_KZGES = including companies
Title: Print Subgroups
Text Symbol: 031 = Prop.
Text Symbol: 030 = Investment
Text Symbol: 025 = Version :
Text Symbol: 022 = /
Text Symbol: 021 = Prd./ year:
Text Symbol: 020 = Company
Text Symbol: 019 = Cons. frequency :
Text Symbol: 018 = Hierarchy level/subgrp:
Text Symbol: 017 = Rollup company :
Text Symbol: 016 = Reporting group :
Text Symbol: 014 = Cons. activity group :
Text Symbol: 013 = Validation group :
Text Symbol: 012 = Ledger :
Text Symbol: 011 = Currency :
Text Symbol: 010 = Subgroup:
Text Symbol: 002 = Enter the period
Text Symbol: 001 = Subgroups
Text Symbol: 035 = Meth.
Text Symbol: 036 = P
Text Symbol: 037 = EL
Text Symbol: 038 = IP
Text Symbol: 039 = CI
Text Symbol: 200 = no companies in this subgroup/version assigned for the specified time period
Text Symbol: 103 = - do not print corresponding companies
Text Symbol: 102 = x - print corresponding companies
Text Symbol: 101 = Companies of the subgroup in the version
Text Symbol: 100 = Selections
Text Symbol: 040 = AT


INCLUDES used within this REPORT RGCT852

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:

POPUP_TO_INFORM * CALL FUNCTION 'POPUP_TO_INFORM' "ghi113335 * EXPORTING "ghi113335 * TITEL = TEXT-100 "ghi113335 * TXT1 = TEXT-101 "ghi113335 * TXT2 = TEXT-102 "ghi113335 * TXT3 = TEXT-103. "ghi113335

G_INVERT_GJAHR * CALL FUNCTION 'G_INVERT_GJAHR' * EXPORTING * GJAHR = P_RYEAR * IMPORTING * GJAHR_INV = L_RYEAR.



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