RSSOUADD 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 RSSOUADD into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
SO52 - Deletes Address from User Master
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: TEST = Test run only
Selection Text: STARTNAM = Names from
Selection Text: ENDNAM = to
Selection Text: C_ADR = No. of own company address
Title: SAPoffice: Delete Address Number from Office User
Text Symbol: T01 = Address numbers of the following users have been deleted:
Text Symbol: 121 = administration auth. for this report
Text Symbol: 120 = You require the SAPoffice
Text Symbol: 119 = Inserting addresses of SAPoffice users in the address management
Text Symbol: 118 = Page
Text Symbol: 117 = Checking addresses of SAPoffice users in the address manangement
Text Symbol: 116 = No SAPoffice user selected
Text Symbol: 115 = Database error (error in specified company address?)
Text Symbol: 114 = Parameter error (error in specified company address?)
Text Symbol: 113 = Overflow during address entry
Text Symbol: 112 = already entered:
Text Symbol: 111 = needs to be entered
Text Symbol: 110 = Private address of
Text Symbol: 109 = Unknown error in
Text Symbol: 108 = already entered
Text Symbol: 107 = Private address of
Text Symbol: 106 = Profile not created
Text Symbol: 105 = does not exist
Text Symbol: 104 = Office user
Text Symbol: 103 = Specified company address (possibly in profile) does not exist.
Text Symbol: 102 = No company address entered in profile
Text Symbol: 101 = entered
Text Symbol: 100 = Private address of
Text Symbol: 002 = deleted
Text Symbol: 001 = Address number of
INCLUDE RSSOCONS.
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.