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

Former Member
0 Likes
2,265

Hello Experts,

I have this ABAP runtime error when trying to backflush a part. I will really appreciate a response and points will be awarded.

Runtime Errors RAISE_EXCEPTION

Date and Time 11/19/2008 07:19:36

Short dump has not been completely stored (too big)

-


-


Short text

Exception condition "NO_MULTI_CLASSIF" raised.

Information on where terminated

Termination occurred in the ABAP program "SAPLCLFM" - in "OLD_CLASS_HANDLING".

The main program was "SAPMZPP_REM_BACKFLUSH2 ".

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

of the (Include) program "LCLFMF64".

if multi_class = kreuz.

perform build_all_tabs using i_class

l_stdflag e_text.

standardklasse = 1.

else.

*-- Es darf aber keine Mehrfachklassifizierung geben !!!!

20 >>>>> raise no_multi_classif.

21 endif.

4 REPLIES 4
Read only

Sandra_Rossi
Active Contributor
0 Likes
634

Look at sap notes for a correction. If none, open a sap message for support.

Read only

0 Likes
634

Actually, this looks like a Z program.

It looks like the program was calling a fm CLFM_OBJECT_CLASSIFICATION, but the EXCEPTIONS were not coded. Try adding them and add the code to check sy-subrc after the FM finishes.

Rob

Edited by: Rob Burbank on Nov 19, 2008 5:40 PM

Read only

Former Member
0 Likes
634

This error has been resolved by batch swap

Read only

0 Likes
634

Hi Joel,

I have got the same issue. Can you please explain the steps followed to solve this issue?.

It will be really helpful for me. Thanks.

Regards,

Raj