SAP Reports / Programs

RSADRCTUPD SAP ABAP Report - Fill regional structure with county, township.







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 County and Township data in the regional structure...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 RSADRCTUPD 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 RSADRCTUPD. "Basic submit
SUBMIT RSADRCTUPD AND RETURN. "Return to original report after report execution complete
SUBMIT RSADRCTUPD 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: 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__


INCLUDES used within this REPORT RSADRCTUPD

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