SAP Reports / Programs

HHRCREC1 SAP ABAP Report - General recapitulation







HHRCREC1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for General recapitulation (Rekapitulacija place) Program HHRCREC1 produces an internal report (on demand) - payroll run review (wage types statement)...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter HHRCREC1 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 HHRCREC1. "Basic submit
SUBMIT HHRCREC1 AND RETURN. "Return to original report after report execution complete
SUBMIT HHRCREC1 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: General recapitulation
Text Symbol: 023 = ABROAD
Text Symbol: 024 = Recapitulation of payroll for:
Text Symbol: 025 = Additional options
Text Symbol: 026 = Special run
Text Symbol: 027 = Payday:
Text Symbol: 030 = Rate
Text Symbol: 031 = Hours
Text Symbol: 032 = Amount
Text Symbol: 033 = Company Code
Text Symbol: 034 = CoCode
Text Symbol: 035 = Personnel Area
Text Symbol: 036 = PerArea
Text Symbol: 037 = Personnel Subarea
Text Symbol: 038 = PerSubarea
Text Symbol: 039 = Employee group
Text Symbol: 040 = EEGroup
Text Symbol: 041 = Employee subgroup
Text Symbol: 042 = EESubgroup
Text Symbol: 043 = Field catalogue
Text Symbol: 044 = Do evaluation for
Text Symbol: 045 = Exclude evaluation
Text Symbol: 001 = Brutto
Text Symbol: 002 = Payment in kind
Text Symbol: 003 = Insurance base EE
Text Symbol: 004 = Insurance EE
Text Symbol: 005 = Pension
Text Symbol: 006 = Tax bases
Text Symbol: 007 = Tax results
Text Symbol: 008 = Statutory netto
Text Symbol: 009 = Net payments
Text Symbol: 010 = Net deductions
Text Symbol: 011 = Rest of the pay
Text Symbol: 012 = Insurance bases ER
Text Symbol: 013 = Insurance ER
Text Symbol: 014 = /102 Taxable income
Text Symbol: 015 = /4B1-3 Tax-free extra
Text Symbol: 016 = /4BP+/4BK Tax-free personal





Text Symbol: 017 = Tax base
Text Symbol: 018 = Page:
Text Symbol: 019 = Datum:
Text Symbol: 020 = Total:
Text Symbol: 021 = TOTAL
Text Symbol: 022 = DOMESTIC


INCLUDES used within this REPORT HHRCREC1

No INCLUDES are used within this REPORT code!


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:

HR_HR_COMPANYCODE_GETDETAIL CALL FUNCTION 'HR_HR_COMPANYCODE_GETDETAIL' EXPORTING comp_code = pnpbukrs-low IMPORTING comp_code_data = t7hrcd EXCEPTIONS OTHERS = 1.

HR_HR_READ_PYRES_INTERVAL CALL FUNCTION 'HR_HR_READ_PYRES_INTERVAL' EXPORTING pernr = pernr-pernr mode = 'R' begda = pn-begda endda = pn-endda bondt = bondt payty = payty payid = payid tprun = '' tpall = '' TABLES runs = it_runs myrg = it_myrg rtdet = it_rtdet.

HR_HR_CUMUL_RAW2CHR CALL FUNCTION 'HR_HR_CUMUL_RAW2CHR' EXPORTING kumul = wa_t512w-kumul IMPORTING ckumul = ckumul96.

RP_OPTIONS_INTO_STRING CALL FUNCTION 'RP_OPTIONS_INTO_STRING' EXPORTING max_chosen_number = 40 delimiter_sign = '/' text_title = text-043 text_left = text-044 text_right = text-045 * STATUS = 'NOORDER' IMPORTING return_code = retcode TABLES text_symbol_relation_tab = selt CHANGING string_value = fldsel EXCEPTIONS table_string_inconsistency = 1 unknown_status = 2 string_value_overflow = 3 OTHERS = 4.



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