cancel
Showing results for 
Search instead for 
Did you mean: 

Update fails daily with RAISE_EXCEPTION dump.

Former Member
0 Kudos

Hi,

Update is failing daily with RAISE_EXCEPTION dump.

As per the dump:

A RAISE statement in the program "/SDF/SAPLSCOV_LITE" raised the exception

condition "INSERT_ERROR".

Information on where terminated

    Termination occurred in the ABAP program "/SDF/SAPLSCOV_LITE" - in

     "/SDF/UPL_SAVE".

    The main program was "RSM13000 ".

    In the source code you have the termination point in line 14

    of the (Include) program "/SDF/LSCOV_LITEU04".

    The program "/SDF/SAPLSCOV_LITE" was started in the update system.

The update is failing from the Solman user SM_<SOLMAN SID>.

Couldnot find much details in SAP notes also.

Please advice.

Accepted Solutions (0)

Answers (4)

Answers (4)

0 Kudos

Hello Ashutosh,

Please check the correction, instruction in the below Snote

Let me know if still issue persist

2136374 - RAISE_EXCEPTION dump when you save the order or notification

Regards

Eknath

ashish_suri29
Explorer
0 Kudos

Try to copy line 14 of the standard program. Also Check if the RFC is maintained properly or not

BR,

Ashish Suri.

Former Member
0 Kudos

Check if the job was planned in twice under 2 different users, seen this happen.

Deleting one of the jobs will do the "trick"

ashish_suri29
Explorer
0 Kudos

Check with Dump name and Exception triggered in google or let us know more details.

Is it in Update Function module.

Put a Breakpoint in code and try to trigger it.