‎2008 Dec 15 2:59 AM
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?
‎2008 Dec 15 3:21 AM
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
‎2008 Dec 16 12:44 AM