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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
HHRCREC1 - General recapitulation HHRCREC1 - General recapitulation HHRCRE7X - Subroutines for T7HR++ tables reading HHRCRE5X - Subroutines for control tables access (for payroll period selection) HHRCRADM_ST - Statistical report RAD-1 - Monthly (version for Special Tax) HHRCRADM_ST - Statistical report RAD-1 - Monthly (version for Special Tax)