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

Runtime error RAISE_EXCEPTION has occurred

Former Member
0 Likes
965

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
Read only

Former Member
0 Likes
853

Hi,

Put the mode of BDC as 'E'.

and check where error has occured.

-RJ

Read only

0 Likes
853

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

"Exception condition "CNTL_SYSTEM_ERROR" is raised.

Read only

0 Likes
853

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

Read only

0 Likes
853

Please tell the solution .Waiting for the reply

Read only

Former Member
0 Likes
853

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

Rhea.

Read only

Former Member
0 Likes
853

Duplicate post locked.