SAP Reports / Programs

RPUADDQ0 SAP ABAP Report - Address Infotype Validation Report For ATO File







RPUADDQ0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Address Infotype Validation Report For ATO File This report enables you to find any errors in the Address Infotype IT0006 as per the ATO specifications...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 RPUADDQ0 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_M13_ADDR - Addr. Infotype Validation For IT0006


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 RPUADDQ0. "Basic submit
SUBMIT RPUADDQ0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUADDQ0 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: PSREC = Check for all Address fields
Selection Text: FINYR = Financial Year
Title: Address Infotype Validation Report For ATO File
Text Symbol: C04 = Successful : $1 Unsuccessful : $2
Text Symbol: C01 = Financial year : $1
Text Symbol: 149 = Error Description
Text Symbol: 148 = Error
Text Symbol: 147 = End Date
Text Symbol: 146 = Start Date
Text Symbol: 145 = Employee Number
Text Symbol: 142 = C/O
Text Symbol: 141 = District
Text Symbol: 140 = No Address Has Been Recorded For the Employee
Text Symbol: 139 = No Error Found In Address
Text Symbol: 138 = Australian Address has to be reported
Text Symbol: 137 = Postal Code Is Empty
Text Symbol: 136 = No Entry
Text Symbol: 135 = ATO Invalid State Code
Text Symbol: 134 = ATO Invalid Postal Code
Text Symbol: 133 = ATO Invalid State Code
Text Symbol: 132 = Two Spaces between words
Text Symbol: 131 = Space in the beginning
Text Symbol: 130 = ATO Invalid character
Text Symbol: 129 = 0000
Text Symbol: 128 = Postal Code
Text Symbol: 127 = 9999
Text Symbol: 126 = OTH
Text Symbol: 125 = Region
Text Symbol: 124 = City
Text Symbol: 123 = Postal Code
Text Symbol: 122 = 2nd address line
Text Symbol: 121 = Street/House no
Text Symbol: 120 = For Field ADDRESS :
Text Symbol: 105 = the financial year 2001
Text Symbol: 104 = 0630
Text Symbol: 103 = 0701
Text Symbol: 102 = This program is not applicable before
Text Symbol: 101 = Financial year





Text Symbol: 006 = Check for all Address fields
Text Symbol: 003 = Check
Text Symbol: 002 = Financial year


INCLUDES used within this REPORT RPUADDQ0

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:

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