‎2009 Apr 09 10:26 AM
I am running BDC in background for PP03 and getting this error message "Error message: (00/341) Runtime error RAISE_EXCEPTION has occurred" but while running in foreground it is working fine...Please give details analysis of problem as i am new to ABAP-HR.
Thanks in advance.
Karan
‎2009 Apr 09 10:29 AM
Hi,
Put the mode of BDC as 'E'.
and check where error has occured.
-RJ
‎2009 Apr 09 10:57 AM
In mode E there is no error ie successfully executed but in background this exception
"Exception condition "CNTL_SYSTEM_ERROR" is raised.
‎2009 Apr 09 11:35 AM
Hi Karann,
An exception like CNTL_SYSTEM_ERROR implies the application is trying to instantiate a container on a screen which cannot be done in background mode and hence the program dumps.
As mentioned by Rhea, the transaction is probably not possible to run in background.
Regards,
Aditya
‎2009 Apr 09 11:39 AM
‎2009 Apr 09 10:34 AM
Transaction is not capable for a bdc in background . Try with other alternates like BAPI etc.
Rhea.
‎2009 Apr 09 5:37 PM