SAP Reports / Programs

HNZLUPDSA0 SAP ABAP Report - Update Superannuation NZ







HNZLUPDSA0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report creates a new record in the Superannuation NZ (0310) infotype, with the details of the employee and employer's contribution towards Superannuation Fund...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 HNZLUPDSA0 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_M43_SAUPD - Update Superannuation -NZ (IT0310)


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 HNZLUPDSA0. "Basic submit
SUBMIT HNZLUPDSA0 AND RETURN. "Return to original report after report execution complete
SUBMIT HNZLUPDSA0 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_ANSAL = Retain Annual Salary
Selection Text: P_ANNEST = Estimate Annual Salary
Title: Update Superannuation NZ
Text Symbol: 043 = Estimate not possible as payroll results are not present from hiredate
Text Symbol: 042 = Estimate not possible due to change in Payroll area within Estimate period
Text Symbol: 041 = Estimate not possible due to rehire within Estimate period
Text Symbol: 040 = Payroll results exist beyond period mentioned through selection.
Text Symbol: 039 = Employee rehired in the last tax year enter Ann.sal manually
Text Symbol: 037 = No payroll results for employee in given period to estimate
Text Symbol: 036 = Employee not in Payroll area selected for estimate
Text Symbol: 035 = Estimate required because of incomplete tax history
Text Symbol: 034 = Estimate Annual salary is possible only if Estimation method is 'SLABRATE'
Text Symbol: 033 = Annual sal removed as full year's tax history exists
Text Symbol: 032 = Remove Annual Salary
Text Symbol: 031 = Taxable Gross zero. No estimate possible
Text Symbol: 030 = No payroll results for employee for estimate
Text Symbol: 029 = Earnings exist for full tax year, Annual salary not required
Text Symbol: 028 = Pay Period for Estimate
Text Symbol: 027 = Estimate Annual Salary
Text Symbol: 026 = ESCT Details
Text Symbol: 025 = Calculation Method
Text Symbol: 021 = Additional Selection
Text Symbol: 020 = Infotype
Text Symbol: 013 = Retain Annual Salary
Text Symbol: 012 = Existing Employee Contri. %
Text Symbol: 010 = Existing Company Contri. %
Text Symbol: 009 = Run Simulation
Text Symbol: 008 = Do not apply ETC
Text Symbol: 007 = Sal. Sac.%
Text Symbol: 006 = Employee Contri. Amt
Text Symbol: 005 = Company Contri. Amt
Text Symbol: 004 = Employee Contri. %
Text Symbol: 003 = Company Contri. %
Text Symbol: 002 = Fund Name
Text Symbol: 001 = Start Date


INCLUDES used within this REPORT HNZLUPDSA0

INCLUDE HNZLSUPDD0.
INCLUDE HNZLSUPDF0.
INCLUDE HNZLUPDSA0_ALV.





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:

STF4_GET_DOMAIN_VALUE_TEXT CALL FUNCTION 'STF4_GET_DOMAIN_VALUE_TEXT' EXPORTING IV_DOMNAME = 'PNZ_SUPWT' IV_VALUE = P_CALMET IMPORTING EV_VALUE_TEXT = successful_pernrs-new_calmet.



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