Difference between revisions of "EnableClassicIntent"

From SAP Enable Now Wiki
(Created page with "__NOTOC__ {{DISPLAYTITLE: enableClassicIntent}} ==Scope== Web Assistant parameter, specified either in the URL or in the Web Assistant parameters in the linked application....")
 
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
  
 
==Scope==
 
==Scope==
Web Assistant parameter, specified either in the URL or in the Web Assistant parameters in the linked application.
+
SAP Companion parameter, specified either in the URL or in the SAP Companion parameters in the linked application.
  
 
==Purpose==
 
==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 <tt>Shell-startWDA</tt> or <tt>Shell-startGUI</tt> for every transaction, which obviously isn't context-sensitive.
+
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.  
  
If this parameter is set to <tt>'''true'''</tt> then the Screen ID will be captured in the format <tt>Shell-startWDA-{tcode}</tt> or <tt>Shell-StartGUI-{tcode}</tt> (where <tt>{tcode}</tt> is the transaction code).
+
* If this parameter is set to <tt>'''false'''</tt> then the Screen ID (context) for these transactions is captured in the format <tt>Shell-startWDA</tt> or <tt>Shell-startGUI</tt> for every transaction, which obviously isn't context-sensitive.
 +
* If this parameter is set to <tt>'''true'''</tt> (which is the default) then the Screen ID will be captured in the format <tt>Shell-startWDA-{tcode}</tt> or <tt>Shell-StartGUI-{tcode}</tt> (where <tt>{tcode}</tt> is the transaction code).
  
 
==Usage==
 
==Usage==
 
Specified as:
 
Specified as:
  enableClassicIntent=[true|'''false''']
+
  enableClassicIntent=['''true'''|false]
  
[[Category: Web Assistant parameter]]
+
[[Category: SAP Companion parameter]]

Latest revision as of 08:22, 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.

  • If this parameter is set to false then 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 (which is the default) 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]