Friday 23 December 2022

Displaying the signature of a method in ADT permanently

I’m sure you often have the situation that you are implementing a method in ABAP with ADT and you need information about the signature and the types that are used in the signature.

The standard answer for this is the Element info (Shortcut F2) on the method name.

SAP ABAP Development, SAP ABAP Career, SAP ABAP Skills, SAP ABAP Jobs, SAP ABAP Tutorial and Materials, SAP ABAP Certification

Unfortunately, the element info is displayed in a small popup that immediately disappears when I go on with the implementation of the method.

There is small trick that you can use to permanently display the signature in the ADT Element info View. Therefore, you have to press this small button in the element info popup:

SAP ABAP Development, SAP ABAP Career, SAP ABAP Skills, SAP ABAP Jobs, SAP ABAP Tutorial and Materials, SAP ABAP Certification

Then the signature is displayed in the Element Info View. In order to permanently have this signature visible in the view you can pin the view:

SAP ABAP Development, SAP ABAP Career, SAP ABAP Skills, SAP ABAP Jobs, SAP ABAP Tutorial and Materials, SAP ABAP Certification

The cool thing here is that you can also navigate within the Element info for example to inspect the details of the types that are behind the parameters of the method. This navigation does not disturb you in the editor. With the small arrows in the toolbar you can easily navigate back to the signature.

SAP ABAP Development, SAP ABAP Career, SAP ABAP Skills, SAP ABAP Jobs, SAP ABAP Tutorial and Materials, SAP ABAP Certification

No comments:

Post a Comment