SAP Reports / Programs

HHRCIPP0 SAP ABAP Report - IPP form - Special tax on salaries, pensions and other income







HHRCIPP0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for IPP form - special tax on salaries, pensions and other income (Obrazac IPP - Izvjesce o posebnom porezu na place, mirovine i druge primitke) The program produces the IPP form - report of special tax on salaries, pensions and other income (Izvjesce o posebnom porezu na place, mirovine i druge primitke), generated for the previous month: Report is executed for the specified month in P logic (according to month of payment - PY run is selected according to its pay date) and reports the special tax amount and special tax base amount cumulated for all relevant employees...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 HHRCIPP0 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 HHRCIPP0. "Basic submit
SUBMIT HHRCIPP0 AND RETURN. "Return to original report after report execution complete
SUBMIT HHRCIPP0 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_PLACE = Place
Selection Text: P_PERSG = Employee group for contractors
Selection Text: P_DATE = Date
Title: IPP form - Special tax on salaries, pensions and other income
Text Symbol: T31 = (potpis ovlastene osobe)
Text Symbol: T30 = U godine M.P. ________________________
Text Symbol: T18 = | Ukupno | | | |
Text Symbol: T17 = | 4. | Dividende | | | |
Text Symbol: T16 = | 3. | Drugi dohodak | | | |
Text Symbol: T15 = | 2. | Mirovina | | | |
Text Symbol: T14 = | 1. | Placa | | | |
Text Symbol: T13 = | 1 | 2 | 3 | 4 | 5 |
Text Symbol: T12 = | | | stjecatelja |(u kunama i lip.)|(u kunama i lip.) |
Text Symbol: T11 = |R.br.| Vrsta primitka | Broj | Porezna osnovica| posebnog poreza |
Text Symbol: T10 = | | | | | Iznos |
Text Symbol: T09 = | II. | PODACI O ISPLACENIM PRIMICIMA I OBRACUNANOM I UPLACENOM POSEBNOM POREZU|
Text Symbol: T04 = | 3. | Porezni broj | |
Text Symbol: T03 = | 2. | Adresa | |
Text Symbol: T02 = | 1. | Naziv/ime i prezime | |
Text Symbol: T01 = | I. | PODACI O ISPLATITELJU |
Text Symbol: T00 = --------------------------------------------------------------------------------
Text Symbol: S02 = Other data for the output
Text Symbol: S01 = Other selection
Text Symbol: H02 = u &1 mjesecu &2 godine
Text Symbol: H01 = Izvjesce o posebnom porezu na place, mirovine i druge primitke
Text Symbol: E01 = Sel. period must be from 1st to last day of month


INCLUDES used within this REPORT HHRCIPP0

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 = 'P' begda = pn-begda endda = pn-endda TABLES runs = it_runs myrg = it_myrg rtdet = it_rtdet.

HR_HR_COMPANYCODE_GETDETAIL CALL FUNCTION 'HR_HR_COMPANYCODE_GETDETAIL' EXPORTING comp_code = p0001-bukrs IMPORTING comp_code_data = ps_comp_addr.



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