Application Development 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: 

Runtime error RAISE_EXCEPTION has occurred

Former Member
0 Kudos

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

6 REPLIES 6

Former Member
0 Kudos

Hi,

Put the mode of BDC as 'E'.

and check where error has occured.

-RJ

0 Kudos

In mode E there is no error ie successfully executed but in background this exception

"Exception condition "CNTL_SYSTEM_ERROR" is raised.

0 Kudos

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

0 Kudos

Please tell the solution .Waiting for the reply

Former Member
0 Kudos

Transaction is not capable for a bdc in background . Try with other alternates like BAPI etc.

Rhea.

Former Member
0 Kudos

Duplicate post locked.