‎2008 May 23 7:54 AM
Hi Friends
In my Report I am using the FM: GUI_UPLOAD and while running the report in foreground, I am getting the proper results. But while running the same in Background I am getting the error: CONTROL_FLUSH_ERROR .
As my understanding ,to resolve this we have to upgrade the sap gui.
Can anyone suggest me the exact reason for this error and the solution as well.
Points are assured for useful answers.
@SAP GURUS: I am eagerly waiting for your help and suggestions on this.
Regards,
Sree
‎2008 May 23 7:58 AM
Hi,
GUI_UPLOAD does not work in background mode. This is applicable only for foreground mode.
Shruthi
Edited by: Shruthi R on May 23, 2008 8:58 AM
‎2008 May 23 8:53 AM
Hi Shruthi
Thanks for your Response.
Can you/any one provide me the respective SAP Note for the same.
Regards'
Sree
‎2008 May 23 9:39 AM
Hi,
As far as i know, there is no note for this. this is the functionality of GUI_UPLOAD>
GUI_* and WS_* function modules are not designed to work in that way, as they need to access your personal computer file.
To choose the correct download method to used, you can check the value of SY-BATCH in your code, check if background or foreground mode and then execute.
Hope this helps. Pls reward points if useful.
Shruthi
‎2009 Apr 21 9:45 AM