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....") |
|||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
==Scope== | ==Scope== | ||
− | + | SAP Companion parameter, specified either in the URL or in the SAP Companion parameters in the linked application. | |
==Purpose== | ==Purpose== | ||
− | This property is used to determine from where the content displayed in | + | This property is used to determine from where the content displayed in SAP Companion will be taken. |
==Usage== | ==Usage== | ||
Specified as: | Specified as: | ||
− | serviceLayerVersion=[UACP| | + | 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> | + | | '''<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. | ||
|} | |} | ||
− | [[Category: | + | |
+ | 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 SAP Companion 3.0.1) in favor of '''<tt>SEN</tt>'''. | ||
+ | |||
+ | [[Category: SAP Companion parameter]] |
Latest revision as of 13:59, 14 July 2023
Scope
SAP Companion parameter, specified either in the URL or in the SAP Companion parameters in the linked application.
Purpose
This property is used to determine from where the content displayed in SAP Companion 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 SAP Companion 3.0.1) in favor of SEN.