‎2013 Dec 26 5:55 AM
Hi All,
I'm working on an utility which identifies a list of programs that has Nested loop and automatically modifies the nested loop part of the code to use a parallel cursor logic.
Is it possible to edit an ABAP program using ABAP code. I'm struck on logic part. Any ideas/suggestions?
With regards,
Bhaskar R
‎2013 Dec 26 6:06 AM
Hi Bhaskar
You can use the combination of Read Report to load the report into internal table and then after code modification in ITAB use Insert Report.
For more details read F1 help
Nabheet
‎2013 Dec 26 6:06 AM
Hi Bhaskar
You can use the combination of Read Report to load the report into internal table and then after code modification in ITAB use Insert Report.
For more details read F1 help
Nabheet
‎2013 Dec 26 6:25 AM
Thanks Nabheet. I checked for the help document and its helpful.