SAP Reports / Programs

HHRCETF1 SAP ABAP Report - TAX-DEDUCTIBLE INSURANCE PREMIUMS DATA







HHRCETF1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Tax deductable ins...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 HHRCETF1 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 HHRCETF1. "Basic submit
SUBMIT HHRCETF1 AND RETURN. "Return to original report after report execution complete
SUBMIT HHRCETF1 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_ZIRAC = Ziro racun
Selection Text: P_WIDE = Wide output (238 positions)
Selection Text: P_URED = Podruèni ured
Selection Text: P_TMPDIR = Working directory
Selection Text: P_NAZIS = Naziv ispostave
Selection Text: P_LGART = Wage types
Selection Text: P_FNAME = File name
Selection Text: P_DOWNL = No download
Selection Text: P_DATDA = Datum formiranja datoteke
Title: PODACI O POREZNO PRIZNATIM PREMIJAMA OSIGURANJA
Text Symbol: 028 = OSIGURANJA
Text Symbol: 029 = POREZNE
Text Symbol: 030 = OSNOVICE
Text Symbol: 031 = NADNEVAK ____________________________
Text Symbol: 032 = PECAT I POTPIS OVLASTENE OSOBE
Text Symbol: 033 = NADNEVAK
Text Symbol: 034 = MATICNI
Text Symbol: 035 = BROJ
Text Symbol: 036 = PODRUÈNI URED:
Text Symbol: E01 = Enter wage types
Text Symbol: E02 = Error
Text Symbol: E03 = writing
Text Symbol: I01 = Download of the output file is completed.
Text Symbol: S01 = Filtering
Text Symbol: S02 = Other data for the output
Text Symbol: S03 = Output file
Text Symbol: 027 = POLICE
Text Symbol: 001 = MINISTARSTVO FINANCIJA
Text Symbol: 002 = POREZNA UPRAVA
Text Symbol: 003 = ISPOSTAVA:
Text Symbol: 004 = PODACI O PODNOSITELJU IZVJESCA
Text Symbol: 005 = IME I PREZIME OSIGURANIKA:
Text Symbol: 006 = NAZIV / IME I PREZIME:
Text Symbol: 007 = PREBIVALISTE / UOB. BOR.:
Text Symbol: 008 = ADRESA:
Text Symbol: 009 = ULICA I KUCNI BROJ:
Text Symbol: 010 = MATICNI BROJ / MBG:
Text Symbol: 011 = MBG:





Text Symbol: 012 = PODACI O POREZNO PRIZNATIM PREMIJAMA OSIGURANJA
Text Symbol: 013 = BROJ I
Text Symbol: 014 = POCETAK I
Text Symbol: 015 = UGOVORENA
Text Symbol: 016 = IZNOS UPLACENE
Text Symbol: 017 = IZNOS
Text Symbol: 018 = NAZIV
Text Symbol: 019 = ADRESA
Text Symbol: 020 = NADNEVAK
Text Symbol: 021 = VRSTA
Text Symbol: 022 = RAZDOBLJE
Text Symbol: 023 = PREMIJA
Text Symbol: 024 = PREMIJE
Text Symbol: 025 = UMANJENE
Text Symbol: 026 = OSIGURAVATELJA


INCLUDES used within this REPORT HHRCETF1

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 = p0001-bukrs IMPORTING comp_code_data = i_ee-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' * tpall = 'X' TABLES runs = it_runs myrg = it_myrg rtdet = it_rtdet rtrun = it_rtrun.

GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING filename = file_gui TABLES data_tab = down EXCEPTIONS file_write_error = 1 no_batch = 2 gui_refuse_filetransfer = 3 invalid_type = 4 no_authority = 5 unknown_error = 6 header_not_allowed = 7 separator_not_allowed = 8 filesize_not_allowed = 9 header_too_long = 10 dp_error_create = 11 dp_error_send = 12 dp_error_write = 13 unknown_dp_error = 14 access_denied = 15 dp_out_of_memory = 16 disk_full = 17 dp_timeout = 18 file_not_found = 19 dataprovider_exception = 20 control_flush_error = 21 OTHERS = 22.



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