SAP Reports / Programs

HSKCPRE0 SAP ABAP Report - Wage type recapitulation







HSKCPRE0 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 HSKCPRE0 into the relevant SAP transactions such as SE38 or SE80


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 HSKCPRE0. "Basic submit
SUBMIT HSKCPRE0 AND RETURN. "Return to original report after report execution complete
SUBMIT HSKCPRE0 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: VALU20 = Range of valuation
Selection Text: VALU19 = Range of valuation
Selection Text: VALU18 = Range of valuation
Selection Text: VALU17 = Range of valuation
Selection Text: VALU16 = Range of valuation
Selection Text: VALU15 = Range of valuation
Selection Text: VALU14 = Range of valuation
Selection Text: VALU13 = Range of valuation
Selection Text: VALU12 = Range of valuation
Selection Text: VALU11 = Range of valuation
Selection Text: VALU10 = Range of valuation
Selection Text: VALU09 = Range of valuation
Selection Text: VALU08 = Range of valuation
Selection Text: VALU07 = Range of valuation
Selection Text: VALU06 = Range of valuation
Selection Text: VALU05 = Range of valuation
Selection Text: VALU04 = Range of valuation
Selection Text: VALU03 = Range of valuation
Selection Text: VALU02 = Range of valuation
Selection Text: VALU01 = Range of valuation
Selection Text: SPP_EXT = WBS element in extern format
Selection Text: REKAP = Image recapitulation
Selection Text: P_LAST = Last result
Selection Text: P_COL_N = Selected number column
Selection Text: PAR_LINE = Number columns without duplic.
Selection Text: NUM_LGA = Num.of group wage types
Selection Text: H_COUNT = Number fields in header
Selection Text: FORMULAR = Form name (from T7SK4A,B)
Selection Text: DETAIL = Image detail
Title: Wage type recapitulation
Text Symbol: PDS = SKK
Text Symbol: PDP = Dual pricing
Text Symbol: PDE = EUR
Text Symbol: ORG = ORIG
Text Symbol: E05 = langu.
Text Symbol: E04 = Table T7SK4B don't contain form data
Text Symbol: E03 = Table T7SK4A don't contain form data
Text Symbol: E02 = You can page only for header entrys





Text Symbol: E01 = In tab.T7SK4D can be max.numb.of parameters
Text Symbol: AKT = ACT
Text Symbol: 001 = FOR PERIOD
Text Symbol: 000 = WAGE TYPE OVERVIEW IN PERIODS &1-&2 &3


INCLUDES used within this REPORT HSKCPRE0

INCLUDE RPC2RX00.
INCLUDE PC2RXSK0.
INCLUDE RPPPXD00.
INCLUDE HSKLXXL5.
INCLUDE HSKLXXL6.
INCLUDE HSKLXXL7.
INCLUDE HSKLXXL2.
INCLUDE HSKLXXL1.
INCLUDE HSKLXXL3.
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:

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING FIELDNAME = 'STELL' TABNAME = 'T513S' DISPLAY = l_display IMPORTING SELECT_VALUE = selected_value TABLES FIELDS = i_help_value VALUETAB = i_valuetab EXCEPTIONS FIELD_NOT_IN_DDIC = 01 MORE_THEN_ONE_SELECTFIELD = 02 NO_SELECTFIELD = 03.

POPUP_WITH_TABLE_DISPLAY * CALL FUNCTION 'POPUP_WITH_TABLE_DISPLAY' * EXPORTING * endpos_col = 60 * endpos_row = 15 * startpos_col = 25 * startpos_row = 6 * titletext = text-v09 * IMPORTING * choise = choice * TABLES * valuetab = it * EXCEPTIONS * break_off = 1 * OTHERS = 2.

HR_CHECK_AUTHORITY_INFTY CALL FUNCTION 'HR_CHECK_AUTHORITY_INFTY' EXPORTING PERNR = p_pernr INFTY = '0008' SUBTY = space.

HR_CHECK_AUTHORITY_INFTY CALL FUNCTION 'HR_CHECK_AUTHORITY_INFTY' EXPORTING PERNR = p_pernr INFTY = '0014' SUBTY = space.

HR_CHECK_AUTHORITY_INFTY CALL FUNCTION 'HR_CHECK_AUTHORITY_INFTY' EXPORTING PERNR = p_pernr INFTY = '0015' SUBTY = space.

HRCA_CJPN_INTERN_TO_EXTERN_CNV CALL FUNCTION 'HRCA_CJPN_INTERN_TO_EXTERN_CNV' EXPORTING edit_imp = 'X' int_num = int_spp IMPORTING ext_num = ext_spp.



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