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

obtain commented lines of code from one program to another program

Former Member
0 Likes
379

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.

2 REPLIES 2
Read only

Former Member
0 Likes
349

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

Read only

Former Member
0 Likes
349

Hi Navya,

U can use SCAN ABAP-SOURCE .... WITH COMMENTS

Regards,

Amitava