‎2008 Oct 24 12:57 PM
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
‎2008 Oct 24 1:01 PM
‎2008 Oct 24 1:03 PM
BAPI_OUTB_DELIVERY_CREATENOREF - Create delivery without reference
BAPI_OUTB_DELIVERY_CREATE_SLS - Create delivery with reference to Sales Order
‎2008 Oct 24 1:04 PM
>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