SAP Reports / Programs | Payroll | New Zealand(PY-NZ) SAP PY

HNZLLVLF SAP ABAP INCLUDE - Include HNZLLVLF







HNZLLVLF is a standard ABAP INCLUDE 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 HNZLLVLF 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 HNZLLVLF. "Basic submit
SUBMIT HNZLLVLF AND RETURN. "Return to original report after report execution complete
SUBMIT HNZLLVLF VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include HNZLLVLF


INCLUDES used within this REPORT HNZLLVLF

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_GET_QUOMO_NZ * call function 'HR_GET_QUOMO_NZ' * EXPORTING * ipernr = pernr-pernr * ikdate = pnpbegda * IMPORTING * quomo = l_quomo * return = l_return * TABLES * ip0001 = p0001 * ip0007 = p0007 * ip0008 = p0008 * ip0016 = p0016 * CHANGING * omolga = l_molga * omobde = l_mobde * omozko = l_mozko * omopgk = l_mopgk.

HR_TIME_RESULTS_GET CALL FUNCTION 'HR_TIME_RESULTS_GET' EXPORTING get_pernr = pernr-pernr get_kdate = pnpbegda TABLES get_wpbp = wpbp.

RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' EXPORTING beg = '18000101' end = '99991231' IMPORTING hire_date = l_hire_date fire_date = l_fire_date TABLES pp0000 = p0000 pp0001 = p0001 pphifi = phifi.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = pernr-pernr infty = '2006' begda = l_hire_date endda = l_fire_date TABLES infty_tab = p2006 EXCEPTIONS infty_not_found = 1 OTHERS = 2.

HR_GET_QUOTA_PAYMENTS_NZ * call function 'HR_GET_QUOTA_PAYMENTS_NZ' * EXPORTING * ipernr = pernr-pernr * ikdate = pnpbegda * iquomo = l_quomo * imolga = l_molga * imobde = l_mobde * imozko = l_mozko * imopgk = l_mopgk * icur_rate = rt-betpe * IMPORTING * return = l_return * TABLES * iquota = l_quotas * ientl = l_entl * iaccr = l_accr * ilvawe = lvawe * i0001 = p0001 * i0003 = p0003 * i0007 = p0007 * i0008 = p0008 * i0016 = p0016.

HR_CALC_QUOTA_PAYMENTS_NZ CALL FUNCTION 'HR_CALC_QUOTA_PAYMENTS_NZ' EXPORTING ipernr = pernr-pernr ikdate = pnpbegda iquomo = l_quomo imolga = l_molga imobde = l_mobde imozko = l_mozko imopgk = l_mopgk * icur_rate = rt-betpe PRNL9CK098786 icur_rate = l_currate "PRNL9CK098786 imulti = l_factor iday_rate = l_dayrate iday_rate1 = l_dayrate1 "KRPL9CK204173 iday_av_rate = lv_avg_dly "NC#1791813 ibegda = l_begda iendda = l_endda IMPORTING return = l_return TABLES iquota = l_quotas ientl = l_entl iaccr = l_accr ilvawe = lvawe i2006 = p2006 "PRNL9CK103537 i0001 = p0001 i0003 = p0003 i0007 = p0007 i0008 = p0008 i0016 = p0016 ilvpay = lvpay "PRNL9CK103537 iptquoded = iptquoded "PRNL9CK103537 i2001 = p2001 "PRNL9CK103537 i0014 = p0014 inzhpi = nzhpi.

RP_EDIT_NAME CALL FUNCTION 'RP_EDIT_NAME' EXPORTING format = '01' langu = sy-langu molga = p_molga pp0002 = p0002 IMPORTING edit_name = p0002-cname.

RP_EDIT_NAME CALL FUNCTION 'RP_EDIT_NAME' EXPORTING format = p0002-knznm langu = sy-langu molga = p_molga pp0002 = p0002 IMPORTING edit_name = p0002-cname.

HRCA_COSTCENTER_TEXT CALL FUNCTION 'HRCA_COSTCENTER_TEXT' EXPORTING controllingarea = p_kokrs costcenter = p_kostl read_date = pnpbegda IMPORTING name = p_kotext EXCEPTIONS nothing_found = 1 OTHERS = 2.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = l_perc text = l_text.

HR_GET_QUOMO_NZ * call function 'HR_GET_QUOMO_NZ' * exporting * ipernr = pernr-pernr * ikdate = pnpbegda * importing * quomo = l_quomo * return = l_return * tables * ip0001 = p0001 * ip0007 = p0007 * ip0008 = p0008 * ip0016 = p0016 * changing * omolga = l_molga * omobde = l_mobde * omozko = l_mozko * omopgk = l_mopgk.

HR_GET_QUOTA_PAYMENTS_NZ * call function 'HR_GET_QUOTA_PAYMENTS_NZ' * exporting * ipernr = pernr-pernr * ikdate = pnpbegda * iquomo = l_quomo * imolga = l_molga * imobde = l_mobde * imozko = l_mozko * imopgk = l_mopgk * icur_rate = rt-betpe * importing * return = l_return * tables * iquota = l_quotas * ientl = l_entl * iaccr = l_accr * ilvawe = lvawe * i0001 = p0001 * i0003 = p0003 * i0007 = p0007 * i0008 = p0008 * i0016 = p0016.

RP_EDIT_NAME * call function 'RP_EDIT_NAME' * exporting * format = '01' * langu = sy-langu * molga = p_molga * pp0002 = p0002 * importing * edit_name = p0002-cname.

RP_EDIT_NAME * call function 'RP_EDIT_NAME' * exporting * format = p0002-knznm * langu = sy-langu * molga = p_molga * pp0002 = p0002 * importing * edit_name = p0002-cname.

HRCA_COSTCENTER_TEXT * call function 'HRCA_COSTCENTER_TEXT' * exporting * controllingarea = p_kokrs * costcenter = p_kostl * read_date = pnpbegda * importing * name = p_kotext * exceptions * nothing_found = 1 * others = 2.

SAPGUI_PROGRESS_INDICATOR * call function 'SAPGUI_PROGRESS_INDICATOR' * exporting * percentage = l_perc * text = l_text.

HELP_START CALL FUNCTION 'HELP_START' EXPORTING help_infos = help_info * IMPORTING * SELECTION = * SELECT_VALUE = * RSMDY_RET = TABLES dynpselect = dseltab dynpvaluetab = dvaltab .

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'KEY' dynpprog = l_repid dynpnr = l_dynnr dynprofield = 'VTYPE' value_org = 'S' TABLES value_tab = values_tab.

F4IF_INT_TABLE_VALUE_REQUEST





CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'KEY' dynpprog = l_repid dynpnr = l_dynnr dynprofield = 'VTYPE' value_org = 'S' TABLES value_tab = values_tab.



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