Application Development 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: 

Warning message produces short dump in user exit

Former Member
0 Kudos

Hi all,

I have a user exit for transaction VA02, on which a warning message is displayed. It works fine when modifying the orders, but when I try to delete one, it produces a short dump with the following description:

+The program attempted to issue a " " message during "Exit Command" processing.

This is an illegal operation.

The program was terminated.+

Is there any way to bypass this issue?

I've tried other types of messages and error also produces a short dump, while success and information work fine...

Thank you all very much.

Jose.

2 REPLIES 2

Former Member
0 Kudos

Hi Jose,

ttry to use riase exception...

0 Kudos

Hi Prabhu,

thanks for answering, but I believe the raise exception only works for methods, and it's not my case...