Difference between revisions of "EnableClassicIntent"
From SAP Enable Now Wiki
(→Usage) |
|||
Line 12: | Line 12: | ||
==Usage== | ==Usage== | ||
Specified as: | Specified as: | ||
− | enableClassicIntent=[ | + | enableClassicIntent=['''true'''|false] |
[[Category: SAP Companion parameter]] | [[Category: SAP Companion parameter]] |
Revision as of 08:20, 14 February 2024
Scope
SAP Companion parameter, specified either in the URL or in the SAP Companion parameters in the linked application.
Purpose
This parameter is designed for use where you are creating help content for transactions that are being accessed (by users) through SAP GUI HTML (a.k.a. WebGui of HTMLgui) or WebDynpro transactions in Fiori. By default, the Screen ID (context) for these transactions is captured in the format Shell-startWDA or Shell-startGUI for every transaction, which obviously isn't context-sensitive.
If this parameter is set to true then the Screen ID will be captured in the format Shell-startWDA-{tcode} or Shell-StartGUI-{tcode} (where {tcode} is the transaction code).
Usage
Specified as:
enableClassicIntent=[true|false]