Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Decoding SAP Dates

Dear All.

I came accross a project where we were to fetch the data of relevant dates from SAP.

We came across the dates mentioned as 79888790.

After doing lots of research we found that if you substract the number mentioned in date column from 99999999 you will get the perfect date.

As in 99999999 - 79888790 = 20111209.

Which you can then seperate.

if there are any different ways of decoding the dates in SAP, please share.

1 Reply
pover
Partner - Master
Partner - Master

Pax,

I had the same problem a year ago, but the format was specific to one SAP table I was using and since I found the answer in a ABAP forum because ABAPers apparently have to do the same thing, I would call this a design issue in SAP.

Most SAP tables have fields with dates that have a standard date format.

Regards.