cancel
Showing results for 
Search instead for 
Did you mean: 

Error in I_STEP = 3

Former Member
0 Kudos

Hi all,

I am validating the user input in I_STEP = 3 and popping up a message. However, after the popup , the query continues to get executed. I have tried to use "Raise <exception>" . However, in this case , I get an error message after the popup saying that "There are invalid values for the variables". Is there anyway to catch this error message. Please let me know if there is any other alternative.

Thanks,

Kartheek

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Karthink,

When validating the user input in I_STEP = 3 and popping up a message. However, after the popup , the query continues to get executed without giving a chance to the user to input the correct value for the varible.

I have seen that u have faced the similar kind of issue .Is your issue got resolved is yes, could you please let us know how it got solved.

Thanks

Srinivas

Former Member
0 Kudos

Hello Kartheek,

Check your variable is defined as Mandatory in the variable definition. When an entry is mandatory and invalid system doesnt continue unless it has proper values.

GSM.