SAP Reports / Programs

RCATSTPS SAP ABAP Report - CATS: Transfer to Project System







RCATSTPS 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 Project System You use this report to transfer time sheet data to Project System (PS)...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 RCATSTPS 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

CAT5 - Data Transfer CATS -> PS


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 RCATSTPS. "Basic submit
SUBMIT RCATSTPS AND RETURN. "Return to original report after report execution complete
SUBMIT RCATSTPS 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: PARDATE = Transfer without dates
Selection Text: NPLNR = Network
Selection Text: BUDAT = Date
Selection Text: BELNR = Document no.
Title: CATS: Transfer to Project System
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 = PerNo
Text Symbol: 213 = CATS doc.no.
Text Symbol: 214 = Elem.
Text Symbol: 203 = Op.
Text Symbol: 202 = Network
Text Symbol: 201 = Order
Text Symbol: 102 = Control parameters
Text Symbol: 101 = Date for entry of confirmations
Text Symbol: 100 = Selection parameters
Text Symbol: 051 = No records for transfer to PS
Text Symbol: 017 = No messages from cost determination
Text Symbol: 016 = The following postprocessing pool was generated:
Text Symbol: 015 = No postprocessing pool generated
Text Symbol: 007 = Error control and analysis: display
Text Symbol: 002 = Number of records read:
Text Symbol: 215 = Act.Ty.
Text Symbol: 309 = Number of locked confirmations:
Text Symbol: 308 = Resource failure





Text Symbol: 307 = Successfully transferred
Text Symbol: 306 = Task Name Number of Records Messages
Text Symbol: 305 = Information for Parallelization:
Text Symbol: 304 = No. of errors from cost determination:
Text Symbol: 303 = No. of cancellations with errors:
Text Symbol: 302 = No. of confirmations with errors:
Text Symbol: 301 = No. of confirmations canceled:
Text Symbol: 300 = No. of confirmations generated:
Text Symbol: 216 = Number


INCLUDES used within this REPORT RCATSTPS

INCLUDE RCATSTOP.
INCLUDE RCASELPS.
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 RCATSTPS or its description.