SAP Reports / Programs

RSDS_WS_AUTH SAP ABAP Report - Authorizations and Transport Settings for Web Service Generation







RSDS_WS_AUTH 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 RSDS_WS_AUTH 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 RSDS_WS_AUTH. "Basic submit
SUBMIT RSDS_WS_AUTH AND RETURN. "Return to original report after report execution complete
SUBMIT RSDS_WS_AUTH 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: P_USER = D .
Selection Text: P_TP = Check of the Transport Setting
Title: Authorizations and Transport Settings for Web Service Generation
Text Symbol: 021 = Authorization Object:
Text Symbol: 020 = -> Check validity of user and renew password in destination if required
Text Symbol: 019 = Check of the User Settings for the Destination
Text Symbol: 018 = Error Message:
Text Symbol: 017 = Check Destination
Text Symbol: 016 = -> Adjust destination in Tx SM59
Text Symbol: 015 = The destination does not point to the BW client
Text Symbol: 014 = was maintained in the destination
Text Symbol: 013 = User:
Text Symbol: 012 = -> Create or Correct in Tx SM59
Text Symbol: 011 = Destination Incorrect:
Text Symbol: 010 = was not maintained (in Tx RSTPRFC)
Text Symbol: 009 = was maintained (in Tx RSRPRFC)
Text Symbol: 008 = Destination for TP:
Text Symbol: 007 = BW Client:
Text Symbol: 006 = This program can only be executed in the BW client.
Text Symbol: 005 = Error while Determining BW Client:
Text Symbol: 004 = Check of Transport Settings (Only Meaningful in Target System of Transport)
Text Symbol: 003 = ... Not OK
Text Symbol: 002 = ... OK
Text Symbol: 001 = Authorization Check for User:


INCLUDES used within this REPORT RSDS_WS_AUTH

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:

RS_MANDT_UNIQUE_GET CALL FUNCTION 'RS_MANDT_UNIQUE_GET' IMPORTING e_unique_mandt = l_bi_client EXCEPTIONS no_bw_mandt = 1 x_message = 2 OTHERS = 3.

RFC_READ_R3_DESTINATION CALL FUNCTION 'RFC_READ_R3_DESTINATION' EXPORTING destination = l_dest authority_check = ' ' bypass_buf = 'X' IMPORTING client = l_client user = l_user password = l_password EXCEPTIONS authority_not_available = 1 destination_not_exist = 2 information_failure = 3 internal_failure = 4 OTHERS = 5.

RFC_PING CALL FUNCTION 'RFC_PING' DESTINATION l_dest EXCEPTIONS system_failure = 1 MESSAGE l_message communication_failure = 2 MESSAGE l_message.

RFCPING CALL FUNCTION 'RFCPING' DESTINATION l_dest EXCEPTIONS system_failure = 1 MESSAGE l_message communication_failure = 2 MESSAGE l_message.



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