Application Development 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: 

Control Framework: Fatal error - GUI cannot be reached

Former Member
0 Kudos

hi

i have devloped a code for automatic bill passing using miro transaction

i have used a bdc for the same

i foreground it is working fine

but while i am sechduling it in background its giving me the

following error

Control Framework: Fatal error - GUI cannot be reached

5 REPLIES 5

Former Member
0 Kudos

It looks like you are using some FM which needs gui interaction and cannot be run in background. Are you using GUI_UPLOAD or something? IF yes then you cannot run it in Background.

0 Kudos

no i am not using any function module i

have just Written a BDC for the same

0 Kudos

I think it is because you are using MIRO which is an Enjoy transaction that uses Control Framework and hence cannot be used in background. Did you try using BAPI_INCOMINGINVOICE_CREATE instead to serve your purpose?

0 Kudos

yeah but iwant to use bdc only to post

is there any way ????/

0 Kudos

thankx