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

Which Function/ BAPI can CREATE an ASCII-File ?

Former Member
0 Likes
307

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
269

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

1 REPLY 1
Read only

Former Member
0 Likes
270

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