‎2008 Aug 20 12:25 PM
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.
‎2008 Aug 20 12:31 PM
On click of the button,call FM 'F4_FILENAME'.
Regards,
Aparna Gaikwad
‎2008 Aug 20 12:31 PM
On click of the button,call FM 'F4_FILENAME'.
Regards,
Aparna Gaikwad
‎2008 Aug 20 12:32 PM
Hi,
Check the class CL_GUI_FRONTEND_SEVRICES.
It has the Method FILE_SAVE_DIALOG.
Bhupal