HI,
I'm trying to get exchange rate from Table TCURR. But the Valid from date coming as number as stated. Appreciate if anybody help for how to get the date corresponding number.
Solved! Go to Solution.
Do you know what those values are supposed to represent in the ISO 8601 format? (YYYY-MM-DD hh:mm:ss)
I tried the standard conversions I'm familiar with (Excel, Unix, etc), but nothing seemed right.
Thank you for your effort.
Happy to help!
Do you know what these date values should be? For example:
79799690 = ?
79799691 = ?
79799692 = ?
and so on.
Hi @Syam_Alfuttaim,
The DVW Analytics team at acs_support@dvwsolutions.com can help you with this type of question regarding SAP and the DVW Alteryx Connector for SAP.
The SAP Exchange Rates (TCURR) table stores the Valid From Date (GDATU) as an inverted date. To convert it into a usable date you can use the Formula tool (see screenshot).
This will provide the output in YYYYMMDD format.
You can then use DateTime tool to convert the output into something more user friendly.
Thanks,
Darron Walton
DVW Analytics
Thank you for the Support