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

Screen field

Former Member
0 Likes
388

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
368

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

3 REPLIES 3
Read only

Former Member
0 Likes
369

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

Read only

matt
Active Contributor
0 Likes
368

Please use a more meaningful, informative subject in future

Read only

Former Member
0 Likes
368

Thank you. My problem is resolved