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,151

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
Read only

Former Member
0 Likes
804

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.

Read only

0 Likes
804

no i am not using any function module i

have just Written a BDC for the same

Read only

0 Likes
804

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?

Read only

0 Likes
804

yeah but iwant to use bdc only to post

is there any way ????/

Read only

0 Likes
804

thankx