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

Tool which will automatically comment the obsolete code and replace new version of code

Former Member
0 Likes
459

Hi Friends,

In my current project i have a requirement that i need to create a report/tool which will automatically comment the obsolete code and replace that with new version of code. Is there any sample ABAP report/tool where in i can use that as a prototype and solve my issue.

In addition with this if the report/tool gives the idea of a dump (after replacing the newer version), what type of dump it is & what is the proposed solution for that dump then it will be very helpful for the user.

Cheers,

Santosh

1 REPLY 1
Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
411


Hi

First we can find the comment lines by cheking the lines

using CA (contains any) of " " " " " " OR ******************

as ABAP comments contains " " " / with ******************.

So that our program able to find the lines which have ABAP commented lines. So that our program can able to delete those.

Thanks,

Sreeram