‎2012 Nov 05 5:51 AM
Hi All,
Can any one help me in below issue:-
I am validating a field(serial number while creating delivery) in standard exit ZXQSMU04 and written a code to display an error message. The functionality is working correctly on validation and displaying the error message. But once the error is getting trigger the serial number field is becoming in gray mode i.e non editable.
I tried a lot to overcome this issue but not getting success could anyone help me to make the field editable while triggering the error message.
Thanks in advance.
Regards,
Gautam Kumar
‎2012 Nov 05 6:08 AM
Hi display error message as information message or success message you will be able to over come
message i001(OO) with ''error'" display like É
try something like this. hope you will be able to overcome.
Regards
S.Janagar
‎2012 Nov 05 6:15 AM
Hi Janagar,
Thanks for your quick response, But am sorry already I tried warning or information but its not working at all.
Please note : Its an exit and not having any message field in export or return table.
So we need to do some workaround for the solution. Even am not sure if its possible.
Thanks and regards,
Gautam Kumar
‎2012 Nov 05 6:19 AM
try using function module called popup to message and throw the information message and if yes continue with the tcode else leave transaction.
Try doing this
‎2012 Nov 05 6:33 AM
‎2012 Nov 05 6:19 AM
Hi Kumar,
Can you check if the User Exit IQSM0002 will serve your purpose or not. Go through the documentation of the Exit.
This User exit is designed to do the checks during Serialization.
From the documentation:
If the message fields of structure SYST are filled, for example, by a
MESSAGE ... RAISING language element, then the message information is
then further processed by the calling program (for example, they are
recorded in a log).
Thanks,
Shambu
‎2012 Nov 05 7:39 AM
Hi Shambu,
I tried with User Exit IQSM0002, but the breakpoint is not triggering this exit, also its not falling under package VL.
Also tried with all the possible exit, don't know how to over come this issue.
Thanks and regards,
Gautam Kumar