‎2006 Jul 25 5:10 AM
Hi,
I have implemented an ABAP program which will call the MIGO_GI by BDC. The program does not have any problem when the execution is process in online mode (click and wait...). However it displayed "Unable to initialise ABAP Control Framework" if it was running in background or schedule.
Any hints and solution to that?
‎2006 Jul 25 5:56 AM
Hi ,
check this BAPI <b>BAPI_GOODSMVT_CREATE</b>, pls go thru Documentation of this BAPI to know how to use.
Regards
Prabhu
‎2006 Jul 25 6:51 AM
So it is not allowed to create the material movement by this?
Since the program is already finished, I want to see any minor changes that can help.
‎2006 Jul 25 7:02 AM
Hi,
BDC don't work for MIGO transaction. b'coz it is a enjoy transaction.
Enjoy transaction contains grid controls in it so by which it is unable to update while we run the BDC in background.
We have to go for BAPI <b>BAPI_GOODSMVT_CREATE</b>.
No other way for this to proceed..
Use this BAPI to create the goods movement.
Cheers,
Simha.
<b>Reward all the helpful answers</b>