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