‎2008 Dec 15 12:40 PM
Moderator message: please use a more meaningful, informative subject in future
Hi Guys,
I am inserting an error message in an User-exit. When the error message executed, total screen become grey out. I want to enable the error field for input, when error message appears.
Can somebody help how to manipulate in the same exit.
Many Thanks
Edited by: Matt on Dec 15, 2008 2:14 PM
‎2008 Dec 15 12:55 PM
Your requirement can be fulfilled if:
FIELD <FIELD_NAME> MODULE <CHECK_MODULE>.
In Module <CHECK_MODULE> " you give error message
You have to make sure that the User-Exit is being called by the Std Program in above fashion
‎2008 Dec 15 12:55 PM
Your requirement can be fulfilled if:
FIELD <FIELD_NAME> MODULE <CHECK_MODULE>.
In Module <CHECK_MODULE> " you give error message
You have to make sure that the User-Exit is being called by the Std Program in above fashion
‎2008 Dec 15 1:15 PM
‎2008 Dec 15 1:57 PM