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

User- Control Framework: Fatal error - GUI cannot be reached

Former Member
0 Likes
520

Hi,

I am currently working on a Project , were I am facing an issue.

I have Inbound IDoc which come, runs a BDC and then Packs HU via transaction VT02N.

The Problem is when I or some user manually trigger this IDoc via WE19 the code works fine,

But when an external system sends an IDoc we have system user which does the processing and while doing so it gives out an message "User- Control Framework: Fatal error - GUI cannot be re", we cannot debug this. I managed to capture all system message and save them in a file.

Could some one kindly help me with this.

Br,

AmiT

2 REPLIES 2
Read only

Sm1tje
Active Contributor
0 Likes
432

It seems that you are calling a dynpro during background processing. In background however, dynpros can not be processed. Are you using CALL TRANSACTION with BDC_OPTIONS to display the screens (MODE A, E for example)?

Read only

Former Member
0 Likes
432

hi.

you are correct , we have used call transaction in N mode,

But initially it used to work and suddenly its behaving like this.

Br,

AmiT