‎2008 Nov 18 12:06 PM
I want to incorporate a save functionality in my program so that whatever is the output i can save it in the required path given by the user.Is there any function module to do that?? or any other way?
‎2008 Nov 18 12:08 PM
You have to make your requirement bit more elaborate..R u using classical report or alv..?
‎2008 Nov 18 12:12 PM
No I am generating a graphics now I want to give user this option of saving the graphics pic in the specified path they want in their system
‎2008 Nov 18 12:35 PM
Hi Priya ,
Hope this helps u ...
https://www.sdn.sap.com/irj/scn/wiki?path=/display/snippets/abapprogramtodownloadBITMAPfileto+PC
Regards
Renu
‎2008 Nov 18 12:56 PM
I executed this program but it is saying 'CLASS "CL_SSF_XSF_UTILITIES is unknown...Can you please help I am new to Object oriented programming
‎2008 Nov 18 12:33 PM
>
> I want to incorporate a save functionality in my program so that whatever is the output i can save it in the required path given by the user.Is there any function module to do that?? or any other way?
Hi Priya,
Use the following method to do the requested task:-
Call method cl_gui_frontend_services=>FILE_SAVE_DIALOG.
Regards,
Ravi.
‎2008 Nov 18 12:34 PM
Hi Priya,
The above will bring you a dialogue where you can navigate to your required dirctory using mouse clicks.
Regards,
Ravi.