SAP Reports / Programs | Payroll(PY) SAP PY

HSKCREC0 SAP ABAP Report - Wage type recapitulation







HSKCREC0 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 HSKCREC0 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 HSKCREC0. "Basic submit
SUBMIT HSKCREC0 AND RETURN. "Return to original report after report execution complete
SUBMIT HSKCREC0 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: AMT_PRN = Amount (AMT)
Selection Text: DETAIL = Image detail
Selection Text: FORMULAR = Form name (from T7SK4A,B)
Selection Text: H_COUNT = Number fields in header
Selection Text: NUM_PRN = Number (NUM)
Selection Text: PAR_LINE = Number columns without duplic.
Selection Text: P_LAST = Last result
Selection Text: REKAP = Image recapitulation
Selection Text: RTE_PRN = Rate (RTE)
Selection Text: VALU01 = Range of valuation
Selection Text: VALU02 = Range of valuation
Selection Text: VALU03 = Range of valuation
Selection Text: VALU04 = Range of valuation
Selection Text: VALU05 = Range of valuation
Selection Text: VALU06 = Range of valuation
Selection Text: VALU07 = Range of valuation
Selection Text: VALU08 = Range of valuation
Selection Text: VALU09 = Range of valuation
Selection Text: VALU10 = Range of valuation
Selection Text: VALU11 = Range of valuation
Selection Text: VALU12 = Range of valuation
Selection Text: VALU13 = Range of valuation
Selection Text: VALU14 = Range of valuation
Selection Text: VALU15 = Range of valuation
Selection Text: VALU16 = Range of valuation
Selection Text: VALU17 = Range of valuation
Selection Text: VALU18 = Range of valuation
Selection Text: VALU19 = Range of valuation
Selection Text: VALU20 = Range of valuation
Title: Wage type recapitulation
Text Symbol: 000 = PAYROLL RESULTS OVERVIEW IN PERIOD &1-&2 &3
Text Symbol: 001 = FOR PERIOD
Text Symbol: AKT = ACT
Text Symbol: AMI = Amount
Text Symbol: AMR = Amount
Text Symbol: C01 = Form name from T7SK4A
Text Symbol: C02 = R,N,A take from form
Text Symbol: E01 = In tab.T7SK4D can be max.numb.of parameters





Text Symbol: E02 = You can page only for header entrys
Text Symbol: E03 = Do not select RTE,NUM,AMT
Text Symbol: E04 = Select"
Text Symbol: E05 = by taking field from form !
Text Symbol: E06 = " is allowed only with form name
Text Symbol: E13 = Tables T7SK4A don't contain FORM
Text Symbol: E14 = Tables T7SK4B don't contain FORM
Text Symbol: E15 = langu.
Text Symbol: HMI = Value
Text Symbol: HMR = Value
Text Symbol: NUI = Number
Text Symbol: NUR = Numb.
Text Symbol: ORG = ORIG
Text Symbol: PDE = EUR
Text Symbol: PDP = Dual pricing
Text Symbol: PDS = SKK
Text Symbol: PHM = M
Text Symbol: PHZ = F
Text Symbol: RTI = Rate
Text Symbol: RTR = Rate


INCLUDES used within this REPORT HSKCREC0

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.

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING FIELDNAME = 'LGART' TABNAME = 'T512T' 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-v12 * IMPORTING * choise = choice * TABLES * valuetab = it * EXCEPTIONS * break_off = 1 * OTHERS = 2.

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.

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.



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