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

Make a validating field editable while triggering the error message

Former Member
0 Likes
1,054

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

6 REPLIES 6
Read only

Former Member
0 Likes
982

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

Read only

0 Likes
982

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

Read only

0 Likes
982

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

Read only

0 Likes
982

Already I tried but its not worked

Read only

Former Member
0 Likes
982

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

Read only

0 Likes
982

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