‎2007 Jan 25 8:33 AM
All,
We are running a BDC which will create Sales order using call Transaction. When we run in foreground we are able to create Sales order but in background, sales order not getting generated and job status says finished.
Below are the error msg we are getting in MSGTAB
( CALL TRANSACTION c_va01 USING bdcdata
MODE p_nodisp " No display
UPDATE p_syn " synchronous
Messages into MSGTAB )
Msg class DC - 006 / Control Framework: Fatal error - GUI cannot be reached
Msg class 00 - 341 / Runtime error & has occurred
Thanks in advance for your early reply
Best Regards,
Adeeb
‎2007 Jan 25 8:36 AM
Hi
U can't use a BDC program to simulate the trx VA01 if you run a functionality using Control Framework (perhaps you're loading the text?).
U have to use the BAPI BAPI_SALESORDER_CREATEFROMDAT2 instead of BDC program.
Max
‎2007 Jan 25 8:36 AM
Hi
U can't use a BDC program to simulate the trx VA01 if you run a functionality using Control Framework (perhaps you're loading the text?).
U have to use the BAPI BAPI_SALESORDER_CREATEFROMDAT2 instead of BDC program.
Max
‎2007 Jan 26 6:54 AM