SAP Reports / Programs

RSCADR02 SAP ABAP Report - Address management check program







RSCADR02 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 RSCADR02 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 RSCADR02. "Basic submit
SUBMIT RSCADR02 AND RETURN. "Return to original report after report execution complete
SUBMIT RSCADR02 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_VTPA = Partner in transport documents
Selection Text: P_VBPA = Partner in sales documents
Selection Text: P_KNVK = Contact person master records
Selection Text: P_KNA1 = Customer master records
Title: Address management check program
Text Symbol: 110 = ADRND used repeatedly
Text Symbol: 111 = ADRNP used repeatedly
Text Symbol: 112 = ADRNP_2 used repeatedly
Text Symbol: 113 = Customer/Vendor missing
Text Symbol: 114 = Customer (KNA1) missing
Text Symbol: 115 = Vendor (LFA1) missing
Text Symbol: 116 = Incorrect address ID
Text Symbol: 117 = ADRNR missing
Text Symbol: 118 = ADRNP missing
Text Symbol: 119 = ADRNP incorrect
Text Symbol: 120 = ADRNR incorrect
Text Symbol: 121 = ADRC does not exist
Text Symbol: 122 = ADRP does not exist
Text Symbol: 123 = ADRV does not exist
Text Symbol: 124 = Contact person name
Text Symbol: 125 = ADRND missing
Text Symbol: 126 = PRSNR does not exist
Text Symbol: BL1 = Data to be checked
Text Symbol: 001 = Customer master records
Text Symbol: 002 = Contact person master records
Text Symbol: 003 = Partner in sales documents
Text Symbol: 004 = Partner in transport documents
Text Symbol: 005 = Number of records:
Text Symbol: 006 = Number of errors:
Text Symbol: 007 = Error
Text Symbol: 008 = Addr. no.
Text Symbol: 009 = Customer name
Text Symbol: 010 = Created by
Text Symbol: 011 = Created on
Text Symbol: 012 = Partners
Text Symbol: 013 = Document
Text Symbol: 100 = Address number missing
Text Symbol: 101 = Address number used repeatedly





Text Symbol: 102 = Address number incorrect
Text Symbol: 103 = Address does not exist
Text Symbol: 104 = Person number missing
Text Symbol: 105 = ADRND does not exist
Text Symbol: 106 = ADRNP does not exist
Text Symbol: 107 = ADRNP_2 does not exist
Text Symbol: 108 = Person number incorrect
Text Symbol: 109 = Person number used repeatedly


INCLUDES used within this REPORT RSCADR02

INCLUDE SDZAVDAT.


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