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

how to insert code in ABAP program ( Z program) by ABAP coding.

Former Member
0 Likes
557

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

3 REPLIES 3
Read only

andreas_mann3
Active Contributor
0 Likes
500

look F1 to the following commands:

read report into itab...

generate report...

A.

Read only

Former Member
0 Likes
500

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

Read only

MarcinPciak
Active Contributor
0 Likes
500

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