SAP Reports / Programs | Enterprise Controlling | Executive Information System | Data Collection(EC-EIS-DCM) SAP EC

RKCREPSE SAP ABAP Report - EC-EIS/EC/BP: Choose data collection program







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

KCE3 - SAP-EIS: Choose Collection Program


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 RKCREPSE. "Basic submit
SUBMIT RKCREPSE AND RETURN. "Return to original report after report execution complete
SUBMIT RKCREPSE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: EC-EIS/EC/BP: Choose data collection program
Text Symbol: 090 = EC-CS Consolidation
Text Symbol: 100 = FI-LC Consolidation
Text Symbol: 110 = FI-GL General Ledger
Text Symbol: 120 = FI-AA Assets
Text Symbol: 130 = IM Investment Management
Text Symbol: 200 = EC-PCA Profit Center Accounting
Text Symbol: 210 = CO-PA Profitability Analysis
Text Symbol: 215 = RK-E Profitability Analysis R/2
Text Symbol: 220 = CO-OM Overhead Management
Text Symbol: 225 = RK-S Cost Center Accounting R/2
Text Symbol: 240 = PS Project Syst.
Text Symbol: 245 = RK-P Projects
Text Symbol: 250 = TR-LO Loans
Text Symbol: 255 = TR-TM Securities
Text Symbol: 700 = Report Writer general
Text Symbol: 800 = ABAP Query
Text Symbol: 900 = Others
001 Report program Aspect Comment


INCLUDES used within this REPORT RKCREPSE

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:

RKD_UNICODE_REQUIRED *CALL FUNCTION 'RKD_UNICODE_REQUIRED' "uc ** EXCEPTIONS ** UNICODE_REQUIRED = 1 ** OTHERS = 2 .

CHECK_RULES_FOR_SENDERPROGRAMM CALL FUNCTION 'CHECK_RULES_FOR_SENDERPROGRAMM' EXPORTING REPID = REPORTTAB-SSTRUC EXCEPTIONS ERROR_WHEN_READING_DDIC = 1 TRANSFER_RULES_NOT_CORRECT = 2 OTHERS = 3.

REPORT_DIRECTORY_READ CALL FUNCTION 'REPORT_DIRECTORY_READ' EXPORTING LANGU = SY-LANGU * MONITOR = REPORT_PARAMETER_IN = REPORT_IN * SUPPRESS_CONVERTING = ' ' IMPORTING REPORT_PARAMETER = REPORT_OUT EXCEPTIONS NO_REPORT = 1 UMSETZEN = 2 OTHERS = 3.



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