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

Automatic insertion of comments in ABAP code

anubhab
Active Participant
0 Likes
1,456

Hello Experts,

     Is there any tool or report, that will automatically add comments to existing custom codes.

     TABLES: KNA1.

     will be changed to : 

     TABLES: KNA1.   "Customer Master

Regards,

Anubhab

Hello Experts,

     Is there any tool or report, that will automatically add comments to existing custom codes.

     TABLES: KNA1.

     will be changed to : 

     TABLES: KNA1.   "Customer Master

Regards,

Anubhab

1 REPLY 1
Read only

Former Member
0 Likes
766

You might want to look at this free enhancement.

Advanced Pretty Printer enhancement details

It does a lot of alignment related things. Just see the screenshots. If it does not add comments, it should be easy to write additional code to do so as you now have a starting point. It is using an implicit enhancement to do extra source code manipulations when pretty printer button is pressed.