SAP Reports / Programs

RCATSTPM SAP ABAP Report - CATS: Transfer to Plant Maintenance/Customer Service







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 Plant Maintenance/Customer Service (PM/CS)...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 RCATSTPM 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

CAT9 - Data Transfer CATS -> PM/CS


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





Text Symbol: 207 = Pstng date
Text Symbol: 208 = Work
Text Symbol: 209 = Un.
Text Symbol: 210 = Work ctr
Text Symbol: 211 = Plnt
Text Symbol: 212 = Pers.no.
Text Symbol: 213 = CATS doc.no.
Text Symbol: 214 = Elem.


INCLUDES used within this REPORT RCATSTPM

INCLUDE RCATSTOP.
INCLUDE RCASELPM.
INCLUDE RCATSFO1.


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:

No SAP FUNCTION MODULES are executed within this report code!



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