‎2009 Jul 27 12:17 PM
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.
‎2009 Jul 28 9:12 AM
‎2009 Jul 28 11:27 AM
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
‎2009 Jul 28 12:31 PM
hi
Try giving status message
and below that give statement "EXIT"
hope it will work. Then the fields will be in editable mode
‎2009 Jul 29 9:55 AM
‎2009 Sep 25 3:48 AM
Excuse me, I have the same problem.
Would you please tell me how you solved it ?
Thanks.