‎2008 Dec 09 12:50 PM
Hello all there,
i need a Function or Bapi to create an new ASCII-File.
But there ist one Problem!!!
The creation of this ASCII-File must be generated in the background, of this Programm.
I have an Function (CL_GUI_FRONTEND_SERVICES=>FILE_SAVE_DIALOG) that createt a ASCII-File but it should not open a Menu to save it.
The creation of the ASCII-File must be saved automatic in the background without an Menu to klick with the mouse.
Regards
ETO
‎2008 Dec 09 12:52 PM
Hi,
use FM 'GUI_DOWNLOAD' with FILE_TYPE = 'ASC'.
Pass the path in the FM where you wish to download the file.
Best regards,
Prashant
‎2008 Dec 09 12:52 PM
Hi,
use FM 'GUI_DOWNLOAD' with FILE_TYPE = 'ASC'.
Pass the path in the FM where you wish to download the file.
Best regards,
Prashant