SAP Reports / Programs | Financial Accounting | Consolidation | Basic Functions(FI-LC-LC) SAP FI

RGCT880 SAP ABAP Report - Print Companies







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

GC10 - FI-LC: Print Companies


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 RGCT880. "Basic submit
SUBMIT RGCT880 AND RETURN. "Return to original report after report execution complete
SUBMIT RGCT880 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: 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:





Text Symbol: 027 = Data transfer :
Text Symbol: 028 = Contact :
Text Symbol: 029 = Telefax :
Text Symbol: 030 = Currency :
Text Symbol: 031 = Telex :
Text Symbol: 032 = Telephone :
Text Symbol: 034 = Legal stat.:
Text Symbol: 035 = independent company
Text Symbol: 036 = Tr. partner set :
Text Symbol: 037 = D/E form group :
Text Symbol: 038 = Enter grp.curr:
Text Symbol: 040 = Branch office
Text Symbol: 041 = First cons.:
Text Symbol: 042 = Prd depr GW:
Text Symbol: 046 = /
Text Symbol: 047 = Master co. code :


INCLUDES used within this REPORT RGCT880

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-200 "ghi113335 * TXT1 = TEXT-201 "ghi113335 * TXT2 = TEXT-202 "ghi113335 * TXT3 = TEXT-203. "ghi113335



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