Difference between revisions of "DataUrlWPB"

From SAP Enable Now Wiki
Line 24: Line 24:
 
Example (for multi-tenant cloud):
 
Example (for multi-tenant cloud):
 
  dataUrlWPB=<nowiki>https://globocorp.enable-now.cloud.sap/wa/webassitant/</nowiki>
 
  dataUrlWPB=<nowiki>https://globocorp.enable-now.cloud.sap/wa/webassitant/</nowiki>
 +
 +
==See Also==
 +
* '''[[dataUrlWPB2]]'''
  
 
[[Category: Web Assistant parameter]]
 
[[Category: Web Assistant parameter]]

Revision as of 21:26, 13 May 2020


Scope

Web Assistant parameter, specified in the S/4HANA application plugin app.

Purpose

This parameter is used to specify the source of your custom Web Assistant help content (if used). It should be set based on the setting of the serviceLayerVersion parameter as follows:

serviceLayerVersion dataUrlWPB
UACP https://cp.hana.ondemand.com
EXT https://cp.hana.ondemand.com
WPB {Your Manager URL}

where {your Manager URL} is the URL of the Workarea that contains your (custom) Web Assistant help content.

Usage

Specified as:

dataUrlWPB={url}

Example (for multi-tenant cloud):

dataUrlWPB=https://globocorp.enable-now.cloud.sap/wa/webassitant/

See Also