‎2010 Sep 25 5:38 PM
How to transfer or obtain the lines of code from a program which has commented lines of code to an other executable program without editing and without Copy+paste?
use of function modules or native sql statements or any other conversion routines not allowed.
‎2010 Sep 25 10:40 PM
I don' really understand what you would like to achieve, but I assume that it could not be solved by a simple include, that the used in both reports?!
Is the command READ REPORT also not allowed??
It may be helpful if you could describe a scenario in which this logic should work! Is it when creating a new report? Should one report create another one? Or should an existing report read dynamically the coding of another one and execute it?!?
Best regards,
Florian
‎2010 Sep 27 9:18 AM
Hi Navya,
U can use SCAN ABAP-SOURCE .... WITH COMMENTS
Regards,
Amitava