RGCT880 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 RGCT880 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
GC10 - FI-LC: Print Companies
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: S_RCOMP = Company
Selection Text: P_RYEAR = Fiscal year
Selection Text: P_RVERS = Version
Selection Text: P_RLDNR = Ledger
Selection Text: P_PERID = Period
Selection Text: P_KZ = Additional information
Title: Print Companies
Text Symbol: 048 = BS/IS version :
Text Symbol: 050 = Legal form :
Text Symbol: 055 = Branch :
Text Symbol: 060 = Consolidating company
Text Symbol: 067 = :
Text Symbol: 070 = Period/Year :
Text Symbol: 071 = Translation methd:
Text Symbol: 072 = Decimal places :
Text Symbol: 073 = Version:
Text Symbol: 074 = Tax rate :
Text Symbol: 075 = Fiscal yr variant:
Text Symbol: 076 = Reason :
Text Symbol: 077 = Exempt :
Text Symbol: 078 = Selections :
Text Symbol: 079 = Ledger:
Text Symbol: 199 = No data was selected
Text Symbol: 200 = Additional information
Text Symbol: 201 = When this field is marked, in addition to the general
Text Symbol: 202 = company data - control data pertaining to version, ledger
Text Symbol: 203 = and period are shown.
Text Symbol: 001 = Companies
Text Symbol: 010 = Enter the ledger
Text Symbol: 011 = Enter the period
Text Symbol: 015 = Language :
Text Symbol: 020 = P.O.Box :
Text Symbol: 021 = Street :
Text Symbol: 022 = Postal code :
Text Symbol: 023 = Country :
Text Symbol: 024 = City :
Text Symbol: 025 = Cons grp cd:
Text Symbol: 026 = Valid.grp loc/crp:
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-200 "ghi113335 * TXT1 = TEXT-201 "ghi113335 * TXT2 = TEXT-202 "ghi113335 * TXT3 = TEXT-203. "ghi113335
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.