cancel
Showing results for 
Search instead for 
Did you mean: 

extended date format

Former Member
0 Kudos

hi, I want to be able to choose or write in in date field numbers from 1900-00-00 (including this one) and all further, 1901-00-00, 1902-00-00 and so on...

How can I do that?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Fedor,

You can create the simple dictionary type variable of type date, there you can specify the date range and date format. assign this simple type to your date field.

hope this will solve your problem.

Thanks

Sandy

Former Member
0 Kudos

hi, thanks for an answer.

I tried that, I set up minimum inclusive to 0000-00-00, changed format, add enumerations (which is useless even if it worked, there simply would be to many of them) but application broke up and I got server error "com.sap.dictionary.runtime.DdRuntimeException: Enter the value in the format 1987-11-25 "

If I set minimum inclusive to "1900-00-00" its fine with 1900 (no 1987-11-25 error), it does work for 1900-01-01 for example but it doesnt if i put 00 in any of month or day field.

Second issue to resolve is, after we deal with above, I need only year to have option to be change, 00-00 has to stay not touched, so its only scope from 1900-00-00 to 2008-00-00. Not much idea how to deal with it

Any sugestion will be most welcome. Regards, Fedor.

Answers (1)

Answers (1)

Former Member
0 Kudos

just bumping it back to first page, still no resoolution to this issue

regards, Fedor