SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Communication Services: Mail, Fax, SMS, Telephony(BC-SRV-COM) SAP BC

RSSOUADR SAP ABAP Report - Enter missing addresses in SAPoffice from address management







RSSOUADR 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 RSSOUADR 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 RSSOUADR. "Basic submit
SUBMIT RSSOUADR AND RETURN. "Return to original report after report execution complete
SUBMIT RSSOUADR 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
Title: Enter missing addresses in SAPoffice from address management
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: 116 = No SAPoffice user selected
Text Symbol: 152 = Number of users to which no SAPoffice address could be assigned :
Text Symbol: 151 = Number of users to which a SAPoffice address was assigned :
Text Symbol: 150 = Number of users to which a SAPoffice address could be assigned :
Text Symbol: 141 = Error while creating address where-used list for :
Text Symbol: 140 = No address is assigned in SAP user administration :
Text Symbol: 133 = No SO_KEY could be generated for user :
Text Symbol: 132 = CAM for user and entered in SOUD
Text Symbol: 131 = (address reference) was generated in
Text Symbol: 130 = Following User
Text Symbol: 121 = administration authorization
Text Symbol: 120 = To create addresses, you require the SAPoffice
Text Symbol: 119 = Assign addresses from address management to SAPoffice
Text Symbol: 118 = Page
Text Symbol: 117 = Check SAPoffice addresses in address management


INCLUDES used within this REPORT RSSOUADR

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:

SO_USER_SO_KEY_GENERATE CALL FUNCTION 'SO_USER_SO_KEY_GENERATE' EXPORTING SAPNAM = SOUD_TAB-SAPNAM IMPORTING SO_KEY = SO_KEY EXCEPTIONS SAP_NAME_NOT_EXIST = 1 X_ERROR = 2 NO_ADDRESS_REFERENCE = 3 OTHERS = 4.

SO_USER_USRADR_UPDATE CALL FUNCTION 'SO_USER_USRADR_UPDATE' EXPORTING SAPNAME = SOUD_TAB-SAPNAM SO_KEY = SO_KEY EXCEPTIONS X_ERROR = 1 SAP_OFFICE_NOT_EXIST = 2 OTHERS = 3.

SO_USER_ADDRESS_INSERT * CALL FUNCTION 'SO_USER_ADDRESS_INSERT' * EXPORTING * COMPANY_ADR = C_ADR * USER = SOUD_TAB-USRNAM * EXCEPTIONS * ADDRESS_EXIST = 01 * ADDRESS_NOT_IN_PROFILE = 02 * ADDR_NUMBER_OVERFLOW = 03 * COMPANY_ADR_NOT_EXIST = 04 * PROFILE_NOT_EXIST = 05 * USER_NOT_EXIST = 06 * PARAMETER_ERROR = 07 * X_ERROR = 08 * OTHERS = 09.



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