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 cannot be reached

Former Member
0 Likes
761

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.........

5 REPLIES 5
Read only

Former Member
0 Likes
681

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

Read only

Former Member
0 Likes
681

Hi,

In general if you use controls you can't schedule it in background.

It will give error.

Read only

Former Member
0 Likes
681

What's the transaction?

Rob

Read only

0 Likes
681

When I click any sales order in the output it should take me to the Tcode VA02 .

Read only

0 Likes
681

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