RARCCOAA is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Analysis of CO tables for archiving object CO_ALLO_ST...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RARCCOAA into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
RARCCOAA - Table Analysis for CO_ALLO_ST
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_COEJ = COEJ
Selection Text: P_COEP = COEP
Title: CO Table Analysis for Archiving Object CO_ALLO_ST
Text Symbol: B01 = Tables to be analyzed
Text Symbol: T01 = Records read from table
Text Symbol: T10 = Evaluation of
Text Symbol: T13 = System
Text Symbol: T14 = Tables analyzed
INCLUDE RARCCOAX.
No SAP DATABASE tables are accessed within this REPORT code!
K_KKB_LIST_DISPLAY CALL FUNCTION 'K_KKB_LIST_DISPLAY' EXPORTING i_callback_program = 'RARCCOAA' i_callback_top_of_page = lc_callback_top i_tabname = 'GT_STATINFO' is_layout = l_layout it_fieldcat = lt_fieldcat[] it_sort = lt_sort[] TABLES t_outtab = t_statinfo.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RARCCOAA - CO Table Analysis for Archiving Object CO_ALLO_ST RARCCOAA - CO Table Analysis for Archiving Object CO_ALLO_ST RARCCOA5 - Simulation of CO Line Item Summarization RARCCOA5 - Simulation of CO Line Item Summarization RARCCOA3 - COEP Table Analysis for Archiving Obj: CO_ITEM - Display Data Extract RARCCOA3 - COEP Table Analysis for Archiving Obj: CO_ITEM - Display Data Extract