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
Below is a list of transaction codes which are relevant to this SAP report
GC19 - FI-LC: Print Subgroups
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_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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.