Hi All,
I just wanted to ask if there is any setting that we can make for indentation of ABAP Code.
For Example: aligning all fields in the select statement one below the other
or having all the types in the data declarations one below the other.
DATA: lv_bukrs type bukrs,
lv_belnr type belnr.
If you can let me know any FM/report that will help achieve this will also be helpful.
Appreciate your help.