
Hyperlinks
Use
Hyperlinks are color-coded in the MiniALV. If the user positions the mouse pointer on a hyperlink, the system underlines the cell contents and displays the mouse pointer as a hand.
Simple-clicking a hyperlink:
You can drag hyperlinks specifing a Drag&Relate target on transactions in order to start the transaction with a business object.
Integration
You use your proxy report to assign hyperlinks to the cells of the ALV Grid Control. During this process, the system passes a table with all hyperlinks.

You can find information on how to define hyperlinks for the Standard MiniALV in
HTTP links or links to JavaScripts also work if the report is started in the SAP GUI for Windows or SAP GUI for Java.
Features
The prefix of the link indicates the type of navigation target to the MiniALV. Depending on the type, the system either opens a new browser window or displays the navigation target in midi size in the same Workplace window. If you want to override this default setting, append the parameter
target to the hyperlink. This parameter can have the values inplace , extern and hidden .Hyperlinks in the MiniALV
Type |
Syntax / comment |
Target display |
HTTP link |
The syntax of an HTTP address in the MiniALV follows the conventions for a URL in the Web. |
In midi size |
Documentation |
documentation: <HTML file name (without postfix)>If no path is specified, the ITS expects to find the HTML file in the same directory in which the current template of the service was published.
The link |
In new window |
SAP transaction |
transaction:<Name>&<Parameter1>=<Value1>& ... &<ParameterN>=<ValueN> The URL must contain a parameter LogSys= <Value> for the logical system. See also: Starting Transactions. |
In midi size |
Drag&Relate |
dragrelate:ObjectName=<value>&ObjectType=<value>&ObjectKey=<value>&LogSys=<value> The URL must contain a parameter LogSys= <value> for the logical system. See also: Defining Drag&Relate Targets. |
In midi size |
JavaScript |
The syntax of a JavaScript address in the MiniALV follows the conventions of a URL pointing to a JavaScript in the Web ( javascript :<script>). Functions contained in the script can be implemented by the MiniApp which includes the MiniALV. |
Depending on JavaScript |
Flow event |
event:<Name>&<Parameter1>=<Value1>& ... &<ParameterN>=<ValueN> |
Depending on MiniApp |

In Release 4.6C, the syntax
function:<name>_<parameter>_=_<value> was used. This functionality is now covered by the event prefix.