Hi All,
i want to display a screen which should be having only comments that so and so user only should be executing this program. the req. is like the selection screen should be displayed and when the user executes only then a table is to be locked first and then the table is to be filled with records of other two tables. I have created a program like this.
selection screen 200.
declared the comments.
initialization.
called the selection screen 200.
start of selection.
locking the table and so on...
but in this program the problem is even if the user selects back button or any other button the program is getting executed i.e the control is going to start of selection.
please help me to solve teh problem. the req. is freezed, so, do not suggest to add a pop up or anything else.
awaiting your replies.