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

Unable to initialise ABAP Control Framework

Former Member
0 Likes
1,632

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?

3 REPLIES 3
Read only

Former Member
0 Likes
829

Hi ,

check this BAPI <b>BAPI_GOODSMVT_CREATE</b>, pls go thru Documentation of this BAPI to know how to use.

Regards

Prabhu

Read only

0 Likes
829

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.

Read only

Simha_
Product and Topic Expert
Product and Topic Expert
0 Likes
829

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>