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

Problem on Error Message at Table Event

Former Member
0 Likes
741

Hi ,

I have one table where I used EVENT-01 which will trigger in the time of SAVE .

when I maitain data through SM30, I have all New Entry in this Event.

I validate this entry and if there have any problem I am displaying Error , But it will EXIT from the Maintain Screen.

But I want to go to the Maintain Screen with Error.

How Can I do this ?

I also tried with EVENT-05 there I can do all item check .But here i didnot get all the Line Item.

But I need all the line item at a time and then I can validate my requirement so i have to do validation in EVENT-01 .

Please tell me How I will do this validation .

1 ACCEPTED SOLUTION
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
683

Hi,

Just look at what Max has suggested in this

5 REPLIES 5
Read only

Former Member
0 Likes
683

Display Warning message as Error..

Message <message_text> type W display like E

Regards,

Mohaiyuddin

Edited by: Mohaiyuddin Soniwala on Feb 11, 2010 3:58 PM

Read only

0 Likes
683

No Dear , I have already tried with this , It will EXIT from the Maintain Screen

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
683

What kind of validation are you performing ?

I know this is out of your question, but there is a posibility to add the validation in the foreign key level.

Read only

0 Likes
683

Actually I want to check .....

This Table has 33 fields with 8 Primary key. There have 1 field name Sequence Number .

If there have 10 numbers of entry and and among them three entry has same Sequece Number , then I need to check some data

with in these three Entry .And if it fail then I want to display error and go to the Maintain Screen to correct the data

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
684

Hi,

Just look at what Max has suggested in this