avoiding validations in Dialog programming
I have some screen fields on the screen. If the screen fields do not have any values then it should not be validated.
If screen field is initial
don't do anything.
else
validate.
endif.
Is there any other way to do the above functionality.Pls help.