SAP Reports / Programs

RCATSC01 SAP ABAP Report - Time Sheet: Approve Times (Selection by Master Data)







RCATSC01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Time Sheet: Approve Times (Selection according to Master Data) If your profile settings specify that time sheet records undergo an approval procedure, you use an approval report to approve or reject the records...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 RCATSC01 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

CAPS - Approve Times: Master Data


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 RCATSC01. "Basic submit
SUBMIT RCATSC01 AND RETURN. "Return to original report after report execution complete
SUBMIT RCATSC01 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: VARIANT = Layout
Selection Text: U_BOUND = Downward tolerance
Selection Text: UNAPVD = Display released data
Selection Text: TRANS_HR = Immediate transfer to HR
Selection Text: TIMETYPE = Time type
Selection Text: SUB_STD = Subtract HR hours
Selection Text: O_BOUND = Upward tolerance
Selection Text: MAIL = Send notification of rejection
Selection Text: ALL_DAYS = Display all days and pers. nos
Selection Text: ADD_OVR = Add overtime
Title: Time Sheet: Approve Times (Selection by Master Data)
Text Symbol: 022 = Display all days and pers. nos
Text Symbol: 021 = Display released data
Text Symbol: 018 = Tolerance for target hours
Text Symbol: 017 = Org. unit selection
Text Symbol: 016 = Options


INCLUDES used within this REPORT RCATSC01

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:

DAY_IN_WEEK CALL FUNCTION 'DAY_IN_WEEK' EXPORTING DATUM = SY-DATUM IMPORTING WOTNR = WO_TAG EXCEPTIONS OTHERS = 1.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING IS_VARIANT = IS_VARIANT * I_TABNAME_HEADER = * I_TABNAME_ITEM = * IT_DEFAULT_FIELDCAT = I_SAVE = 'A' IMPORTING * E_EXIT = ES_VARIANT = ES_VARIANT EXCEPTIONS NOT_FOUND = 1 PROGRAM_ERROR = 2 OTHERS = 3.

CATS_DISPLAY_TREE_LIST CALL FUNCTION 'CATS_DISPLAY_TREE_LIST' EXPORTING BEGDA = BEGDA ENDDA = ENDDA ALL_DAYS = ALL_DAYS MAIL = MAIL DIRECT_HR = TRANS_HR TIMETYPE = TIMETYPE U_BOUND = U_BOUND O_BOUND = O_BOUND SUB_STD = SUB_STD ADD_OVR = ADD_OVR "FWE PL0K009763 VARIANT = VARIANT ALL_UNAPPROVED = UNAPVD "LUX TABLES ALLOWED_PERNR = ALLOWED_PERNR EXCEPTIONS OTHERS = 1.



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