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

Read Function Module into itab?

fabian_nicolay
Associate
Associate
0 Likes
333

Hi,

i know that the ABAP command read report into itab can be used to get the sourcecode of a report

READ Report 'FOOREPORT' INTO lt_scode.

Is there a function, method or similiar command to get the sourcecode of a Function Module?

Kind Regards,

Fabian.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
312

Hi Fabian,

FM are internally nothing but the include program.

you can read the source code in the same way. There are FM for doing the same. Search SDN you may find them.

Regards,

Atish

1 REPLY 1
Read only

Former Member
0 Likes
313

Hi Fabian,

FM are internally nothing but the include program.

you can read the source code in the same way. There are FM for doing the same. Search SDN you may find them.

Regards,

Atish