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

HNZUKSU0 SAP ABAP Report - NZ Kiwi Saver Cluster Update







HNZUKSU0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Kiwisaver Cluster Update report (HNZUKSU0) You use this report to update the cluster table KIWCO...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 HNZUKSU0 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_UKSU - Program to Upload KIWCO table


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 HNZUKSU0. "Basic submit
SUBMIT HNZUKSU0 AND RETURN. "Return to original report after report execution complete
SUBMIT HNZUKSU0 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: UPLOAD = UPLOAD
Selection Text: P_TEMSE = Temse details
Selection Text: P_ENDDA = End date
Selection Text: P_BEGDA = Begin date
Selection Text: FTYPE = File type
Selection Text: FNAME = File name
Selection Text: DOWNLOAD = DOWNLOAD
Selection Text: DELTEMSE = Delete TemSe before starting p
Title: NZ Kiwi Saver Cluster Update
Text Symbol: T13 = SSCWT
Text Symbol: T12 = SSCWT Exempt Amount
Text Symbol: T11 = Employer contribution Amount
Text Symbol: T10 = Employee contribution Amount
Text Symbol: T09 = Superable Earnings
Text Symbol: T08 = Type of Fund
Text Symbol: T07 = Pay Date
Text Symbol: T06 = End Date
Text Symbol: T05 = Start Date
Text Symbol: T04 = Sequence No.
Text Symbol: T03 = Employee No.
Text Symbol: T02 = Data flag
Text Symbol: T01 = C:\test.txt
Text Symbol: SS7 = Delete TemSe before starting program
Text Symbol: SS6 = employees
Text Symbol: SS5 = Update TemSe after every
Text Symbol: SS4 = End date
Text Symbol: SS3 = Begin date
Text Symbol: SS2 = Select file name
Text Symbol: SS1 = Select file type
Text Symbol: R03 = - Cluster update in progress. Please wait...
Text Symbol: 009 = View Log
Text Symbol: 007 = TemSe Details
Text Symbol: 006 = Error List
Text Symbol: 005 = Download to Desktop
Text Symbol: 004 = Kiwi Saver Cluster Update
Text Symbol: 003 = Upload / Download
Text Symbol: 002 = Select date range
Text Symbol: 001 = File Details





INCLUDES used within this REPORT HNZUKSU0

INCLUDE PAKSUNZD.
INCLUDE H99PAYDATA.
INCLUDE HNZPAYDATA.
INCLUDE HNZPAYDATA_O.
INCLUDE HNZPAYMACRO.
INCLUDE RPC2RX02.
INCLUDE UP50QDAT.
INCLUDE RPPPXD00.
INCLUDE RPPPXD10.
INCLUDE RPPPXM00.
INCLUDE RPC2CD09.
INCLUDE RPPPXI10.
INCLUDE PAKSUNZF.


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:

No SAP FUNCTION MODULES are executed within this report code!



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