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

RGCEQL00 SAP ABAP Report - Transfer Changes in Investments/Equity from Database to Tables







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


Transaction Code(s):

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

OC57 - Transfer chnges in invest./equity


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


INCLUDES used within this REPORT RGCEQL00

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:

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'.



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