
You can initiate the creation of a hyperlink that refers to a specific development object. The receiver can then open the referenced development object directly in ABAP Development Tools (ADT) in the corresponding ABAP project.
For this purpose, you can generate an email where the hyperlink path is added or paste it from the clipboard manually into any document.
LimitationsADT links are available for all development objects except trace files, profiler settings, debugger variables, and so on.
Example
The following example displays an ADT hyperlink of a specific ABAP class:
adt://[ABAP system name]/sap/bc/adt/oo/classes/cl_demo_test_save
To enable ADT links, you need to define ADT as the installation to be opened. Note that for an MS Windows operating system, you can set the handler path on the preferences page: and activate the ADT Link Handling option. Alternatively, you can select from the menu bar. This functionality enables you to enter the copied URL and open the referenced development object directly.
To enable http links, you may need to edit the hyperlink preferences of your operating system.