SAP Reports / Programs | Controlling | Profitability Analysis(CO-PA) SAP CO

RKECORR99_EASY SAP ABAP Report - Same COBK with T811D for Cycles in CO-PA







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


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 RKECORR99_EASY. "Basic submit
SUBMIT RKECORR99_EASY AND RETURN. "Return to original report after report execution complete
SUBMIT RKECORR99_EASY 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: 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


INCLUDES used within this REPORT RKECORR99_EASY

INCLUDE KGALDTYP.


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:

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.



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