RFKKCR01 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 RFKKCR01 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_FIKEY = D .
Selection Text: R_RST = Process File after Termination
Selection Text: R_NORM = Edit File
Selection Text: R_ERR = Process Errors
Selection Text: P_XPROT = Extended Log
Selection Text: P_RUNID = Identification
Selection Text: AS_FNAME = File Name
Title: Check Deposit Transfer
Text Symbol: 027 = *****************************
Text Symbol: 028 = Item is Incorrect
Text Symbol: 029 = Check Deposit
Text Symbol: 030 = Released
Text Symbol: 031 = Closed
Text Symbol: 032 = Incorrect
Text Symbol: 033 = Posting Scheduled
Text Symbol: 034 = Posting Cannot Be Scheduled
Text Symbol: 035 = ZAHL_STAP_BUCHEN
Text Symbol: 051 = Items Can Still Be Added
Text Symbol: 100 = Chk Dep. Trfr
Text Symbol: 101 = PaytMedNo.
Text Symbol: 102 = Posting Date
Text Symbol: PAR = The program was started with the following parameters:
Text Symbol: PTH = Path
Text Symbol: 026 = ******** Statistics ********
Text Symbol: 001 = Data Source
Text Symbol: 002 = Application Server
Text Symbol: 003 = File Name
Text Symbol: 004 = Presentation Server
Text Symbol: 005 = File Name
Text Symbol: 006 = Check Deposit Header Is Incorrect
Text Symbol: 007 = ChkDep.
Text Symbol: 008 = Item
Text Symbol: 009 = Status
Text Symbol: 010 = Item
Text Symbol: 013 = Data Source
Text Symbol: 014 = File
Text Symbol: 015 = Error Processing
Text Symbol: 016 = Restart
INCLUDE RFKICR00.
INCLUDE RFKICR03. " SELECTION SCREEN & EVENTS
INCLUDE RFKICR06. " F4-HELP
INCLUDE RFKICR02.
INCLUDE RFKICR01.
INCLUDE RFKICRP0.
No SAP DATABASE tables are accessed within this REPORT code!
GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING mode = 'CURRENT' IMPORTING out_parameters = params valid = valid EXCEPTIONS archive_info_not_found = 1 invalid_print_params = 3 invalid_archive_params = 2 OTHERS = 4.
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.