cancel
Showing results for 
Search instead for 
Did you mean: 

parse abap type D

Former Member
0 Kudos

how i can parse in java the Abap type 'D' in my meRepMeta.xml? Using the Date class not working...

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hello eliana,

you can use the FieldDescriptor.to25Object(String) method

to parse the ABAP string date. the FieldDescriptor of your

field of D type will return the java.sql.Date object.

regards

jo

Answers (0)