Difference between revisions of "UseABAPHelpTexts"

From SAP Enable Now Wiki
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
==Scope==
 
==Scope==
 
SAP Companion parameter, specified either in the URL or in the SAP Companion parameters in the linked application. (Although SAP says it is only necessary for Authors to use it as a URL parameter - as with [[editor|editor=true]] - implying that it doesn't need to go into the Fiori config.)
 
SAP Companion parameter, specified either in the URL or in the SAP Companion parameters in the linked application. (Although SAP says it is only necessary for Authors to use it as a URL parameter - as with [[editor|editor=true]] - implying that it doesn't need to go into the Fiori config.)
 +
 +
==Release==
 +
This feature was added in SAP Companion 3.5.0.
  
 
==Purpose==
 
==Purpose==
This parameter allows the assignment of hotspots for Help content in SAP GUI for HTML and Web Dynpro ABAP applications embedded in cross-origin iFrames in SAP Fiori Launchpad.
+
This parameter allows the assignment of hotspots for Help content in SAP GUI for HTML and Web Dynpro ABAP applications embedded in cross-origin iFrames in SAP Fiori Launchpad.  
  
This feature was added in SAP Companion 3.5.0
+
As from the 4.0.1. release of SAP Companion, this feature also applies to Guided Tours.
  
 
==Usage==
 
==Usage==
 
Specified as:
 
Specified as:
 
  useABAPHelpTexts=['''true'''|false]
 
  useABAPHelpTexts=['''true'''|false]
 +
 +
==See Also==
 +
* '''[[useURHotspots]]'''
  
 
[[Category: SAP Companion parameter]]
 
[[Category: SAP Companion parameter]]

Latest revision as of 20:40, 13 October 2024


Scope

SAP Companion parameter, specified either in the URL or in the SAP Companion parameters in the linked application. (Although SAP says it is only necessary for Authors to use it as a URL parameter - as with editor=true - implying that it doesn't need to go into the Fiori config.)

Release

This feature was added in SAP Companion 3.5.0.

Purpose

This parameter allows the assignment of hotspots for Help content in SAP GUI for HTML and Web Dynpro ABAP applications embedded in cross-origin iFrames in SAP Fiori Launchpad.

As from the 4.0.1. release of SAP Companion, this feature also applies to Guided Tours.

Usage

Specified as:

useABAPHelpTexts=[true|false]

See Also