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

Problem with background BDC

Former Member
0 Likes
1,919

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

1 ACCEPTED SOLUTION
Read only

amit_khare
Active Contributor
0 Likes
464

~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.

2 REPLIES 2
Read only

amit_khare
Active Contributor
0 Likes
465

~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.

Read only

0 Likes
464

Thanks for the help!

Mike