SAP Reports / Programs

HHRCIP00 SAP ABAP Report - IP Form - monthly paid for pension insurance - data mining







HHRCIP00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for IP Form - monthly paid for pension insurance - data mining (Obrazac IP - Sadrzaj i popunjavanje izvjesca o placi i mirovini) The program produces the IP form - report of payments and deductions for all months of the previous year: Companies have to send the new IP form to tax office in january for the previous year (IP form is a yearly report)...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 HHRCIP00 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 HHRCIP00. "Basic submit
SUBMIT HHRCIP00 AND RETURN. "Return to original report after report execution complete
SUBMIT HHRCIP00 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_SPTAX = Incl. special tax - column 10
Selection Text: P_OVR2 = Update T7HRA3N table
Selection Text: P_OVR1 = Update T7HRA2N table
Selection Text: P_OSORT = Sort by OIB
Selection Text: P_NSORT = Sort by name
Selection Text: P_IDENT = Identifikator
Selection Text: P_DAT = Datum sastavljanja
Title: IP Form - monthly paid for pension insurance - data mining
Text Symbol: 033 = GRADA
Text Symbol: 034 = MIROVINA
Text Symbol: 035 = IZ PLACE
Text Symbol: 036 = OSIGURANJA
Text Symbol: 037 = UKUPNO
Text Symbol: 038 = DATUM SASTAVLJANJA
Text Symbol: 039 = PECAT I POTPIS OVLASTENE OSOBE
Text Symbol: 040 = PRIREZ
Text Symbol: 041 = POSEBAN
Text Symbol: E01 = Identifikator must be 1, 2 or 3.
Text Symbol: E02 = between
Text Symbol: E03 = and
Text Symbol: E04 = No data in IT 0562 for
Text Symbol: E05 = No data in IT 0006 for
Text Symbol: E06 = obrazac IP
Text Symbol: E07 = (amounts in kuna and lipa)
Text Symbol: F01 = 1 za poslodavce kod kojih je obrazac PK; 2 za druge poslodavce (ne popunjavaju stupce broj 5 i 7); 3 za poslodavce koji isplacuju
Text Symbol: F02 = plaće i mirovine za prethodna porezna razdoblja (godine) (čl. 45. st. 3. Zakona i čl. 61. st. 10. Pravilnika)
Text Symbol: F03 = 4 for oth.
Text Symbol: F04 = pension payers (who have the tax card copy according to Article 61 paragrah 18 of the Rules)
Text Symbol: I01 = Data saved into table t7hra2 and t7hra3
Text Symbol: S01 = Other data
Text Symbol: S02 = Output
Text Symbol: 001 = I. PODACI O POSLODAVCU - ISPLATITELJU PLACE/MIROVINE
Text Symbol: 002 = II. PODACI O RADNIKU, UMIROVLJENIKU, OSOBI KOJA
Text Symbol: 003 = OSTVARUJE PLACU
Text Symbol: 004 = 1. NAZIV/IME I PREZIME:
Text Symbol: 005 = 1. IME I PREZIME:
Text Symbol: 006 = 2. ADRESA:
Text Symbol: 007 = 3. OIB:





Text Symbol: 009 = III. PODACI O PLACI, MIROVINI, DOPRINOSIMA, POREZU
Text Symbol: 010 = Path to XML file
Text Symbol: 011 = Generate XML file
Text Symbol: 012 = I PRIREZU ZA
Text Symbol: 013 = GODINU
Text Symbol: 014 = IDENTIFIKATOR
Text Symbol: 015 = MJES
Text Symbol: 016 = SIFRA
Text Symbol: 017 = ISPLACENA
Text Symbol: 018 = UPLACENI
Text Symbol: 019 = UPLACENE
Text Symbol: 020 = OSOBNI
Text Symbol: 021 = POREZNA
Text Symbol: 022 = NETO
Text Symbol: 023 = ISPL
Text Symbol: 024 = OPCINE/
Text Symbol: 025 = PLACA I
Text Symbol: 026 = DOPRINOSI
Text Symbol: 027 = PREMIJE
Text Symbol: 028 = DOHODAK
Text Symbol: 029 = ODBITAK
Text Symbol: 030 = OSNOVICA
Text Symbol: 031 = POREZ I PRIREZ
Text Symbol: 032 = ISPLATA


INCLUDES used within this REPORT HHRCIP00

INCLUDE HHRCIP02.


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 = p0001-bukrs IMPORTING comp_code_data = caddr.

HR_HR_READ_PYRES_INTERVAL CALL FUNCTION 'HR_HR_READ_PYRES_INTERVAL' EXPORTING pernr = pernr-pernr mode = 'P' begda = pn-begda endda = pn-endda tprun = 'X' TABLES runs = it_runs myrg = it_myrg rtdet = it_rtdet rtrun = it_rtrun.



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