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

RGCT854S SAP ABAP Report - Selected Items in Consolidation







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

OCAU - FI-LC: Print Selected FS Items


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 RGCT854S. "Basic submit
SUBMIT RGCT854S AND RETURN. "Return to original report after report execution complete
SUBMIT RGCT854S 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: P_RVERS = D Version
Title: Selected Items in Consolidation
Text Symbol: 501 = BIL
Text Symbol: 50T = Elim. of IC profit in inventory
Text Symbol: 600 = 600
Text Symbol: 601 = Q
Text Symbol: 60T = Intercompany Elimination
Text Symbol: 700 = 700
Text Symbol: 701 = BER
Text Symbol: 702 = EQ0
Text Symbol: 703 = EQ1
Text Symbol: 704 = EQ2
Text Symbol: 705 = EQ3
Text Symbol: 706 = EQG
Text Symbol: 707 = EQI
Text Symbol: 708 = EQN
Text Symbol: 709 = ERL
Text Symbol: 70T = Consolidation of investments
Text Symbol: 710 = GVK
Text Symbol: 711 = GVM
Text Symbol: 712 = GVW
Text Symbol: 713 = KKK
Text Symbol: 714 = DAU
Text Symbol: 715 = MIG
Text Symbol: 716 = MIK
Text Symbol: 717 = MIN
Text Symbol: 718 = MIR
Text Symbol: 719 = MIS
Text Symbol: 720 = RES
Text Symbol: 721 = BAF
Text Symbol: 722 = BZU
Text Symbol: 723 = JVE
Text Symbol: 724 = GST
Text Symbol: 725 = GNS
Text Symbol: 500 = 500
Text Symbol: 001 = Version:
Text Symbol: 002 = Classification key D/C Spec. item TTy
Text Symbol: 003 = Sel. item Text





Text Symbol: 004 = Version Sel. item :
Text Symbol: 100 = 100
Text Symbol: 101 = BG
Text Symbol: 102 = ERG
Text Symbol: 103 = LAB
Text Symbol: 104 = LAG
Text Symbol: 105 = EK
Text Symbol: 106 = JUE
Text Symbol: 107 = GST
Text Symbol: 108 = GNS
Text Symbol: 10T = General
Text Symbol: 200 = 200
Text Symbol: 201 = VLO
Text Symbol: 202 = VTR
Text Symbol: 203 = BWD
Text Symbol: 204 = BAG
Text Symbol: 20T = Indiv.fin.stmt
Text Symbol: 300 = 300
Text Symbol: 301 = BIL
Text Symbol: 302 = WPE
Text Symbol: 30T = Currency translation
Text Symbol: 400 = 400
Text Symbol: 401 = AFA
Text Symbol: 402 = BWA
Text Symbol: 403 = BWB
Text Symbol: 404 = BWC
Text Symbol: 405 = BWU
Text Symbol: 406 = BWW
Text Symbol: 407 = BWZ
Text Symbol: 408 = ERL
Text Symbol: 40T = Elim. of IC profit in transferred assets


INCLUDES used within this REPORT RGCT854S

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:

FC_GET_DOMAIN_VALUES **call function 'FC_GET_DOMAIN_VALUES' "begin of "wis180698 ** exporting dname = 'ITKEY' ** tables i_dd07v_tab = it_dd07v ** exceptions illegal_value = 01 ** no_domain_found = 02 ** no_values_found = 03.

DDUT_DOMVALUES_GET * CALL FUNCTION 'DDUT_DOMVALUES_GET' * EXPORTING NAME = 'ITKEY' * TEXTS_ONLY = 'X' * TABLES DD07V_TAB = IT_DD07V * EXCEPTIONS ILLEGAL_INPUT = 0. " ignore this exception



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