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

Gui_Download inside an User-Exit

Former Member
0 Kudos
371

Hi;

I'm using user-exit "RFFOX901" to generate bank transfer file.

If i use RFFOM100 program from SE38 i can debug an generate transfer file with Gui_Download Function from that user-exit.

But, if i run F110 y doesn´t allow to debug or create transfer file with Gui_Download, but it creates the header line in the structure E_DTAM100H and display the generated file with the header..

We don´t want to use the structures for SWIFT transfer file but we want to create our own format and download the new file from this user-exit.

Thanks on advance.

David Fúnez

Tegucigalpa, Honduras

1 ACCEPTED SOLUTION
Read only

Former Member
0 Kudos
259

When you run F110 you are running your program in batch so GUI_DOWNLOAD wont work.

If you are on the same n/w as of the server you can use OPEN DATASET to download files to your local machines.

Thanks

Bhanu

1 REPLY 1
Read only

Former Member
0 Kudos
260

When you run F110 you are running your program in batch so GUI_DOWNLOAD wont work.

If you are on the same n/w as of the server you can use OPEN DATASET to download files to your local machines.

Thanks

Bhanu