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

How to apply pretty printer

Former Member
0 Likes
8,308

hi,

How to use pretty printer in abap editor.

hi,

How to use pretty printer in abap editor.

6 REPLIES 6
Read only

Former Member
0 Likes
3,286

Hi Sunil Kumar,

You can use the Pretty Printer function to standardize the layout of your program. This function arranges associated key words in groups and indents individual statements clearly. The Pretty Printer ensures that your program layout meets the guidelines described in the ABAP User's Guide.

please check this link

http://help.sap.com/saphelp_nw04/helpdata/en/d1/801ad6454211d189710000e8322d00/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/c1/79ecc5f23a11d295b700a0c94260a5/content.htm

Improved pretty print program

http://www.sapdevelopment.co.uk/programs/custom/zclippretty.htm

Best regards,

raam

Read only

Former Member
0 Likes
3,286

hi press the menu bar button 'pretty printer'.

or use shift+f1

regards,

venkat

Read only

Former Member
0 Likes
3,286

Hi,

After writing the program, press Shift+F1 or the Pretty Printer button which is available on the top..

It will automatically align the code as per Pretty Printer settings...

Regards

Kiran Sure

Read only

Former Member
0 Likes
3,286

Hi sunil,

use the pretty printer button, just code and press that button.

set the settings of pretty printer settings from the menu bar options,

you can use pretty printer to convert all keywors to upper or lower or all the code into upper case, as you wish it.

and allignment will be done for the entire code.

keyboard shortcut is Shift+f1.

cheers.

kiran

Read only

Former Member
0 Likes
3,286

hi

Read only

Former Member
0 Likes
3,286

Hi

Press pretty printer Button in SE38