cancel
Showing results for 
Search instead for 
Did you mean: 

Reg. changing Default Validation of WebDynpro

Former Member
0 Kudos

Hi xperts,

I have a input field which mapped to date format attribute. Now when i try to enter string in that and press any button in that screen, it throws me with a error message like "Enter the date in the format 11/25/1987".

Is it possbile to change this message via coding??.

Note that i cant keep the input as string as i will not get the calendar next to the input field.

Thanxz

Yusuf

Accepted Solutions (1)

Accepted Solutions (1)

former_member182294
Active Contributor
0 Kudos

Mohamed,

This is possible to do with little bit extra coding but it will effect the standard functionality.

- Go to Actions tab in the View window

- Select each action object for editing and select the <b>Without Validation</b> check box.

- This will avoid automatic validations. Now you have write custom validations for each field, display messages as required and check them on execution of any of the events execution.

(Create a validation method which will have validations for all custom attributes and call this method from on event of buttons)

Regards

Abhilash

Answers (0)