RCATSTPM is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Time Sheet: Transfer to Plant Maintenance/Customer Service You use this report to transfer time sheet data to
If you would like to execute this report or see the full code listing simply enter RCATSTPM into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CAT9 - Data Transfer CATS -> PM/CS
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: S_BUDAT = Posting date for cancellation
Selection Text: P_BUDAT = Posting date
Selection Text: PERNR = Personnel no.
Selection Text: PARTEST = Test run
Selection Text: PARTASK = Number of tasks
Selection Text: PARLIST = Log
Selection Text: PARLCNT = No. of lock attempts
Selection Text: BUDAT = Date
Selection Text: BELNR = Document no.
Selection Text: AUFNR = Order
Title: CATS: Transfer to Plant Maintenance/Customer Service
Text Symbol: 215 = Act.Ty.
Text Symbol: 216 = Number
Text Symbol: 300 = No. of confirmations generated:
Text Symbol: 301 = No. of confirmations canceled:
Text Symbol: 302 = No. of confirmations with errors:
Text Symbol: 303 = No. of cancellations with errors:
Text Symbol: 304 = No. of errors from cost determination:
Text Symbol: 305 = Information for Parallelization:
Text Symbol: 306 = Task Name Number of Records Messages
Text Symbol: 307 = Successfully transferred
Text Symbol: 308 = Resource failure
Text Symbol: 309 = Number of locked confirmations:
Text Symbol: 002 = Number of records read:
Text Symbol: 007 = Error control and analysis: display
Text Symbol: 015 = No postprocessing pool generated
Text Symbol: 016 = The following postprocessing pool was generated:
Text Symbol: 017 = No messages from cost determination
Text Symbol: 052 = No records for transfer to PM/CS
Text Symbol: 100 = Selection Parameters
Text Symbol: 101 = Date for Entry of Confirmations
Text Symbol: 102 = Control Parameters
Text Symbol: 201 = Order
Text Symbol: 202 = Network
Text Symbol: 203 = Op.
Text Symbol: 204 = Subop.
Text Symbol: 205 = Cap.
Text Symbol: 206 = Spl.
INCLUDE RCATSTOP.
INCLUDE RCASELPM.
INCLUDE RCATSFO1.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RCATSTPM - CATS: Transfer to Plant Maintenance/Customer Service RCATSTPM - CATS: Transfer to Plant Maintenance/Customer Service RCATSTOP - CATS: Transfer Program for Transfer to PM/SM/PS (Data Part) RCATSTMP - Standard Template for the Time Sheet RCATSTMP - Standard Template for the Time Sheet RCATSTHR - Data Transfer CATS -> HR