RSADRCTUPD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to update
If you would like to execute this report or see the full code listing simply enter RSADRCTUPD into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: LANGU = Create language
Selection Text: INSR = Insert
Selection Text: FL_TWSHP = Township File
Selection Text: FL_CNTY = County File
Selection Text: DELE = Delete
Selection Text: COUNTRY = Country Key
Selection Text: CHNG = Change
Title: Fill regional structure with county, township.
Text Symbol: 016 = Error in file, data not uploaded______________
Text Symbol: 015 = Township File Successfully deleted
Text Symbol: 014 = County File Successfully deleted
Text Symbol: 013 = Township File Successfully changed
Text Symbol: 012 = County File Successfully changed
Text Symbol: 011 = Mode of Data
Text Symbol: 010 = Region doest not exists
Text Symbol: 009 = Township File Successfully Uploaded
Text Symbol: 008 = County File Successfully Uploaded_____
Text Symbol: 007 = Serious find physical file name/path internal error______________________
Text Symbol: 006 = No physical file name/path found for logical name
Text Symbol: 005 = General Settings_________
Text Symbol: 004 = Input file format___
Text Symbol: 003 = File open error___
Text Symbol: 002 = Cancellation: Specify at Least One Source File
Text Symbol: 001 = Input file names__
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.