SAP Reports / Programs | Cross-Application Components | Time Sheet(CA-TS) SAP CA

RCATSRIF SAP ABAP Report - Reorganize Time Sheet Interface Tables







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CATR - Reorganize Interface Tables


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


INCLUDES used within this REPORT RCATSRIF

No INCLUDES are used within this REPORT code!


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:

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.



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