cancel
Showing results for 
Search instead for 
Did you mean: 

Converting Date issues

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

resolved myself

Former Member
0 Kudos

Could you pls tell me how you resolved this?