‎2008 Nov 19 5:01 PM
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.
‎2008 Nov 19 10:26 PM
Look at sap notes for a correction. If none, open a sap message for support.
‎2008 Nov 19 10:38 PM
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
‎2008 Dec 03 1:27 AM
‎2009 Aug 21 10:48 PM
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