Difference between revisions of "DataUrlSEN"

From SAP Enable Now Wiki
(Created page with "__NOTOC__ {{DISPLAYTITLE: dataUrlSEN}} ==Scope== Web Assistant parameter, specified in the S/4HANA application plugin app. This parameter was previously available as '''data...")
 
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
  
 
==Scope==
 
==Scope==
Web Assistant parameter, specified in the S/4HANA application plugin app.
+
SAP Companion parameter, specified in the S/4HANA application plugin app.
  
 
This parameter was previously available as '''dataUrlWPB''' but that parameter is being deprecated (as of Web Assistant 3.0.1), and '''dataUrlSEN''' should be used instead.
 
This parameter was previously available as '''dataUrlWPB''' but that parameter is being deprecated (as of Web Assistant 3.0.1), and '''dataUrlSEN''' should be used instead.
  
 
==Purpose==
 
==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:
+
This parameter is used to specify the source of your custom SAP Companion help content (if used). It should be set based on the setting of the '''[[serviceLayerVersion]]''' parameter as follows:
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
! serviceLayerVersion  !! dataUrlWPB
+
! serviceLayerVersion  !! dataUrlSEN
 
|-
 
|-
| '''UACP''' || <nowiki>https://cp.hana.ondemand.com</nowiki>
+
| '''UACP''' || '''Cloud''': <tt><nowiki>https://cp.hana.ondemand.com</nowiki></tt><br>'''On Prem''': <tt>/wa/xray/</tt>
 
|-
 
|-
| '''EXT''' || <nowiki>https://cp.hana.ondemand.com</nowiki>
+
| '''EXT''' || '''Cloud''': <tt><nowiki>https://cp.hana.ondemand.com</nowiki></tt><br>'''On Prem''': <tt>/wa/xray/</tt>
 
|-
 
|-
 
| '''WPB''' or '''SEN''' || {Your Manager URL}
 
| '''WPB''' or '''SEN''' || {Your Manager URL}
 
|}
 
|}
where {your Manager URL} is the URL of the Workarea that contains your (custom) Web Assistant help content.
+
where {your Manager URL} is the URL of the Workarea that contains your (custom) SAP Companion help content.
  
 
==Usage==
 
==Usage==
Line 30: Line 30:
 
* '''[[dataUrlSEN2]]'''
 
* '''[[dataUrlSEN2]]'''
  
[[Category: Web Assistant parameter]]
+
[[Category: SAP Companion parameter]]

Latest revision as of 13:42, 14 July 2023


Scope

SAP Companion parameter, specified in the S/4HANA application plugin app.

This parameter was previously available as dataUrlWPB but that parameter is being deprecated (as of Web Assistant 3.0.1), and dataUrlSEN should be used instead.

Purpose

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

serviceLayerVersion dataUrlSEN
UACP Cloud: https://cp.hana.ondemand.com
On Prem: /wa/xray/
EXT Cloud: https://cp.hana.ondemand.com
On Prem: /wa/xray/
WPB or SEN {Your Manager URL}

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

Usage

Specified as:

dataUrlSEN={url}

Example (for multi-tenant cloud):

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

See Also