‎2010 Mar 25 2:39 PM
Hi All,
I am using GUI_DOWNLOAD Function module in my program to download data to excel sheet and I have issues with the data format being changed in the function module and I want to debug and see what is happening but I am unable to get in to GUI_DOWNLOAD FM in debugging.When I hit F5 at the FM I am seeing a method constructor and not able to go to the real code part of FM and when I hit F7 I am out of the GUI_DOWNLOAD. Please let me know if someone know how to debug FM GUI_DOWNLOAD or let me know what is that I am doing wrong.
Thanks,
Jhansi
Edited by: Jhansikiran on Mar 25, 2010 10:39 AM
‎2010 Mar 26 4:32 AM
Hi,
I think you will not get any useful output by debugging GUI_DOWNLOAD. As it is a standard function module.
What is the issue that you are facing in the downloaded excel sheet?
Even then if you want to debug GUI_DOWNLOAD, then you are on right track, in debugging mode, you need to press F5 on GUI_DOWNLOAD, as it is a standard FM you need to debug it patiently. It will get to main code.
Thanks,
Archana
‎2015 Jan 21 10:03 AM
Hello Jhansi,
before entering the FM by pressing F5, click Settings->System debugging ON/OFF in the debugger.
Peter