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

CATSSHOW SAP ABAP Report - Display Time Sheet Data







CATSSHOW is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter CATSSHOW 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

CADO - Time Sheet: Display Data
CAOR - Display Report (Structure-Related)
CAPP - CATS: Object-Related Approval


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 CATSSHOW. "Basic submit
SUBMIT CATSSHOW AND RETURN. "Return to original report after report execution complete
SUBMIT CATSSHOW 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: DATUM_1 = Key date
Selection Text: DIRECT = Immediate transfer to HR
Selection Text: HEUTE = Today
Selection Text: LFDJR = Current Year
Selection Text: MAIL = Send Notification of Rejection
Selection Text: MONAT = Current Month
Selection Text: PAST = Past
Selection Text: SO_ARBPL = Work Center
Selection Text: SO_AUTYP = Order category
Selection Text: SO_AWART = Attendance/absence type
Selection Text: SO_DATUM = Data selection period
Selection Text: SO_EXTAP = External application
Selection Text: SO_EXTDO = Document number
Selection Text: SO_EXTSY = Log. system source document
Selection Text: SO_LGART = Wage type
Selection Text: SO_LSTAR = Activity type
Selection Text: SO_LSTNR = Service number
Selection Text: SO_NPLNR = Network
Selection Text: SO_OBJID = Object ID
Selection Text: SO_PERS = Personnel no.
Selection Text: SO_PRZNR = Business process
Selection Text: SO_RAUFN = Order
Selection Text: SO_REINR = Trip number
Selection Text: SO_RKDAU = Sales order
Selection Text: SO_RKDPO = Sales order item
Selection Text: SO_RKOST = Cost center
Selection Text: SO_RKSTR = Cost object
Selection Text: SO_RPROJ = WBS element
Selection Text: SO_SEBEL = Purchase order
Selection Text: SO_SEBEP = Purchase order item
Selection Text: SO_SKOSL = Cost center
Selection Text: SO_SPRZN = Sender business process
Selection Text: SO_STATU = Status
Selection Text: SO_WERKS = Plant
Selection Text: VARIANT = Layout
Selection Text: WOCHE = Current Week
Selection Text: ANDZEIT = Other period
Selection Text: ALLES = All





Title: Display Time Sheet Data
Text Symbol: 001 = Person
Text Symbol: 002 = Sender
Text Symbol: 003 = Receiver
Text Symbol: 004 = Other parameters
Text Symbol: 005 = Receiver parameters
Text Symbol: 006 = Sender parameters
Text Symbol: 007 = All parameters
Text Symbol: 008 = Other data
Text Symbol: 009 = Work center
Text Symbol: 010 = Reporting period
Text Symbol: 011 = Today
Text Symbol: 012 = Current Year
Text Symbol: 013 = Other Period
Text Symbol: 014 = Current Week
Text Symbol: 015 = Past
Text Symbol: 016 = Key Date
Text Symbol: 017 = Current month
Text Symbol: 018 = All
Text Symbol: 019 = Other period
Text Symbol: 020 = Key date
Text Symbol: 021 = Period
Text Symbol: 022 = Reporting key date
Text Symbol: 023 = Profiles
Text Symbol: 024 = List profile
Text Symbol: 025 = Name
Text Symbol: 026 = YES
Text Symbol: 027 = NO
Text Symbol: 028 = Do you really want to delete?
Text Symbol: 029 = Confirm. prompt
Text Symbol: 030 = Exit?
Text Symbol: 031 = Persons in organizational unit
Text Symbol: 032 = Persons
Text Symbol: 033 = Options


INCLUDES used within this REPORT CATSSHOW

INCLUDE RHXMACRO. "YIKALRK098973
INCLUDE CATSDATA.
INCLUDE CATSSELE.
INCLUDE CATSINIT.
INCLUDE CATSATSO.





INCLUDE CATSVARIA. "NEW YIK P40
INCLUDE CATSATWK.
INCLUDE CATSATSS.


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