‎2007 May 22 7:22 PM
Hi, I am running a program that calls ME22N as a BDC. When I run it in the foreground it works fine. But when I run it in the background I get the following error:
<b>Unable to initialise ABAP Control Framework ...
Unable to initialise ABAP Control Framework ...
Control Framework: Fatal error - GUI cannot be reached
Runtime error RAISE_EXCEPTION has occurred</b>
Thanks in advance for your help!
Mike
‎2007 May 22 7:29 PM
~As found in forum
<b>You cannot write a BDC on ME22n (ITs a enjoy transaction using ALV controls which will not work in the background). Use BAPI_PO_CHANGE instead.
Or do your BDC on the old transaction ME22.</b>
Regards,
Amit
Reward all helpful replies.
‎2007 May 22 7:29 PM
~As found in forum
<b>You cannot write a BDC on ME22n (ITs a enjoy transaction using ALV controls which will not work in the background). Use BAPI_PO_CHANGE instead.
Or do your BDC on the old transaction ME22.</b>
Regards,
Amit
Reward all helpful replies.
‎2007 May 22 7:34 PM