cancel
Showing results for 
Search instead for 
Did you mean: 

Input Help Validations

Former Member
0 Kudos

I have certain fields on my ALV grid that are tied to input help.

When the user disregards the input help and enters an invalid value

an error is displayed indicating that the entered value is invalid.

Is there a way to prevent these messages from being displayed? I want

to do my own validations, but I do not want to disable the input help.

Accepted Solutions (1)

Accepted Solutions (1)

saket_abhyankar
Active Participant
0 Kudos

When the error message is displayed?

Is it displayed after entering wrong value in the ALV and pressed enter or some event is triggered?

Is erroneous field becoming red after error message?

According to me, If above things are happening then this is related to the field level validation. Try to change the data element of that field to something else (e.g. string or char) this will bypass the field level validation if any. Then attach same search help to it.

I hope it will help.

Regards,

Saket.

Answers (0)