‎2008 Jun 06 10:36 AM
Hi Everybody,
It's a simple report, i want a push button i.e SAVE and when i click on it the desired output is saved on the desktop with giving a message like"Downloaded succesfully".
Rewarded with points.
With Regards,
Seevangi Mishra
‎2008 Jun 06 10:43 AM
WRITE THIS CODE.
SET PF-STATUS 'ABC'.
<<DCLICK ON ABC AND SET UR PUSHBUTTON SAVE
CASE SY-UCOMM.
WHEN 'SAVE'.
CALL FUNCTION 'GUI_DOWNLAOD'
ENDCASE.
THANKS
‎2008 Jun 06 10:39 AM
if its a simple report... y dont u do it own ur own??? or atleast try to....
pk
‎2008 Jun 06 10:39 AM
Hi,
Give the function code to pushbutton SAVE.If the user clicks that button,then consolidate the output to a final internal table.Use FM GUI_DOWNLOAD.Give the file path of your desktop.
‎2008 Jun 06 10:39 AM
why do you need a separate button....you can use the menu option list->save/send->file
check my reply your other post too
‎2008 Jun 06 10:40 AM
Hi,
Create a New PF status for your report and add button in it.. Now add the logic in the button click
once the data is save use the Function module "POPUP_TO_INFO". Specifying " Data doownloaded successfully"
&****** Reward pint if helpful******&
‎2008 Jun 06 10:43 AM
WRITE THIS CODE.
SET PF-STATUS 'ABC'.
<<DCLICK ON ABC AND SET UR PUSHBUTTON SAVE
CASE SY-UCOMM.
WHEN 'SAVE'.
CALL FUNCTION 'GUI_DOWNLAOD'
ENDCASE.
THANKS
‎2008 Jun 06 10:48 AM
IF YOU NEED MORE HELP GIVE ME UR MAIL ID WILL SEND YOU CODE.
THANKS
PLZ REWARDS POINT IF USEFUL
‎2008 Jun 06 10:53 AM
Hi,
I had already rewarded.
Thanks a lot for ur reply.....if i need further assistance then would definitely ask for...
Take care.
With Regards,
Seevangi Mishra
‎2008 Jun 06 10:47 AM