HSKTKPC0 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 HSKTKPC0 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
PC00_M31_KPC - Working time account
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.
Selection Text: VALU13 = Value range
Selection Text: VALU14 = Value range
Selection Text: VALU15 = Value range
Selection Text: VALU16 = Value range
Selection Text: VALU17 = Value range
Selection Text: VALU18 = Value range
Selection Text: VALU19 = Value range
Selection Text: VALU20 = Value range
Selection Text: VALU21 = Value range
Selection Text: VALU22 = Value range
Selection Text: VALU23 = Value range
Selection Text: VALU24 = Value range
Selection Text: VALU25 = Value range
Selection Text: VALU26 = Value range
Selection Text: VALU27 = Value range
Selection Text: VALU28 = Value range
Selection Text: VALU29 = Value range
Selection Text: VALU30 = Value range
Selection Text: VALU31 = Value range
Selection Text: VALU32 = Value range
Selection Text: VALU33 = Value range
Selection Text: VALU34 = Value range
Selection Text: VALU35 = Value range
Selection Text: VALU36 = Value range
Selection Text: VALU37 = Value range
Selection Text: VALU38 = Value range
Selection Text: VALU39 = Value range
Selection Text: VALU40 = Value range
Selection Text: VALU12 = Value range
Selection Text: H_COUNT = Number of fields in header
Selection Text: P_ALV = Import to table
Selection Text: P_LVTEMP = Variant for table
Selection Text: P_MZDY = Wage account
Selection Text: P_PRACAS = Working time account
Selection Text: TITLE2 = List title
Selection Text: VALU01 = Value range
Selection Text: VALU02 = Value range
Selection Text: VALU03 = Value range
INCLUDE RPPPXD00.
INCLUDE HSKLXXL0.
INCLUDE HSKLXXL2.
INCLUDE HSKLXXL1.
INCLUDE RPPPXM00.
No SAP DATABASE tables are accessed within this REPORT code!
RP_SET_NAME_FORMAT CALL FUNCTION 'RP_SET_NAME_FORMAT' EXPORTING repid = gv_repid IMPORTING format = gv_format.
RP_EDIT_NAME CALL FUNCTION 'RP_EDIT_NAME' EXPORTING pp0002 = p0002 molga = t001p-molga langu = sy-langu format = gv_format IMPORTING edit_name = gv_edit_name retcode = gv_subrc.
HR_PERSONAL_WORK_SCHEDULE CALL FUNCTION 'HR_PERSONAL_WORK_SCHEDULE' EXPORTING PERNR = pernr-pernr BEGDA = pn-begda ENDDA = pn-endda TABLES PERWS = gt_psp[] EXCEPTIONS ERROR_OCCURED = 1 ABORT_OCCURED = 2 OTHERS = 3.
CD_READ_RGDIR CALL FUNCTION 'CD_READ_RGDIR' EXPORTING persnr = pernr-pernr TABLES in_rgdir = lt_rgdir EXCEPTIONS no_record_found = 1 OTHERS = 2.
PYXX_READ_RGDIR_PAYRESULTS CALL FUNCTION 'PYXX_READ_RGDIR_PAYRESULTS' EXPORTING clusterid = 'SK' employeenumber = pernr-pernr TABLES rgdir = lt_rgdir imported_periods = gt_skres EXCEPTIONS import_error = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.