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

SET CURSOR in USER-EXIT

Former Member
0 Likes
638

Hi Experts,

I have a function module, user-exit that does a checking on a parameter for a standard transaction. I've been able to do the checking however after displaying the error message the parameter was grayed-out/disabled.

How can I enabled it after displaying the error message so that the user could enter a value in the parameter and correct the error. Can I use the SET CURSOR here?

Thanks in advance!

Hi Experts,

I have a function module, user-exit that does a checking on a parameter for a standard transaction. I've been able to do the checking however after displaying the error message the parameter was grayed-out/disabled.

How can I enabled it after displaying the error message so that the user could enter a value in the parameter and correct the error. Can I use the SET CURSOR here?

Thanks in advance!

1 REPLY 1
Read only

Former Member
0 Likes
418

mostly u might have used E001(error) message...instead use I(information message) and put a stop so that field doesnot gray out and stays till user enters correct value.