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

Simple report

Former Member
0 Likes
866

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
842

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

8 REPLIES 8
Read only

Former Member
0 Likes
842

if its a simple report... y dont u do it own ur own??? or atleast try to....

pk

Read only

Former Member
0 Likes
842

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.

Read only

Former Member
0 Likes
842

why do you need a separate button....you can use the menu option list->save/send->file

check my reply your other post too

Read only

Former Member
0 Likes
842

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******&

Read only

Former Member
0 Likes
843

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

Read only

0 Likes
842

IF YOU NEED MORE HELP GIVE ME UR MAIL ID WILL SEND YOU CODE.

THANKS

PLZ REWARDS POINT IF USEFUL

Read only

0 Likes
842

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

Read only

Former Member
0 Likes
842

Thank you.

Amit.

Edited by: Amit on Jun 6, 2008 11:56 AM