Difference between revisions of "DataUrlWPB"

From SAP Enable Now Wiki
Line 2: Line 2:
 
{{DISPLAYTITLE: dataUrlWPB}}
 
{{DISPLAYTITLE: dataUrlWPB}}
  
==Scope==
+
Deprecated. Use '''[[DataUrlSEN]]''' instead.
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:
 
{| class="wikitable"
 
|-
 
! serviceLayerVersion  !! dataUrlWPB
 
|-
 
| UACP || <nowiki>https://cp.hana.ondemand.com</nowiki>
 
|-
 
| EXT || <nowiki>https://cp.hana.ondemand.com</nowiki>
 
|-
 
| 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=<nowiki>https://globocorp.enable-now.cloud.sap/wa/webassitant/</nowiki>
 
 
 
==See Also==
 
* '''[[dataUrlWPB2]]'''
 
  
 
[[Category: Web Assistant parameter]]
 
[[Category: Web Assistant parameter]]

Revision as of 07:07, 8 April 2021


Deprecated. Use DataUrlSEN instead.