‎2008 Sep 12 6:13 AM
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
‎2008 Sep 12 6:23 AM
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.
‎2008 Sep 12 6:29 AM
no i am not using any function module i
have just Written a BDC for the same
‎2008 Sep 12 6:43 AM
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?
‎2008 Sep 12 6:45 AM
‎2008 Sep 16 8:59 AM