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

RCATSRCO SAP ABAP Report - CATS: Check and Reorganize Table CATSCO







RCATSRCO is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Reorganize and Check Interface Table CATSCO By reorganizing the interface table CATSCO you improve the performance of the data transfer report RCATSCO...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 RCATSRCO 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 RCATSRCO. "Basic submit
SUBMIT RCATSRCO AND RETURN. "Return to original report after report execution complete
SUBMIT RCATSRCO 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_TEST = Test run
Selection Text: P_PERNR = Personnel no.
Selection Text: P_LIST = Log
Selection Text: P_DATE = Date
Selection Text: P_BELNR = Document no.
Title: CATS: Check and Reorganize Table CATSCO
Text Symbol: 031 = Number of deleted records in CO interface table:
Text Symbol: 030 = The reorganization was successful
Text Symbol: 029 = No records were found
Text Symbol: 028 = Reorganization of CO interface table for CATS
Text Symbol: 027 = Test run
Text Symbol: 026 = Update run
Text Symbol: 025 = The following records could not be deleted
Text Symbol: 024 = Confirmat. Prompt
Text Symbol: 023 = cancel the transfer indic.?
Text Symbol: 022 = Do you really want to
Text Symbol: 021 = Several CO documents found
Text Symbol: 020 = Error when deleting
Text Symbol: 019 = No CO document found
Text Symbol: 018 = Errors
Text Symbol: 017 = if you want the documents to be transferred again to CO
Text Symbol: 016 = and cancel the transfer indicator
Text Symbol: 015 = Check the subsequent documents
Text Symbol: 014 = The following records showed inconsistencies with CO
Text Symbol: 013 = CO document no.
Text Symbol: 012 = CATS document no.
Text Symbol: 011 = Date
Text Symbol: 010 = Personnel no.
Text Symbol: 009 = Reverse ind.
Text Symbol: 003 = Data transfer
Text Symbol: 002 = Control
Text Symbol: 001 = Selection parameters


INCLUDES used within this REPORT RCATSRCO

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:

ENQUEUE_ECATSCO2 CALL FUNCTION 'ENQUEUE_ECATSCO2' " <<< Note 1676021 EXPORTING mandt = sy-mandt x_pernr = ' ' x_workdate = ' ' _scope = '3' _wait = ' ' exceptions foreign_lock = 1 system_failure = 2 OTHERS = 3. " >>> Note 1676021

CO_DOCUMENT_RECORD call function 'CO_DOCUMENT_RECORD' exporting i_awtyp = 'CATS' i_awref = trans_no i_aworg = space tables t_documents = co_documents.

CO_DOCUMENT_RECORD call function 'CO_DOCUMENT_RECORD' exporting i_awtyp = 'CATS' i_awref = catscosum-trans_no i_aworg = space tables t_documents = co_documents.

CATS_DISPLAY_DOCUMENT call function 'CATS_DISPLAY_DOCUMENT' tables tab_belnr = tab_belnr exceptions no_document_found = 1 no_data = 2 system_error = 3 others = 4.

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting textline1 = text-022 textline2 = text-023 titel = text-024 importing answer = answer exceptions others = 1.

CATS_CO_SET_TRANSFER_FLAG call function 'CATS_CO_SET_TRANSFER_FLAG' exporting catsco_pernr = i_catsco-pernr catsco_workdate = i_catsco-workdate catsco_counter = i_catsco-counter catsco_stokz = i_catsco-stokz catsco_belnr = i_catsco-belnr catsco_transfer = ' '.



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