‎2010 Jul 07 5:09 AM
Hello,
In ABAP is there any way to insert some code lines into an existing ABAP program (Z*) , We will insert in masse some code lines into a liste of program automatically ?
Thanks in advance
‎2010 Jul 07 8:31 AM
look F1 to the following commands:
read report into itab...
generate report...
A.
‎2010 Jul 07 10:04 AM
Hi,
This thing you can achieve by using the Code Template . If you are using New ABAP editor you can in the bottom right side after the scrolling bar. Click on that add the code you need to insert .
Hope this might help you.
With Regards,
Sumodh.P
‎2010 Jul 07 10:21 AM
Why I see your question posted 3 times? Did you at least check any solution which we suggested? I guess no. Don't see the point then to keep anwsering on your questions.
Reported