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

Control Framework : Fatal Error - GUI cannot be reached.

Former Member
0 Likes
1,720

Hi Experts,

I have created a recording for FPP2 tcode, and using BDC session method,

it works fine in the foreground , but in background i get the error Control Framework : Fatal Error - GUI cannot be reached.

The customer does not prefer a BAPI alternative for this, so I need to fix it in the BDC itself, does anyone fixed this before? pls help.

2 REPLIES 2
Read only

Former Member
0 Likes
688

Hello,

Did you already try to run the BDC with Display errors only.

BDC in background often gives problems when ALV controls are used (example an ALV grid) which can not be interpreted in background because some frontend services of your SAPgui are needed.

Wim

Read only

0 Likes
688

We used Call Transaction method to fix this.