SAP Reports / Programs

HSKTKPC0 SAP ABAP Report - Working time account







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_M31_KPC - Working time account


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 HSKTKPC0. "Basic submit
SUBMIT HSKTKPC0 AND RETURN. "Return to original report after report execution complete
SUBMIT HSKTKPC0 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: 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





Selection Text: VALU04 = Value range
Selection Text: VALU05 = Value range
Selection Text: VALU06 = Value range
Selection Text: VALU07 = Value range
Selection Text: VALU08 = Value range
Selection Text: VALU09 = Value range
Selection Text: VALU10 = Value range
Selection Text: VALU11 = Value range
Title: Working time account
Text Symbol: TI2 = for period
Text Symbol: TI1 = Working time account
Text Symbol: GEZ = F
Text Symbol: GEM = M
Text Symbol: BI1 = Employee
Text Symbol: 005 = Paid wage account: Remaining amount paid:
Text Symbol: 004 = Diff.account monthly hours
Text Symbol: 003 = Application: Diff.accout total hours
Text Symbol: 002 = Date Set Actual Difference Weekly
Text Symbol: 001 = Employee:


INCLUDES used within this REPORT HSKTKPC0

INCLUDE RPPPXD00.
INCLUDE HSKLXXL0.
INCLUDE HSKLXXL2.
INCLUDE HSKLXXL1.
INCLUDE RPPPXM00.


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:

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.



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