SAP Reports / Programs | Payroll(PY) SAP PY

RPLHZPTA SAP ABAP Report - Pøíprava hlá¹ení zdravotním poji¹»ovnám







RPLHZPTA 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 RPLHZPTA 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 RPLHZPTA. "Basic submit
SUBMIT RPLHZPTA AND RETURN. "Return to original report after report execution complete
SUBMIT RPLHZPTA 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_ENDDA = Date to
Selection Text: P_BEGDA = Date from
Title: Pøíprava hlá¹ení zdravotním poji¹»ovnám
Text Symbol: ZP2 = jiné období ;;
Text Symbol: ZP1 = Aktuální období ,,
Text Symbol: V05 = Název a adresa zamìstnavatele
Text Symbol: V04 = Identifikace dat
Text Symbol: V03 = Os.èíslo Zpráva
Text Symbol: V02 = Upozornìní nebo chyby
Text Symbol: V01 = Èíslo ZP Poboèka K È.poji¹tìnce Jméno Datum Os.èíslo
Text Symbol: T05 = Výpis návrhu hlá¹ení
Text Symbol: T04 = Provést zápis do T5TA2
Text Symbol: T03 = Kód
Text Symbol: T02 = Rod.èíslo
Text Symbol: T01 = Tøídìní výpisu
Text Symbol: R05 = Vypsáno :
Text Symbol: R04 =
Text Symbol: R03 = Odmítnuto :
Text Symbol: R02 = Zpracováno:
Text Symbol: R01 = Vybráno :
Text Symbol: H03 = V tabulce T5T05 chybí záznam s hodnotou MOULD1 =
Text Symbol: H02 = V tabulce T543 chybí záznam s hodnotou SBGRU:
Text Symbol: H01 = Pracovník nemá záznam v IT 153 k datu
Text Symbol: E03 = Chybí údaje v tabulce T5T05 !
Text Symbol: E02 = Zúètovací okruh není vybrán --> Stop
Text Symbol: E01 = Nebylo zadáno ¾ádné datum výbìru !
Text Symbol: DPE = Zúètovací okruh
Text Symbol: BIS = do ;;
Text Symbol: B01 = Zúètovací období
Text Symbol: 035 = Kód
Text Symbol: 034 = Rod.èíslo
Text Symbol: 033 = Tøídìní výpisu
Text Symbol: 003 = Výpis návrhu hlá¹ení
Text Symbol: 002 = Provést zápis do T5TA2
Text Symbol: 001 = Zvolte rozsah èinnosti
Text Symbol: 000 = HROMADNÉ OZNÁMENÍ ZAMÌSTNAVATELE V OBDOBÍ


INCLUDES used within this REPORT RPLHZPTA

INCLUDE RPPPXD10.
INCLUDE RPPPXM00.




INCLUDE RPCBLO00.
INCLUDE RPCBSH00.
INCLUDE RPCBDT00.
INCLUDE RPC2RX00.
INCLUDE RPC2RTT0.


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_CZ_WRITE_REPORT_HEADER CALL FUNCTION 'HR_CZ_WRITE_REPORT_HEADER' EXPORTING DATE = SAVE_DATE TIME = SAVE_TIME TITLE = TITLE.

HR_CZ_HIRE_FIRE CALL FUNCTION 'HR_CZ_HIRE_FIRE' IMPORTING FIRE_DATE = FIREDATE HIRE_DATE = HIREDATE TABLES PPHIFI = PHIFI PP0000 = P0000 PP0001 = P0001 EXCEPTIONS OTHERS = 1.

HR_CZ_DETERMINATION_PERIODS CALL FUNCTION 'HR_CZ_DETERMINATION_PERIODS' EXPORTING PERNR = PERNR-PERNR FROM_PERIOD = FROM_PER TO_PERIOD = TO_PER TABLES OUT_RGTAB = MYRGDIR EXCEPTIONS RGDIR_EMPTY = 1 WRONG_INTERVAL = 2 OTHERS = 3.

HR_CZ_LINK_ILLNESS CALL FUNCTION 'HR_CZ_LINK_ILLNESS' EXPORTING WERKS = P0001-WERKS BTRTL = P0001-BTRTL TABLES P2001 = P2001 * p0014 = e0014 P0014 = P0014 LINK2001 = I2001 EXCEPTIONS CHANGE_IN_554S_DURING_ILL = 1 OTHERS = 2 .

HR_CZ_HIRE_FIRE CALL FUNCTION 'HR_CZ_HIRE_FIRE' IMPORTING FIRE_DATE = F_DATE HIRE_DATE = H_DATE TABLES PPHIFI = H_HIFI PP0000 = PH0000 PP0001 = PH0001 EXCEPTIONS OTHERS = 1.

HR_CZ_HIRE_FIRE CALL FUNCTION 'HR_CZ_HIRE_FIRE' IMPORTING FIRE_DATE = F_DATE HIRE_DATE = H_DATE TABLES PPHIFI = V_HIFI PP0000 = PV0000 PP0001 = PV0001 EXCEPTIONS OTHERS = 1.

HR_CZ_GET_ADR * CALL FUNCTION 'HR_CZ_GET_ADR' * EXPORTING * ANART = STD_ANART * VARGU = VARGU * IMPORTING * A_TEXT = ADR_A * B_TEXT = ADR_B * C_TEXT = ADR_C * D_TEXT = ADR_D * EXCEPTIONS * NO_DATA = 1 * OTHERS = 2.

HR_CZ_GET_ADR_09 CALL FUNCTION 'HR_CZ_GET_ADR_09' EXPORTING anart = std_anart vargu = vargu endda = endda repid = 'RPLHZPTA' IMPORTING nazev = loc_nazev ulice = loc_ulice cislo = loc_cislo psc = loc_psc obec = loc_obec stat = loc_stat EXCEPTIONS no_data = 1 OTHERS = 2.



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