PCSUBUA1_EVAL_WORK_HOURS is a standard ABAP INCLUDE 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 PCSUBUA1_EVAL_WORK_HOURS into the relevant SAP transactions such as SE38 or SE80
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.
Title: Include PCSUBUA1_EVAL_WORK_HOURS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_WORK_SCHEDULE_TIMES CALL FUNCTION 'HR_WORK_SCHEDULE_TIMES' EXPORTING pernr = pernr-pernr begda =
-datum endda = -datum TABLES i0001 = p0001 i0007 = p0007 i2003 = p2003 perws = lt_psp_ab daygen = lt_daygen dayint = lt_dayint EXCEPTIONS error_occured = 1 perws_error = 2 OTHERS = 3.
HR_TIME_AND_DURATION CALL FUNCTION 'HR_TIME_AND_DURATION' EXPORTING date =
-datum beguz = -beguz enduz = -enduz TABLES dayint = lt_dayint interval = lt_interval EXCEPTIONS dayint_not_filled = 1 error_occured = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
PCSUBUA1_EVAL_WORK_HOURS - Include PCSUBUA1_EVAL_WORK_HOURS PCSUBUA1_ENTRY_FROM_OWPBP_2_C1 - Include PCSUBUA1_ENTRY_FROM_OWPBP_2_C1 PCSUBUA1_ENTRY_FROM_OC1_TO_C1 - Include PCSUBUA1_ENTRY_FROM_OC1_TO_C1 PCSUBUA1_CREATE_V0_SICK - Include PCSUBUA1_CREATE_V0_SICK PCSUBUA1_CONVERT_CURRENCY_NAT - Display tables with structure PC2_UA01 , Ukraine PCSUBUA1_COMPARE_C0_OC0 - Include PCSUBUA1_COMPARE_C0_OC0