cancel
Showing results for 
Search instead for 
Did you mean: 

'UNCAUGHT_EXCEPTION', while executing archiving in production mode

islam_fayez
Explorer
0 Kudos

Dear Sirs

When executing the Archiving process for object MM_EINA, the job is cancelled with run time error as following:

What happened?

The exception 'CX_RAISING_ARCHIV' was raised, but it was not caught anywhere

along

the call hierarchy.

Since exceptions represent error situations and this error was not

adequately responded to, the running ABAP program

'CL_MMPUR_ARCHIVING_GENERAL====CP' has to be

terminated.

Information on where terminated

Termination occurred in the ABAP program "CL_MMPUR_ARCHIVING_GENERAL====CP" -

in "PANIC_HANDLER".

The main program was "RM06IW70 ".

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

of the (Include) program "CL_MMPUR_ARCHIVING_GENERAL====CM00S".

Source Code Extract

Line SourceCde

1 METHOD panic_handler.

2 IF im_level EQ cl_mmpur_constants=>level_all OR

3 im_level IS INITIAL.

4 RAISE EXCEPTION TYPE cx_raising_archiv

5 EXPORTING

6 continue = im_continue

7 level = cl_mmpur_constants=>level_3.

8 ELSE.

>>>>> RAISE EXCEPTION TYPE cx_raising_archiv

10 EXPORTING

11 continue = im_continue

12 level = im_level.

13 ENDIF.

14 ENDMETHOD.

Please advise

Islam Fayez

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hello,

I have the same problem. The Support Package "SAPKH60508" is already installed.

Which criteria do you have defined to solve this error?

Former Member
0 Kudos

Problem solved. Archiving path was not configured.

islam_fayez
Explorer
0 Kudos

Hello

Under Customizing>> Technical Settings

Under Archive Size in MB >> 100

Maximum Number of objects >> 9,999,999

Wish my answer meets your requirements.

Best regards

Islam Fayez

islam_fayez
Explorer
0 Kudos

Thanks problem is solved.

by defined the right criteria.

Former Member
0 Kudos

Hello,

I have the same problem. The Support Package "SAPKH60406" is already installed.

Which criteria do you have defined to solve this error?

tomas_black
Active Contributor
0 Kudos

Hello Islam,

please check if you have SAP Note #1340852 implemented on your system. This could possibly be a prerequisite to SAP Note 1464773:

#1340852: Message handling in archiving objects for purchasing

If SAP Note #1340852 is not implemented on your system , please do so and then try to reimplement SAP Note #1464773 to see if the errors still persist.

Also, please refer to the related notes:

#1477980

#1325863

#976264

I hope this can be of help.

Best regards,

Tomas Black

JPReyes
Active Contributor
0 Kudos

Theres a lot of Notes with corrections for RM06IW70, did you check SMP?

Whats your SAP_APPL release and patch?