‎2014 Mar 14 5:08 PM
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
‎2014 Mar 14 5:14 PM
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