‎2007 Sep 20 3:48 PM
I am getting the "required by" date for a network order from table AUSP (AUSP-ATFLV). It is stored as a floating point number. 2.007120100000000E+07 = 01.12.2007. Is there a function module which will do the conversion for me?
‎2007 Sep 20 3:52 PM
Hi,
This function CTCV_CONVERT_FLOAT_TO_DATE makes that
Best regards
Jaime
‎2007 Sep 20 3:52 PM
Hi,
This function CTCV_CONVERT_FLOAT_TO_DATE makes that
Best regards
Jaime
‎2007 Sep 20 3:55 PM
If you want the opposite, you can use CTCV_CONVERT_DATE_TO_FLOAT but you must write the date in SAP format without dots (ex 20071201).
Best regards
‎2007 Sep 20 4:05 PM