Pretty Print only a Selected Block of code

Pretty Printer( Shift + F1 ) is the most commonly used option to format the complete ABAP code.

Sometimes we require to format a selected portion of the code. For that there is a simple option available in SAP ABAP Editor.

Steps:

  1. Select the portion of code which is to be formatted.
  2. Right Click on it
  3. Select Format - > Format Selection.

Right Click Panel in ABAP Editor


Comments