RKCDEREO 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 RKCDEREO into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: P_MANDT = Client
Selection Text: P_TEST = Test
Title: Flexible Excel Upload: Reorganization of TABLES
Text Symbol: DTK = File ID
Text Symbol: MND = Client
INCLUDE LKCDED00.
No SAP DATABASE tables are accessed within this REPORT code!
KCD_EXCEL_SHEET_DESCR_LOAD CALL FUNCTION 'KCD_EXCEL_SHEET_DESCR_LOAD' EXPORTING I_FILE_ID = T_FILE_A-FILE_ID I_APPL = T_FILE_A-APPL I_MANDT = T_MANDT TABLES E_KEY = T_KEY E_R_H = T_R_H E_HEAD = T_HEAD E_DATAR = T_DATAR E_FILE = T_FILE EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
KCD_EXCEL_SHEET_CHECK CALL FUNCTION 'KCD_EXCEL_SHEET_CHECK' EXPORTING FILE_ID = T_FILE_A-FILE_ID I_OUTPUT = ON I_NO_CHANGE = P_TEST TABLES C_T_KEY = T_KEY C_T_R_H = T_R_H C_T_DATAR = T_DATAR C_T_HEAD = T_HEAD.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RKCDEREO - Flexible Excel Upload: Reorganization of TABLES RKCDEREO - Flexible Excel Upload: Reorganization of TABLES RKCDENNN - Mass deletion of EC-EIS/BP transaction data without output RKCDENNN - Mass deletion of EC-EIS/BP transaction data without output RKCDELET - Delete transaction data RKCDELET - Delete transaction data