RGCEQL00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program reads the investment and equity values from the data base and writes them in the Changes in Investments and Changes in Investee Equity tables...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RGCEQL00 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
OC57 - Transfer chnges in invest./equity
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: PRYEAR = Fiscal year
Selection Text: PRVERS = Version
Selection Text: PRSUBD = Subgroup
Selection Text: PRCOMP = Company
Selection Text: PPERID = Period
Title: Transfer Changes in Investments/Equity from Database to Tables
Text Symbol: 117 = Equity holdings adjustments: Equity method of consolidation
Text Symbol: 116 = Co.ID parent Local cur. ExRte Group cur.
Text Symbol: 115 = Trans. diff.:
Text Symbol: 114 = Dividends:
Text Symbol: 113 = Result:
Text Symbol: 112 = Update equity holdings adjustments
Text Symbol: 111 = CoID FS item TTy Local currency Ex.rate Group currency DB
Text Symbol: 110 = Company:
Text Symbol: 109 = CoID Invee FS item TTy Local currency Ex.rate Group currency DB
Text Symbol: 108 = No values were found.
Text Symbol: 107 = Equity values: Subsequent consol.:
Text Symbol: 106 = Equity values: First consolid.:
Text Symbol: 105 = Investment values:
Text Symbol: 104 = Database reference
Text Symbol: 103 = Update equity: Subsequent consolid.
Text Symbol: 102 = Update equity: First consolidation
Text Symbol: 101 = Update investments
Text Symbol: 005 = Date:
Text Symbol: 001 = Group:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_E_TABLEE * CALL FUNCTION 'ENQUEUE_E_TABLEE' * EXPORTING * TABNAME = 'T851' * EXCEPTIONS * FOREIGN_LOCK = 01 * SYSTEM_FAILURE = 02.
DEQUEUE_E_TABLEE * CALL FUNCTION 'DEQUEUE_E_TABLEE' * EXPORTING * TABNAME = 'T851'.
CHECK_SETS_DISJUNCT * CALL FUNCTION 'CHECK_SETS_DISJUNCT' * IMPORTING * I_SUBRC1 = LD_SUBRC1 * I_SUBRC2 = LD_SUBRC2 * TABLES * T_SETEQ1 = RACCTTAB_F "Pos.Set Folgekons.
ENQUEUE_E_TABLEE * CALL FUNCTION 'ENQUEUE_E_TABLEE' * EXPORTING * TABNAME = 'T871' * EXCEPTIONS * FOREIGN_LOCK = 01 * SYSTEM_FAILURE = 02.
DEQUEUE_E_TABLEE * CALL FUNCTION 'DEQUEUE_E_TABLEE' * EXPORTING * TABNAME = 'T871'.
ENQUEUE_E_TABLEE * CALL FUNCTION 'ENQUEUE_E_TABLEE' * EXPORTING * TABNAME = 'T871' * EXCEPTIONS * FOREIGN_LOCK = 01 * SYSTEM_FAILURE = 02.
DEQUEUE_E_TABLEE * CALL FUNCTION 'DEQUEUE_E_TABLEE' * EXPORTING * TABNAME = 'T871'.
ENQUEUE_E_TABLEE * CALL FUNCTION 'ENQUEUE_E_TABLEE' * EXPORTING * TABNAME = 'T872' * EXCEPTIONS * FOREIGN_LOCK = 01 * SYSTEM_FAILURE = 02.
DEQUEUE_E_TABLEE * CALL FUNCTION 'DEQUEUE_E_TABLEE' * EXPORTING * TABNAME = 'T872'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RGCEQL00 - Transfer Changes in Investments/Equity from Database to Tables RGCEQL00 - Transfer Changes in Investments/Equity from Database to Tables RGCEISS1 - FI-LC Data Selection for EIS Reporting RGCEISS1 - FI-LC Data Selection for EIS Reporting RGCEISP0 - Display Item Assignments for EIS Reporting RGCEISP0 - Display Item Assignments for EIS Reporting