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

RKCREPCU SAP ABAP Report - SAP-EIS: Data Collection: Customize Collection Programs







RKCREPCU is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Here you choose the SAP components from which you wish to collect data...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 RKCREPCU 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

OKCE - SAP-EIS: Set up data collection rep.


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


Text pool values


Title: SAP-EIS: Data Collection: Customize Collection Programs
Text Symbol: 001 = Data collection
Text Symbol: 002 = FI Consolidation
Text Symbol: 003 = FI General Ledger
Text Symbol: 004 = CO Profitability Analysis
Text Symbol: 005 = CO Cost Accounting
Text Symbol: 006 = ABAP/4 query
Text Symbol: 007 = Projects (costs, revenues, payments)
Text Symbol: 008 = Projects (work, dates, duration)
Text Symbol: 009 = EC Consolidation (EC-CS)
Text Symbol: 010 = Set up
Text Symbol: 011 = Delete
Text Symbol: 012 = From
Text Symbol: 020 = TR Loans
Text Symbol: 021 = TR Securities


INCLUDES used within this REPORT RKCREPCU

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 .

EIS_TR_SENDER_STRUCTURE_DELETE CALL FUNCTION 'EIS_TR_SENDER_STRUCTURE_DELETE' EXPORTING REPID = REPID.

EIS_TR_SENDER_STRUCTURE_MAINTA CALL FUNCTION 'EIS_TR_SENDER_STRUCTURE_MAINTA' EXPORTING REPID = CT_REPID INITIALISE = 'X' RULE_MAINTENANCE = 'X' I_WITH_DIALOG = 'X' DDIC_STRUCTURE = CT_TABNAME I_REPID_TEXT = CT_TEXT IMPORTING CHANGED_STRUCTURE = RULE_MAINTA_REQUIRED ASPET = ASPET GRPID = CT_GRPID TABLES SEND_STRUCT = SENDER_STRUCTURE DEFRL = CT_DEFRL EXCEPTIONS EXIT_WANTED = 01.

CHECK_RULES_FOR_SENDERPROGRAMM CALL FUNCTION 'CHECK_RULES_FOR_SENDERPROGRAMM' EXPORTING REPID = CT_REPID EXCEPTIONS ERROR_WHEN_READING_DDIC = 1 TRANSFER_RULES_NOT_CORRECT = 2 OTHERS = 3.

HELP_VALUES_GET_WITH_TABLE_EXT CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE_EXT' EXPORTING DISPLAY = SPACE TABNAME = 'T803J ' FIELDNAME = 'RGJNR ' IMPORTING INDEX = TABIX TABLES FIELDS = I_HELP_VALUE SELECT_VALUES = I_HELP_VTAB VALUETAB = VALUETAB.

EIS_TR_SENDER_STRUCTURE_DELETE CALL FUNCTION 'EIS_TR_SENDER_STRUCTURE_DELETE' EXPORTING REPID = REPID.



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