2012 May 10 3:56 PM
Hi all,
I have done an EXIT in MIGO transaction for goods movement save. Inside the EXIT i have used GUI_DOWNLOAD to create a file in desktop.
Problem is my EXIT is triggered in UPDATE TASK , so i am not able to create a file using DOWNLOAD.
Same this happened ,when i run a program in background job!!!
is it possible to download a file to desktop in UPDATE TASK ? if not any other alternative !!!
Thanks,
Srini.
Moderator message - points re-allocated
2012 May 10 4:04 PM
Srinivas, please search the forum for many, many posts on this subject, answered many, many times.
Obviously, one cannot download a file to a desktop from a background job. Since one cannot download a file is there is no "connection" to the GUI server (the PC), one must find an alternative.
You will see that programmers write small routines to store a file, often in tab-delimited format, from these processes, and then use some utility program to copy the file from the apps server to the PC (often executed by the user).
But, you could have found out all this with a simple forum search, and saved all that pressure on your shift and 1 buttons.
And stay the heck away from that ! button, okay? Some of us don't like the sense of drama and urgency.
2012 May 10 4:04 PM
Srinivas, please search the forum for many, many posts on this subject, answered many, many times.
Obviously, one cannot download a file to a desktop from a background job. Since one cannot download a file is there is no "connection" to the GUI server (the PC), one must find an alternative.
You will see that programmers write small routines to store a file, often in tab-delimited format, from these processes, and then use some utility program to copy the file from the apps server to the PC (often executed by the user).
But, you could have found out all this with a simple forum search, and saved all that pressure on your shift and 1 buttons.
And stay the heck away from that ! button, okay? Some of us don't like the sense of drama and urgency.
2012 May 10 4:14 PM
I did do a search before posting here. I could not find any post related to UPDATE TASK and download file. Thats why i raised a query .
//And stay the heck away from that ! button, okay? Some of us don't like the sense of drama and urgency.
i dont know why you said this.!!!
Moderator message - there is no need to embelish your question. Exclamation marks add nothing to the content.
Message was edited by: Rob Burbank
2012 May 10 4:04 PM
It is not possible to use gui_download in update task or background. Download to the application server instead
2012 May 16 2:41 AM
It is not possible to download in your desktop in update task or background. How can it access your desktop ? Send a mail with the attachment the file whoever needs that file.