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

Debug GUI_DOWNLOAD

Former Member
0 Likes
580

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

2 REPLIES 2
Read only

Former Member
0 Likes
465

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

Read only

former_member343018
Discoverer
465

Hello Jhansi,

before entering the FM by pressing F5, click Settings->System debugging ON/OFF in the debugger.

Peter