Hi,
I have the following error when trying to retrieve a date (chosen by the date navigator in webdynpro ABAP) in my Java code
function.getImportParameterList().getDate("STARTDATE"); getDate return a Date java.util.Date, and I need java.util.sql I think to work ....
How can I resolve this issue ?
Thanks!
The following error text was processed in the system xxx : java.util.Date cannot be cast to java.sql.Date
...
Edited by: Benjamin Art on Mar 22, 2011 6:28 PM