SAP Reports / Programs

RKEVEXT0 SAP ABAP Report - Transfer External Data to CO-PA







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

KE1XO - Ext. Data Transfer to CO-PA Planning
KE4XO - Transfer External Data to CO-PA


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 RKEVEXT0. "Basic submit
SUBMIT RKEVEXT0 AND RETURN. "Return to original report after report execution complete
SUBMIT RKEVEXT0 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: ALTPERIO = Weekly planning
Selection Text: BDCGROUP = Name batch-input error session
Selection Text: BEWERT = Valuation
Selection Text: ERR_FILE = Path name of error file
Selection Text: FILE = Path name of input file
Selection Text: GROUP = Assignment group
Selection Text: PLIKZ = Plan/actual indicator
Selection Text: REVAL = Revaluation
Selection Text: SHOWTRAC = Single record display
Selection Text: TEST = Test run w/o database update
Selection Text: TEXT = Read data in text format
Selection Text: TRACETO = to record number
Selection Text: TRACFROM = from record number
Selection Text: VERSI = Version
Title: Transfer External Data to CO-PA
Text Symbol: 001 = No. of records read from external file:
Text Symbol: 002 = No. of line item records written:
Text Symbol: 003 = No. of incorrect records:
Text Symbol: 010 = Transfer of external data to CO-PA
Text Symbol: 080 = Transfer of external data, test:
Text Symbol: 090 = Transfer of external data, update:


INCLUDES used within this REPORT RKEVEXT0

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:

COPA_GET_ERK CALL FUNCTION 'COPA_GET_ERK' EXPORTING MODE = 'F' IMPORTING ERKRS = ERKRS2 OK_CODE = OKCODE PA_TYPE = PA_TYPE.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = gc_logical_filename_inp CHANGING physical_filename = FILE EXCEPTIONS logical_filename_not_found = 1 validation_failed = 2 OTHERS = 3.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = gc_logical_filename_err CHANGING physical_filename = ERR_FILE EXCEPTIONS logical_filename_not_found = 1 validation_failed = 2 OTHERS = 3.

COPA_GET_ERK * CALL FUNCTION 'COPA_GET_ERK' * IMPORTING ERKRS = ERKRS * OK_CODE = OKCODE.

RKE_READ_ERKRS_MESSAGE CALL FUNCTION 'RKE_READ_ERKRS_MESSAGE' EXPORTING I_ERKRS = ERKRS IMPORTING E_V_TKEB = GS_V_TKEB ET_V_TKEBL = GT_V_TKEBL ET_V_TKELT = GT_V_TKELT.

RKE_GENERATE_INTERFACE_EXT CALL FUNCTION 'RKE_GENERATE_INTERFACE_EXT' EXPORTING I_COPAGROUP = GROUP.

MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING OBJECT = TEXT-010 SHOW_LINNO = ' ' EXCEPTIONS INCONSISTENT_RANGE = 1 NO_MESSAGES = 2.



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