Show TOC

Procedure documentationDefining Routing Rules for SAP Web Dispatcher and ABAP Front End

 

For fact sheets and SAP Fiori Search, a connection is established between the ABAP front-end server (SAP Gateway) and SAP Web Dispatcher. You define the routing rules to the required target system to ensure that requests are directed to the correct server.

For the connection between ABAP front-end server and SAP Web Dispatcher, you need the following routing rules:

URL Prefix

Target System

/sap/bc

SAP Gateway

/sap/public

SAP Gateway

/sap/opu

SAP Gateway

Prerequisites

For more information about the prerequisites, see Configuring Communication Channel between Clients and SAP Web Dispatcher.

Procedure

Recommendation Recommendation

SAP recommends that only those requests corresponding to the services required for the applications that you want to use should be routed to the application servers.

End of the recommendation.
  1. Open the Web Dispatcher profile sapwebdisp.pfl.

  2. Configure SAP Web Dispatcher for the SAP Gateway server.

    To configure the SAP Web Dispatcher for the SAP Gateway server, you can copy the following source code and adapt it to your business requirements.

    Syntax Syntax

    1. wdisp/system_0 = SID=<SID of the Gateway system>,NR=<instnot>, MSHOST=<host name of Gateway system's message server>, MSPORT=<HTTP port of the Gateway system's message server>, SRCSRV=*:443, SRCURL=/sap/opu;/sap/bc;/sap/public
    End of the code.

Note Note

The SRCSRV and the CLIENT parameter are optional. For more information about the parameters, see:

  • For SAP NetWeaver 7.31: Start of the navigation path http://help.sap.com/nw731Information published on SAP site Next navigation step Application Help Next navigation step Function-Oriented View Next navigation step Application Server Next navigation step Application Server Infrastructure Next navigation step SAP Web Dispatcher Next navigation step Administration of the SAP Web Dispatcher Next navigation step Parameterization of the SAP Web Dispatcher Next navigation step Overview of Parameters Next navigation step wdisp/system End of the navigation path.

  • For SAP NetWeaver 7.4:

    Start of the navigation path http://help.sap.com/nw74Information published on SAP site Next navigation step Application Help Next navigation step Function-Oriented View Next navigation step Application Server Next navigation step Application Server Infrastructure Next navigation step Components of SAP NetWeaver Application Server Next navigation step SAP Web Dispatcher Next navigation step Administration of the SAP Web Dispatcher Next navigation step SAP Web Dispatcher Parameters - Reference Next navigation step wdisp/system_<xx> End of the navigation path.

    If you configure multiple sdisp/system_xx parameters, make sure you use different indexes.

End of the note.