Hi all,
I am making a module pool program.
So in this if user inputs some value which is not valid, I want to give an error message. But the problem is when the error message is generated the system just gets me to the first screen after we login in to the system.
What I want to do is don't throw the user to that screen but, generate an error message and keep the user in the same screen with empty screen field in which the user can input his/her value in it.
So, does anyone know which type of error message I should use?