Difference between revisions of "DataUrlSEN2"

From SAP Enable Now Wiki
(Created page with "__NOTOC__ {{DISPLAYTITLE: dataUrlSEN2}} ==Scope== Web Assistant parameter, specified in the S/4HANA application. This parameter was previously available as '''dataUrlWPB2'''...")
 
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
  
 
==Scope==
 
==Scope==
Web Assistant parameter, specified in the S/4HANA application.
+
SAP Companion parameter, specified in the S/4HANA application.
  
This parameter was previously available as '''dataUrlWPB2''', but that parameter has been deprecated (as of Web Assistant 3.0.1) and '''dataUrlSEN2''' should be used instead.
+
This parameter was previously available as '''dataUrlWPB2''', but that parameter has been deprecated (as of SAP Companion 3.0.1) and '''dataUrlSEN2''' should be used instead.
  
 
==Purpose==
 
==Purpose==
This parameter is used to specify the URL of the Workarea in which your custom Web Assistant help content is located, if you are running in 'Extended mode' (both SAP standard content and custom content is used) - in which case the '''[[dataUrlSEN]]''' parameter already specifies the SAP default content URL. Effectively, its use is contingent on the setting of the '''[[serviceLayerVersion]]''' parameter as follows:
+
This parameter is used to specify the URL of the Workarea in which your custom SAP Companion help content is located, if you are running in 'Extended mode' (both SAP standard content and custom content is used) - in which case the '''[[dataUrlSEN]]''' parameter already specifies the SAP default content URL. Effectively, its use is contingent on the setting of the '''[[serviceLayerVersion]]''' parameter as follows:
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
Line 19: Line 19:
 
| '''WPB''' or '''SEN''' || (not used)
 
| '''WPB''' or '''SEN''' || (not used)
 
|}
 
|}
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 25: Line 25:
 
  dataUrlSEN2={url}
 
  dataUrlSEN2={url}
 
Example (for multi-tenant cloud):
 
Example (for multi-tenant cloud):
  dataUrlSEN2=<nowiki>https://globocorp.enable-now.cloud.sap/wa/webassitant/</nowiki>
+
  dataUrlSEN2=<nowiki>https://globocorp.enable-now.cloud.sap/pub/webassitant/</nowiki>
  
 
==See Also==
 
==See Also==
 
* '''[[dataUrlSEN]]'''
 
* '''[[dataUrlSEN]]'''
  
[[Category: Web Assistant parameter]]
+
[[Category: SAP Companion parameter]]

Latest revision as of 08:10, 11 January 2024


Scope

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

This parameter was previously available as dataUrlWPB2, but that parameter has been deprecated (as of SAP Companion 3.0.1) and dataUrlSEN2 should be used instead.

Purpose

This parameter is used to specify the URL of the Workarea in which your custom SAP Companion help content is located, if you are running in 'Extended mode' (both SAP standard content and custom content is used) - in which case the dataUrlSEN parameter already specifies the SAP default content URL. Effectively, its use is contingent on the setting of the serviceLayerVersion parameter as follows:

serviceLayerVersion dataUrlSEN2
UACP (not used)
EXT {Your Manager URL}
WPB or SEN (not used)

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

Usage

Specified as:

dataUrlSEN2={url}

Example (for multi-tenant cloud):

dataUrlSEN2=https://globocorp.enable-now.cloud.sap/pub/webassitant/

See Also