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

Regarding short dump in a program with Raise_Exception

nagamani_modala2
Discoverer
0 Likes
785

Hi,

While running some programs in foreground or background I have got a short dump several times with raise_exception with the following details.

The termination occurred in the ABAP/4 program <b>"SAPLCLAF</b> " in "MERKMAL_CHECK".

A RAISE statement in the program "SAPLCLAF " raised the exception condition <b>"INVALID_CLASS_TYPE"</b> in the function module CTUT_FEATURE_DATA.

Can any one help me to rectify this error.

Thanks in advance,

Nagamani.

Hi,

While running some programs in foreground or background I have got a short dump several times with raise_exception with the following details.

The termination occurred in the ABAP/4 program <b>"SAPLCLAF</b> " in "MERKMAL_CHECK".

A RAISE statement in the program "SAPLCLAF " raised the exception condition <b>"INVALID_CLASS_TYPE"</b> in the function module CTUT_FEATURE_DATA.

Can any one help me to rectify this error.

Thanks in advance,

Nagamani.

3 REPLIES 3
Read only

Former Member
0 Likes
676

Search OSS.

There are several notes relating to this.

Read only

0 Likes
676

Hi,

I have checked OSS but could not find suitable solution.

Nagamani

Read only

0 Likes
676

In the shortdump, look for the value of the feature on which the error occurred.. ie the variable FEATURE_ID & try if you can activate that feature using Tcode PE03.

~Suresh