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' using T-code BP

Former Member
0 Likes
896

Hi Experts:

I have encounted a problem descripted below:

Message 'Control Framework: Fatal error - GUI cannot be reached' prompted when using .NET to call a RFC program which use BDC to add relationship between contact person and business partner.

Our request is using .NET to call a RFC function to create customer and contact person. For using BAPI the relationship cannot be synchonized to R3 (We use CRM 5.0 and ECC6.0 and use Middleware to sync customer and Order data between the two). So I used BDC to add the relationship. The function works fine when I use a report program to test it. But it prompt the message ''Control Framework: Fatal error - GUI cannot be reached' when I use .NET to call the function. Message class DC no is 006.

Does any one can give me a clue to solve this problem?

2 REPLIES 2
Read only

Former Member
0 Likes
494

Hi,

Normally this error is raised when the system is trying to display a pop-up for some user input or for some message.

1. Check if you can use any BAPI instead of BDC

2. Debug during RFC call & check why is the system raising a popup. If possible fix it

3. Check for any relevant SAP Note to suppress the popup. Type the Error message & the transaction & then search.

Best regards,

Prashant

Read only

Former Member
0 Likes
494

Problem solved.

Back to use BAPI.