SAP Reports / Programs

RKE_CHACO_DATA_TRANSFER SAP ABAP Report - Data Transfer Between Source and Target Operating Concern







RKE_CHACO_DATA_TRANSFER 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 RKE_CHACO_DATA_TRANSFER into the relevant SAP transactions such as SE38 or SE80


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 RKE_CHACO_DATA_TRANSFER. "Basic submit
SUBMIT RKE_CHACO_DATA_TRANSFER AND RETURN. "Return to original report after report execution complete
SUBMIT RKE_CHACO_DATA_TRANSFER 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: P_ACT = Actual Data
Selection Text: P_ACTPL = Actual and Plan Data
Selection Text: P_CHACH = Check: Characteristic Values
Selection Text: P_DERID = Derivation Date
Selection Text: P_DERIV = Derive Again
Selection Text: P_ERFILE = File for Records with Errors
Selection Text: P_ERKRSN = Target Operating Concern
Selection Text: P_ERKRSO = Source Operating Concern
Selection Text: P_EXP = Export Data
Selection Text: P_IMP = Import Data
Selection Text: P_LEGAL = Legal View
Selection Text: P_LEGPR = Both Views
Selection Text: P_LIST = Log
Selection Text: P_MTASKS = Maximum Number of Processes
Selection Text: P_NORECS = Number of Records per Package
Selection Text: P_ORGCH = Check: Org. Units
Selection Text: P_OUFILE = File for Correct Records
Selection Text: P_PLAN = Plan Data
Selection Text: P_POS = Rework Data
Selection Text: P_PROFIT = Profit Center View
Selection Text: P_TEST = Test Run
Selection Text: P_VALUA = Revaluate
Selection Text: P_VALUD = Valuation Date for Plan Data
Title: Data Transfer Between Source and Target Operating Concern
Text Symbol: 038 = Both Views
Text Symbol: 037 = Profit Center View
Text Symbol: 036 = Legal View
Text Symbol: 035 = Act. and Plan Data
Text Symbol: 034 = Plan Data
Text Symbol: 033 = Act.Data
Text Symbol: 032 = Log
Text Symbol: 001 = Selections
Text Symbol: 002 = No restrictive selections have been made for the data of the
Text Symbol: 003 = source operating concern. This means that all data is selected.
Text Symbol: 004 = Do you want to continue?
Text Symbol: 005 = Yes
Text Symbol: 006 = No
Text Symbol: 007 = Generated Function Module. For Internal Use Only!





Text Symbol: 008 = Source Data
Text Symbol: 009 = Files
Text Symbol: 010 = Technical Details
Text Symbol: 011 = Processing Mode
Text Symbol: 012 = Data Transfer
Text Symbol: 013 = Test Run
Text Symbol: 014 = Upd. Run
Text Symbol: 015 = Export
Text Symbol: 016 = Postprocessing
Text Symbol: 017 = Import
Text Symbol: 018 = No Errors
Text Symbol: 019 = Error During Line Item Creation
Text Symbol: 020 = Error during processing
Text Symbol: 021 = Tgt Data
Text Symbol: 022 = Times for Derivation and Valuation
Text Symbol: 023 = Source Op. Concern
Text Symbol: 024 = Target Op. Concern
Text Symbol: 025 = Derivtn
Text Symbol: 026 = Derivation Date
Text Symbol: 027 = Valuation
Text Symbol: 028 = Valuation Date for Plan Data
Text Symbol: 029 = Check: Char. Values
Text Symbol: 030 = Check: Org. Units
Text Symbol: 031 = Test Run


INCLUDES used within this REPORT RKE_CHACO_DATA_TRANSFER

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:

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

RKE_FILL_FIELD_TABLE CALL FUNCTION 'RKE_FILL_FIELD_TABLE' EXPORTING ERKRS = p_erkrso TABNAME = g_tabname0 I_SORTED = 'X' TABLES FIELDTAB = gt_fieldtab0o.

RKE_FILL_FIELD_TABLE CALL FUNCTION 'RKE_FILL_FIELD_TABLE' EXPORTING ERKRS = p_erkrsn TABNAME = g_tabname0 I_SORTED = 'X' TABLES FIELDTAB = gt_fieldtab0n.

RKE_FILL_FIELD_TABLE CALL FUNCTION 'RKE_FILL_FIELD_TABLE' EXPORTING ERKRS = p_erkrso TABNAME = g_tabname1 I_SORTED = 'X' TABLES FIELDTAB = gt_fieldtab1o.

RKE_FILL_FIELD_TABLE CALL FUNCTION 'RKE_FILL_FIELD_TABLE' EXPORTING ERKRS = p_erkrsn TABNAME = g_tabname1 I_SORTED = 'X' TABLES FIELDTAB = gt_fieldtab1n.

RKE_CHECK_GENERATION CALL FUNCTION 'RKE_CHECK_GENERATION' EXPORTING ERKRS = p_erkrso.






RKE_CHECK_GENERATION CALL FUNCTION 'RKE_CHECK_GENERATION' EXPORTING ERKRS = p_erkrsn.

RKE_READ_ERKRS_MESSAGE CALL FUNCTION 'RKE_READ_ERKRS_MESSAGE' EXPORTING I_ERKRS = p_erkrso IMPORTING E_V_TKEB = gs_tkebo ET_V_TKEBL = gt_tkeblo.

RKE_READ_ERKRS_MESSAGE CALL FUNCTION 'RKE_READ_ERKRS_MESSAGE' EXPORTING I_ERKRS = p_erkrsn IMPORTING E_V_TKEB = gs_tkebn ET_V_TKEBL = gt_tkebln.

TR_SYS_PARAMS call function 'TR_SYS_PARAMS' importing systemtype = l_systype exceptions others = 1.



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