RCATSRIF is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Reorganizing Time Sheet Interface Tables Reorganizing interface tables improves the performance of the current transfer report...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 RCATSRIF into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CATR - Reorganize Interface Tables
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: BUDAT = Date
Selection Text: PARCO = CO interface table
Selection Text: PARHR = HR interface table
Selection Text: PARLIST = Log
Selection Text: PARMM = MM interface table
Selection Text: PARPM = PM/CS interface table
Selection Text: PARPS = PS interface table
Selection Text: PARTEST = Test run
Selection Text: PERNR = Personnel number
Title: Reorganize Time Sheet Interface Tables
Text Symbol: 001 = CO log
Text Symbol: 002 = HR log
Text Symbol: 003 = MM log
Text Symbol: 004 = PM/CS log
Text Symbol: 005 = PS log
Text Symbol: 010 = Records with transfer indicator to target component without document
Text Symbol: 015 = Counter Doc.no. Network Conf. Counter
Text Symbol: 016 = Counter Doc.no. Order Conf. Counter
Text Symbol: 017 = No records to be reorganized in the interface table
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RH_APPLICATION_SYSTEM_CHECK CALL FUNCTION 'RH_APPLICATION_SYSTEM_CHECK' IMPORTING APPLICATION_SYSTEM_TYPE = SYS_TYPE.
GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING MODE = 'CURRENT' NO_DIALOG = 'X' REPORT = 'RCATSRIF' IMPORTING OUT_PARAMETERS = PARAMS VALID = VALID.
CATS_REORG_CO call function 'CATS_REORG_CO' "LUX exporting "LUX parlist = parlist "LUX partest = partest "LUX if_batch = sy-batch "LUX params = params "LUX tables "LUX pernr = pernr "LUX budat = budat. "LUX
CATS_REORG_INTERFACE_HR CALL FUNCTION 'CATS_REORG_INTERFACE_HR' EXPORTING PROTOKOL = PARLIST TESTLAUF = PARTEST OUT_PARAMS = PARAMS "YIK TABLES DEL_PERNR = PERNR DEL_DATE = BUDAT EXCEPTIONS OTHERS = 0.
CATS_REORG_INTERFACE_MM CALL FUNCTION 'CATS_REORG_INTERFACE_MM' EXPORTING PROTOKOL = PARLIST TESTLAUF = PARTEST TABLES DEL_PERNR = PERNR DEL_DATE = BUDAT EXCEPTIONS OTHERS = 0.
CATS_REORG_INTERFACE_PM CALL FUNCTION 'CATS_REORG_INTERFACE_PM' EXPORTING PROTOKOL = PARLIST TESTLAUF = PARTEST TABLES DEL_PERNR = PERNR DEL_DATE = BUDAT.
CATS_REORG_INTERFACE_PS CALL FUNCTION 'CATS_REORG_INTERFACE_PS' EXPORTING PROTOKOL = PARLIST TESTLAUF = PARTEST TABLES DEL_PERNR = PERNR DEL_DATE = BUDAT.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RCATSRIF - Reorganize Time Sheet Interface Tables RCATSRIF - Reorganize Time Sheet Interface Tables RCATSRCO - CATS: Check and Reorganize Table CATSCO RCATSRCO - CATS: Check and Reorganize Table CATSCO RCATSRC1 - CATS: Check and Reorganize Table CATSCO RCATSRC1 - CATS: Check and Reorganize Table CATSCO