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
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: 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:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSDS_WS_AUTH - Authorizations and Transport Settings for Web Service Generation RSDS_WS_AUTH - Authorizations and Transport Settings for Web Service Generation RSDS_TEST_TRANSP_AND_CONTENT - Test of Transport Postprocessing and Content Activation RSDS_TEST_TRANSP_AND_CONTENT - Test of Transport Postprocessing and Content Activation RSDS_SYSTEM_AVAILABILITY - Data Supplier for the Availability of Systems RSDS_SYSTEM_AVAILABILITY - Data Supplier for the Availability of Systems