‎2013 Dec 10 7:38 AM
In object oriented alv reports why gui controls not supported back ground jobs?
‎2013 Dec 10 7:43 AM
Hi,
in background you didn't have gui .. so you can't control it
did you try to display an ALV Grid or Tree in background. Instead of a custom container try to use a docking container
regards
Fred
‎2013 Dec 10 7:43 AM
‎2013 Dec 10 7:44 AM
Because there is no active GUI when you are running in background.
All GUI functions make use of the presentation server when executing which is not available when you run a program in background.
However, there are alternatives for most of the GUI functions to perform the same task in background.
For example, if instead of GUI_UPLOAD/GUI_DOWNLOAD functions, you can use OPEN/READ/WRITE/CLOSE dataset statement to perform the same function.