SAP Reports / Programs

RSSOUADD SAP ABAP Report - SAPoffice: Delete Address Number from Office User







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

SO52 - Deletes Address from User Master


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 RSSOUADD. "Basic submit
SUBMIT RSSOUADD AND RETURN. "Return to original report after report execution complete
SUBMIT RSSOUADD 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: 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


INCLUDES used within this REPORT RSSOUADD

INCLUDE RSSOCONS.


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