Applications Based on Web Application Server 

If you want to integrate an application based on the SAP Web Application Server, such as a Business Server Page (BSP) application or BW 3.0 Web application, in your Enterprise Portal, you must maintain at least the following entries for the corresponding SAP System in the systems.xml file.

·       System ID

·       Client

·       A Web access point with "WAS" as category containing the following entries:

¡      Protocol

¡      HostName

 

 Example

<system name="ABCCLNT123">
<Attributes>
<pcd:Attribute name="Client" value="123"/>
</Attributes>
<WebAccessPoints>
<WebAccessPoint category="WAS">
<Protocol>http</protocol>
<HostName>host.mycom.com:1080</HostName>
<WebAccessPoint>
<WebAccessPoints>

 

For more detailed descriptions of the various entries, see Defining Component Systems.

For more information on integrating SAP applications, see the section on Integration of SAP Applications.