Difference between revisions of "ServiceLayerVersion"

From SAP Enable Now Wiki
(Created page with "__NOTOC__ {{DISPLAYTITLE: serviceLayerVersion}} ==Scope== Web Assistant parameter, specified either in the URL or in the Web Assistant parameters in the linked application....")
 
Line 10: Line 10:
 
==Usage==
 
==Usage==
 
Specified as:
 
Specified as:
  serviceLayerVersion=[UACP|WPB|EXT]
+
  serviceLayerVersion=[UACP|SEN|EXT]
 
where the values have the following effects:
 
where the values have the following effects:
 
{| class="wikitable"
 
{| class="wikitable"
Line 16: Line 16:
 
| '''<tt>UACP</tt>''' || Only the default SAP-provided content is used.
 
| '''<tt>UACP</tt>''' || Only the default SAP-provided content is used.
 
|-
 
|-
| '''<tt>WPB</tt>''' || Only customer-created content is used.
+
| '''<tt>SEN</tt>''' || Only customer-created content is used.
 
|-
 
|-
 
| '''<tt>EXT</tt>''' || (Extended mode) Customer-created content will be shown where it exists, otherwise the SAP-provided content will be used.
 
| '''<tt>EXT</tt>''' || (Extended mode) Customer-created content will be shown where it exists, otherwise the SAP-provided content will be used.
 
|}
 
|}
 +
 +
It is also possible to use a value of '''<tt>WPB</tt>''', which has the same effect as '''<tt>SEN</tt>''', but that value is being deprecated (as of Web Assistant 3.0.1) in favor of '''<tt>SEN</tt>'''.
 +
 
[[Category: Web Assistant parameter]]
 
[[Category: Web Assistant parameter]]

Revision as of 07:19, 8 April 2021


Scope

Web Assistant parameter, specified either in the URL or in the Web Assistant parameters in the linked application.

Purpose

This property is used to determine from where the content displayed in Web Assistant will be taken.

Usage

Specified as:

serviceLayerVersion=[UACP|SEN|EXT]

where the values have the following effects:

UACP Only the default SAP-provided content is used.
SEN Only customer-created content is used.
EXT (Extended mode) Customer-created content will be shown where it exists, otherwise the SAP-provided content will be used.

It is also possible to use a value of WPB, which has the same effect as SEN, but that value is being deprecated (as of Web Assistant 3.0.1) in favor of SEN.