Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
michael_gutfleisch
Active Participant
The ABAP Element Info in ADT is a central, but often underestimated feature. It provides read-access to all kinds of elements.

You can use it as popup window, as permanent view and also as part of the code completion feature.

 

Popup Window (Quick View, F2)


Element Info can be triggered with F2 for any identifier inside source code editors.


 

Element Info View (Permanent, Link with Selection)


The Element Info View can be used to permanently display element info. This is especially useful with the "link with selection" feature.


 

Code Completion (Side Window)


The Element Info is also displayed as sidekick of the code completion. This provides additional information about the particular completion proposal.


 

Amazing Video


If you want to see the Element Info in action and are willing to learn all the interesting details, I strongly recommend to watch the following video.

5 Comments