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

Former Member
0 Likes
401

How to place the 'Save As' button or the button that shows the local file to be saved window (sub-window) when we click the button on a screen in my report program.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
378

On click of the button,call FM 'F4_FILENAME'.

Regards,

Aparna Gaikwad

2 REPLIES 2
Read only

Former Member
0 Likes
379

On click of the button,call FM 'F4_FILENAME'.

Regards,

Aparna Gaikwad

Read only

Former Member
0 Likes
378

Hi,

Check the class CL_GUI_FRONTEND_SEVRICES.

It has the Method FILE_SAVE_DIALOG.

Bhupal