SAP Reports / Programs | Payroll(PY) SAP PY

HHRBPRPE SAP ABAP Report - HZMO Registration Form - M1-P obrazac







HHRBPRPE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter HHRBPRPE 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 HHRBPRPE. "Basic submit
SUBMIT HHRBPRPE AND RETURN. "Return to original report after report execution complete
SUBMIT HHRBPRPE 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: U_GRAD = U gradu
Selection Text: P_UNIT = Ustrojstvena jedinica
Selection Text: P_SPREM = Strucna sprema
Selection Text: P_OBRAZ = Strucno obrazovanje
Selection Text: P_NKD = NKD
Selection Text: P_LEGAL = Registarski broj obveznika
Selection Text: DNE = Dne
Title: HZMO Registration Form - M1-P obrazac
Text Symbol: 056 = Neodredeno vrijeme 1
Text Symbol: 055 = - popunjava Zavod
Text Symbol: 054 = Djelatnost prema NKD
Text Symbol: 053 = Potpis obveznika podnosenja prijave
Text Symbol: 052 = Mjesto pecata
Text Symbol: 051 = Potpis odgovornog zaposlenika
Text Symbol: 050 = Popunjava Hrvatski zavod za mirovinsko osiguranje
Text Symbol: 047 = Naziv obiljezja
Text Symbol: 046 = U
Text Symbol: 045 = Datum zaprimanja prijave
Text Symbol: 044 = Poseban podatak
Text Symbol: 043 = racuna s povecanim trajanjem
Text Symbol: 042 = kojima se staz osiguranja
Text Symbol: 041 = osiguranici invalidne osobe
Text Symbol: 040 = Radno mjesto, zanimanje,
Text Symbol: 057 = Odredeno vrijeme 2
Text Symbol: 060 = dan
Text Symbol: 061 = mjesec
Text Symbol: 062 = godina
Text Symbol: 100 = Radni odnos
Text Symbol: 111 = Other values
Text Symbol: E04 = No data in IT 0562 for
Text Symbol: E05 = between
Text Symbol: E06 = and
Text Symbol: I01 = Selection is empty
Text Symbol: L01 = -------------------------------------------------------------------------
Text Symbol: L02 = --------------------------------------------------------------------------------------------------------------
Text Symbol: L03 = -----------------------------------------------------------------------------------
Text Symbol: L04 = -----------------------------------------------------------------
Text Symbol: S01 = Korisnik invalidske





Text Symbol: S02 = Print salary
Text Symbol: 001 = HRVATSKI ZAVOD ZA MIROVINSKO OSIGURANJE
Text Symbol: 002 = Pola radnog vremena
Text Symbol: 003 = PRIJAVA O POCETKU OSIGURANJA
Text Symbol: 004 = Skraceno radno vrijeme
Text Symbol: 005 = Mikrofilmski broj
Text Symbol: 006 = Radni nalog / ustrojstvena jedinica
Text Symbol: 007 = Osobni broj osiguranika
Text Symbol: 008 = 1 - zaposlenika kod pravne osobe
Text Symbol: 009 = Maticni broj gradana / MB
Text Symbol: 010 = 2 - samostalnog obveznika placanja
Text Symbol: 011 = doprinosa i zaposlenika kod
Text Symbol: 012 = sam. obvezn. placanja doprinosa
Text Symbol: 013 = 3 - poljoprivrednika
Text Symbol: 014 = Registarski broj obveznika
Text Symbol: 015 = placanja doprinosa / MB
Text Symbol: 016 = Opcina mjesta rada - prebivalista
Text Symbol: 017 = Maticni broj poslovnog subjekta
Text Symbol: 018 = Mjesto za odgovor
Text Symbol: 019 = Naziv i sjediste obveznika
Text Symbol: 020 = placanja doprinosa
Text Symbol: 021 = Prezime i ime osiguranika
Text Symbol: 022 = Osnova osiguranja
Text Symbol: 023 = Datum stjecanja svojstva
Text Symbol: 024 = osiguranika
Text Symbol: 025 = Radno vrijeme osiguranika
Text Symbol: 026 = Zanimanje
Text Symbol: 027 = Najvisa zavrsena skola
Text Symbol: 028 = Strucno obrazovanje
Text Symbol: 029 = Struèna sprema za obavljanje
Text Symbol: 030 = poslova
Text Symbol: 031 = Drzava prethodnog zaposlenja
Text Symbol: 032 = Korisnik invalidske mirovine
Text Symbol: 033 = zbog profesionalne
Text Symbol: 034 = nesposobnosti za rad
Text Symbol: 035 = Hrvatski ratni vojni invalidi 01
Text Symbol: 036 = Invalidna osoba 02
Text Symbol: 037 = Domovinskog rata
Text Symbol: 038 = Vrsta osnovice / svota osnovice





Text Symbol: 039 = ili svota place


INCLUDES used within this REPORT HHRBPRPE

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:

RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' TABLES pp0000 = p0000 "input pp0001 = p0001 "input pphifi = phifi. "output

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

SCROLLING_IN_TABLE CALL FUNCTION 'SCROLLING_IN_TABLE' EXPORTING entry_act = -top_line entry_from = 1 entry_to = -lines last_page_full = 'X' loops = ok_code = p_ok overlapping = 'X' IMPORTING entry_new = l_tc_new_top_line EXCEPTIONS * NO_ENTRY_OR_PAGE_ACT = 01 * NO_ENTRY_TO = 02 * NO_OK_CODE_OR_PAGE_GO = 03 OTHERS = 0.



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