RKECORR99_EASY 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 RKECORR99_EASY 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_IPKNZ = D .
Selection Text: P_ERKRS = D .
Selection Text: P_CYCLE = D .
Selection Text: P_ALART = D .
Selection Text: KOKRS = D .
Selection Text: GJAHR = D .
Selection Text: TESTRUN = Test Run
Title: Same COBK with T811D for Cycles in CO-PA
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: 014 = Following documents were changed
Text Symbol: 013 = Operating Concern
Text Symbol: 012 = Cycle is not assigned to a controlling area
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!
RK_F4_ALLOCATION_CYCLE CALL FUNCTION 'RK_F4_ALLOCATION_CYCLE' EXPORTING appl = 'E' group = p_erkrs table = 'CE7S001' choosen = 'SELECTION_CYCLE' IMPORTING * sdate = sdate ex_cycle = p_cycle-low EXCEPTIONS OTHERS = 1.
RK_F4_ALLOCATION_CYCLE CALL FUNCTION 'RK_F4_ALLOCATION_CYCLE' EXPORTING appl = 'E' group = p_erkrs table = 'CE7S001' choosen = 'SELECTION_CYCLE' IMPORTING * sdate = sdate ex_cycle = p_cycle-high EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.