‎2008 Nov 20 3:50 PM
Hi all,
I have created a job for a ABAP report . It is giving the following error.
Control Framework: Fatal error - GUI cannot be reached
I am calling a transaction in my ABAP program.
Can anyone plz help....
Thanks,
Sudha.........
‎2008 Nov 20 4:03 PM
Hi,
If you are calling the transaction in session method and if there is screen in the recording that contains control framework elements such as ALV, Editor or Tree etc. Then you will get this error.
The main reason for these errors is that all the programs which render framework elements reside on the presenetation server GUI not in application server. So when executing a transaction in session method it is being executed in application server and hence the error.
Also even if ur using simple call transaction to run the recording and you are calling the scheduling the program in background job, then also you will get the error.
hope this clarifies the doubt.
thanks,
preetham s
‎2008 Nov 20 4:05 PM
Hi,
In general if you use controls you can't schedule it in background.
It will give error.
‎2008 Nov 20 4:06 PM
‎2008 Nov 20 4:10 PM
When I click any sales order in the output it should take me to the Tcode VA02 .
‎2008 Nov 20 4:15 PM
Hi,
In the job scheduled, what transaction are u calling and does any of the screens in that transaction contain any ALV or control elements.
Thanks,
preetham s