Hi,
I have to develope a Scenario such that....
the end user (manager) selects one effective date from the Date navigator.
that date should be Transfer date of the employee, which should be the today's or the future date.
but the problem is....... if the end user selects the Effective date which is proir to the current date the system should show an error message. but it is not throwing any error.
I tried with 2 scenarios....
1.the comparision of the given date with the System date
2. setting with one constant date and comparision with that date.
but these two cases do not the supports exact requirement. is there any SAP standard Webdynpro Java coding or java coding which resolves this issue?
requirement: the controller will take the effective date by the end user, if it is less than the today's (present)date then the controller should show an error message.
Could anybody will help to resolve this issue?