Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ABAP Code Formatter

farihakazi
Active Contributor
0 Likes
2,395

Hi,

I want a code formatter for ABAP code which will look afte proper alignment of every staement as well as indentation according to my requirements. Pretty printer was used but the format is not as expected.

Can anyone help.?

4 REPLIES 4
Read only

Former Member
0 Likes
1,188

hi check this..

use the pretty printer..

or use the buttons shift + f1..

regards,

venkat

Read only

stamik
Explorer
0 Likes
1,188

Hi,

Im afraid there is no other tool than Pretty printer available, so unless you want to write you own tool for formatting the source code, you'll have to stick to the Pretty printer

Personally I find the Pretty printer Indentation and Keyword uppercase quite sufficient, and I don't see much point in having some special formatting - the next developer might use the Pretty printer on your code and your formatting is gone anyway...

regards,

Stano

Read only

Former Member
0 Likes
1,188

Pretty Printer Just formats the code in an order.

It won't help to correct the code in any way

Read only

1,188

This question is from 2008 and the answer does not offer a solution to the original question. Please avoid posting such answers, going forward.