‎2010 Feb 11 10:22 AM
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 .
‎2010 Feb 11 11:26 AM
‎2010 Feb 11 10:28 AM
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
‎2010 Feb 11 10:31 AM
No Dear , I have already tried with this , It will EXIT from the Maintain Screen
‎2010 Feb 11 10:59 AM
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.
‎2010 Feb 11 11:15 AM
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
‎2010 Feb 11 11:26 AM