ā2013 Apr 19 12:38 PM
Hi all,
i added a field to work order enhancement screen using screen exit. it is a date field, i kept a validation to it in a function exit.
example:
IF user_date GE present_date.
MOVE user_date TO lwa.
ELSE.
message e032(xxx).
ENDIF.
i do not have any problem till here.
issue is i want the in-put option to be in edit mode when error occurs so that, i could change the date and try to save again
Regards
satish chandra.
ā2013 Apr 19 12:44 PM
Hi,
I am coming to only message part.
Can you try to change the messages like this line
message 'your error message' type 'I' DISPLAY LIKE 'E'.
Try it.
Thanks
Gourav.
ā2013 Apr 19 12:55 PM
Thanks Gaurav.
whether the message is type E, W or I... result is same here.
Regards.
ā2013 Apr 19 3:08 PM
http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbaa4735c111d1829f0000e829fbfe/frameset.htm
http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbaa4735c111d1829f0000e829fbfe/frameset.htm
Just look on the above link's and choose the message type .
Regards
Mahesh