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

Control Framework: Fatal error - GUI cannot be reached

santhosh_patil
Contributor
0 Likes
541

Hello ,

I have a report which uses BDC for VL01N to create the delivery.

It was working fine in 4.6B version, but in ERP 6.0 when we run the report in background the following error is displayed .

Control Framework: Fatal error - GUI cannot be reached

I did some analysis and come to know that we cant use BDC for any enjoy transaction.

Is there any way to correct it, if not please suggest the BAPI to be used for :

1. Delivery creation from order.

2. Handling unit creation

3. Packing.

Thank you

3 REPLIES 3
Read only

Former Member
0 Likes
429

< IGNORE >.

Read only

bpawanchand
Active Contributor
0 Likes
429
BAPI_OUTB_DELIVERY_CREATENOREF - Create delivery without reference
BAPI_OUTB_DELIVERY_CREATE_SLS - Create delivery with reference to Sales Order
Read only

Former Member
0 Likes
429

>I did some analysis and come to know that we cant use BDC for any enjoy transaction.

yes your analysis is correct. in Foreground they will work. but in background you will face these kind of problems when you are dealing with Enjoy transactions/entering long texts.

Alternative you can try with Functions WS_DELIVERY_UPDATE / WS_DELIVERY_UPDATE_2