‎2009 Apr 09 3:57 PM
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
‎2009 Apr 09 4:22 PM
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
‎2009 Apr 09 6:43 PM
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
‎2009 Apr 09 7:07 PM
Thanks everybody for prompt response..I will read the notes tomorrow and will get back to you..
‎2009 Apr 10 1:43 AM
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).