Show TOC

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

 

For fact sheets and SAP Fiori Search, a connection is established between the ABAP back-end server 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 back-end server and SAP Web Dispatcher, you need the following routing rules:

URL Prefix

Target System

/sap/es

Back-end server where Enterprise Search is installed

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 back-end server where the Enterprise Search is installed. To configure the SAP Web Dispatcher for the back-end server where the Enterprise Search is installed, you can copy the following source code and adapt it to your business requirements:

    Syntax Syntax

    1. wdisp/system_1 = SID=<SID of the back-end server>, MSHOST=<host name of back-end server system's message server>, MSPORT=<HTTP port of the back-end server system's message server>, SRCSRV=*:443, SRCURL==/sap/es/, CLIENT=200
    End of the code.

Note Note

The SRCSRV is optional. For more information about the CLIENT parameter, see SAP Note 1963456Information published on SAP site.

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.