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

error message: editable mode

Former Member
0 Likes
741

hi gurus,

first time am loging...

i have an issue... i am modifing the sap standard sap program.. using the user exit.

if the Agreement type is MK OR WK am issuing the error message.

when i issue the error message it gives me error message but goes to non-editable mode... where i dont or user dont have the option to correct.

ex: i have descriptin field : if it is empty issue the error message. am doing but

if the user does not give the DES it is issueing the message... but if the user doesnt give it gives and goes to non-editable mode.

what should i do to be in editable mode irrespective of the ERROR MESSAGE.

thank you for your valueble help in advance.

pasala.

5 REPLIES 5
Read only

Former Member
0 Likes
692

hai try using warning message instead of error messgae

m.a

Read only

Former Member
0 Likes
692

Hi,

if the code for validation is in at selection-screen on filed then the whole thing will be grayed out.If you enter correct value in selction screen and click on enter other fields will open up for editing.

If you don't want it to be grayed out then use event at selection-screen at block if its possible to change that part of standard code.

Regards,

Subhahini

Edited by: Subhashini K on Jul 28, 2009 12:37 PM

Read only

Former Member
0 Likes
692

hi

Try giving status message

and below that give statement "EXIT"

hope it will work. Then the fields will be in editable mode

Read only

Former Member
0 Likes
692

ANSWERED BY MYSELF

Read only

0 Likes
692

Excuse me, I have the same problem.

Would you please tell me how you solved it ?

Thanks.