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

save functionality

Former Member
0 Likes
664

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?

6 REPLIES 6
Read only

Former Member
0 Likes
640

You have to make your requirement bit more elaborate..R u using classical report or alv..?

Read only

0 Likes
640

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

Read only

0 Likes
640

Hi Priya ,

Hope this helps u ...

https://www.sdn.sap.com/irj/scn/wiki?path=/display/snippets/abapprogramtodownloadBITMAPfileto+PC

Regards

Renu

Read only

0 Likes
640

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

Read only

raviprakash
Product and Topic Expert
Product and Topic Expert
0 Likes
640

>

> 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.

Read only

raviprakash
Product and Topic Expert
Product and Topic Expert
0 Likes
640

Hi Priya,

The above will bring you a dialogue where you can navigate to your required dirctory using mouse clicks.

Regards,

Ravi.