SAP Reports / Programs | Payroll(PY) SAP PY

HHRCPDC1 SAP ABAP Report - Pension Data Controlling Report - Tables 01/10 and 02/10







HHRCPDC1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Pension Data Controlling Report - Tables 01/10 and 02/10 Employer is obliged to deliver yearly reports for pension fund using template: Tablica 01/10; For companies with beneficial employees, there should be also list of beneficial employees in Tablica 02/10...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 HHRCPDC1 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 HHRCPDC1. "Basic submit
SUBMIT HHRCPDC1 AND RETURN. "Return to original report after report execution complete
SUBMIT HHRCPDC1 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: P_TABL02 = Table 02/10
Selection Text: P_TABL01 = Table 01/10
Selection Text: P_RACUN = Raèun
Selection Text: P_POS = Position
Selection Text: P_MIKROF = Mikrofilmski broj
Selection Text: P_JOB = Job
Selection Text: P_BROJ = Registarski broj
Title: Pension Data Controlling Report - Tables 01/10 and 02/10
Text Symbol: T11 = Broj
Text Symbol: T12 = Broj radnika
Text Symbol: T13 = Placa/osnovica
Text Symbol: T14 = Broj radnika na
Text Symbol: T15 = Ukupan broj
Text Symbol: T16 = radnika
Text Symbol: T17 = koji primaju
Text Symbol: T18 = radnom mjestu
Text Symbol: T19 = radnika na radnom
Text Symbol: T20 = na radu
Text Symbol: T21 = naknadu (na
Text Symbol: T22 = sa stazem
Text Symbol: T23 = mjestu sa stazem
Text Symbol: T24 = teret HZZO
Text Symbol: T25 = osiguranja s
Text Symbol: T26 = na teret
Text Symbol: T27 = povecanim
Text Symbol: T28 = R.H. i na
Text Symbol: T29 = trajanjem -
Text Symbol: T30 = trajanjem
Text Symbol: T31 = teret CSS)
Text Symbol: T32 = stupanj povecajna
Text Symbol: T33 = (kol. 5-8)
Text Symbol: T10 = Mjesec
Text Symbol: 000 = Table
Text Symbol: 001 = Other data for the output
Text Symbol: 002 = Job/position output as Radno mjesto
Text Symbol: F00 = NAPOMENA: Ovu tablicu popunjava obveznik obracunavanja i placanja doprinosa za 2005. god. i dalje.
Text Symbol: F01 = Rekapitulaciji treba priloziti popis radnika koji rade na radnom mjestu sa stazem osiguranja
Text Symbol: F02 = s povecanim trajanjem i to prema stupnju povecanja





Text Symbol: F03 = M.P.
Text Symbol: F04 = OVLASTENA OSOBA OBVEZNIKA
Text Symbol: F05 = OVLASTENA OSOBA ZA KONTROLU
Text Symbol: F06 = U
Text Symbol: H00 = NAZIV OBVEZNIKA OBRACUNAVANJA I PLACANJA DOPRINOSA
Text Symbol: H01 = Tablica 0
Text Symbol: H02 = REGISTARSKI BROJ:
Text Symbol: H03 = MIKROFILMSKI BROJ:
Text Symbol: H04 = MATICNI BROJ POSLOVNOG SUBJEKTA:
Text Symbol: H05 = RACUN
Text Symbol: H06 = DATUM PREUZIMANJA:
Text Symbol: H07 = REKAPITULACIJA PODATAKA ZA POSTUPAK KONTROLE
Text Symbol: H08 = GODINE
Text Symbol: H09 = POPIS RADNIKA KOJIMA SE STAZ OSIGURANJA RACUNA S POVECANIM TRAJANJEM
Text Symbol: H10 = GODINA
Text Symbol: H11 = STUPANJ POVECANJA
Text Symbol: T01 = Red.
Text Symbol: T02 = Prezime
Text Symbol: T03 = Ime
Text Symbol: T04 = Osobni broj
Text Symbol: T05 = MBG
Text Symbol: T06 = Radno mjesto
Text Symbol: T07 = Od
Text Symbol: T08 = Do
Text Symbol: T09 = broj.


INCLUDES used within this REPORT HHRCPDC1

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_READ_PYRES_INTERVAL CALL FUNCTION 'HR_HR_READ_PYRES_INTERVAL' EXPORTING pernr = pernr-pernr mode = 'M' begda = pn-begda endda = pn-endda tprun = 'X' TABLES runs = it_runs myrg = it_myrg rtdet = it_rtdet rtrun = it_rtrun.

HR_HR_LAST_DAY_OF_MONTH CALL FUNCTION 'HR_HR_LAST_DAY_OF_MONTH' EXPORTING day_in = wa_row-fpbeg IMPORTING last_day_of_month = wa_row-fpend.

RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' EXPORTING beg = pn-begda end = pn-endda TABLES pp0000 = p0000 pp0001 = p0001 pphifi = hifi.

HR_HR_COMPANYCODE_GETDETAIL CALL FUNCTION 'HR_HR_COMPANYCODE_GETDETAIL' EXPORTING comp_code = lt_var-bukrs IMPORTING comp_code_data = company.



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