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

Validation entry table while saving in sm30...

Former Member
0 Likes
744

Hi guys, i need some help.

i am using the 01 event to intercept the saving process of an entry table in sm30.

the problem is: If i try to rise any error message into the 01 event, i am able to see it on the status bat, but the transaction immediately quit.

i will appreciate any suggestion.

thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
530

Set the flag vim_abort_saving = 'X' before you issue the error message. If it doesn't still work, set the flag and then issue a 'S' or 'I' message.

Edited by: Srinivas Adavi on Jun 26, 2009 12:57 PM

1 REPLY 1
Read only

Former Member
0 Likes
531

Set the flag vim_abort_saving = 'X' before you issue the error message. If it doesn't still work, set the flag and then issue a 'S' or 'I' message.

Edited by: Srinivas Adavi on Jun 26, 2009 12:57 PM