RKCORR99 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 RKCORR99 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: SDATE = Start Date
Selection Text: KOKRS = Controlling Area
Selection Text: GJAHR = Fiscal Year
Selection Text: CYCNAME = Cycle name
Selection Text: ALVLIST = Output per ALV Grid
Title: Check COBK Against T811D
Text Symbol: PER = Period:
Text Symbol: OUT = Rows to be added to T811D
Text Symbol: MIS = Documents missing from COBK, per period
Text Symbol: ERR = Error when posting records
Text Symbol: 011 = Transaction
Text Symbol: 010 = Cycle does not exist
Text Symbol: 009 = Error:
Text Symbol: 008 = The following documents were inserted
Text Symbol: 007 = No incorrect documents found
Text Symbol: 006 = Does not exist
Text Symbol: 005 = Document Number:
Text Symbol: 004 = Start Date
Text Symbol: 003 = Fiscal Year
Text Symbol: 002 = Cycle
Text Symbol: 001 = Controlling Area
INCLUDE KGALDTYP.
No SAP DATABASE tables are accessed within this REPORT code!
K_NUMBER_GET_CO_DOCUMENT CALL FUNCTION 'K_NUMBER_GET_CO_DOCUMENT' EXPORTING kokrs = kokrs vrgng = vrgng check_only = 'X' IMPORTING inumkr = ld_numkrs.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.