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

FM to get ABAP Coding

Former Member
0 Likes
586

Hi,

is there a function module to get the source of a abap report or program?

Regards,

Anton

1 ACCEPTED SOLUTION
Read only

valter_oliveira
Active Contributor
0 Likes
567

Hello.

Why not

SE38->enter your report->click on display->in the menu: Utilities->more utilities->Upload/download->download

Regards.

Valter Oliveira.

5 REPLIES 5
Read only

valter_oliveira
Active Contributor
0 Likes
568

Hello.

Why not

SE38->enter your report->click on display->in the menu: Utilities->more utilities->Upload/download->download

Regards.

Valter Oliveira.

Read only

0 Likes
567

Hi,

because i must read the abap coding, make same modifications and create the report new.

And at the moment, i read the coding directly from database.

Regards,

Anton

Read only

0 Likes
567

Hi.

I don't know about any FM for this but there is the ABAP command "READ REPORT" to read a report into an internal table. Maybe that helps?

Best regards,

Jan Stallkamp

Read only

0 Likes
567

READ REPORT prog INTO itab.

Read only

0 Likes
567

Hi,

thanks Jan. That`s what i need.

Regards,

Anton