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
6,815

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.In mode E there is no error ie successfully executed but in background this exception "Exception condition "CNTL_SYSTEM_ERROR" is raised......Please give details analysis of problem as i am new to ABAP-HR.. Pasting the dump also. ABAP Gurus please dont adivice me to try with other alternates like BAPI etc. As i am doN'T know about BAPI and i am bound to fix the problem by BDC only

Thanks in advance

4 REPLIES 4
Read only

Former Member
0 Likes
2,875

Moderator message - SAP notes are copyrighted materials and may not be posted here

<< Cut and paste without attribution from SAP note 721791 removed >>

Edited by: Rob Burbank on Apr 9, 2009 1:33 PM

Read only

matt
Active Contributor
0 Likes
2,875

Check the above referenced OSS note. If I remember correctly, this problem is caused by trying to BDC a transaction which use control technology, which, obviously, is impossible.

matt

Edited by: Matt on Apr 9, 2009 7:43 PM

Read only

Former Member
0 Likes
2,875

Thanks everybody for prompt response..I will read the notes tomorrow and will get back to you..

Read only

former_member125661
Contributor
0 Likes
2,875

You cannot use PP03 in batch. It is not batch compatible.It uses some control framework which work only if the SAP GUI is active or when it is run in foreground. Use PP02 instead.A workaround of the problem would be to switch off the object manager: Set the ADMINISTRATION OBJMG switch in table T77S0 to X or (to deactivate the object manager for specific users only) proceed according to Note 496718.

In the medium or long term, SAP recommends that you use Transaction PP02 only. Transaction PP02 is and will be the only transaction that is fully batch-input-compatible (also in future releases).