‎2008 Apr 16 12:21 AM
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.
‎2008 Apr 16 12:38 AM
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
‎2008 Apr 16 12:38 AM
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