‎2011 Apr 04 8:20 AM
FM IB_CONVERT_INTO_TIMESTAMP to get date / timestamp, however I see this time stamp is reduced to 2 HOURS.
Can any one guide.
‎2011 Apr 04 1:16 PM
Hi,
please note that FM IB_CONVERT_INTO_TIMESTAMP is not released to customers.
Please use CONVERT directly.
Best regards,
Nils Buerckel
SAP AG
‎2011 Apr 04 9:47 AM
Hello,
Please check the time zone given as input to the FM. You can even very well use the CONVERT DATE statement to convert the date to time stamp.
CONVERT DATE d TIME t INTO TIME STAMP tst TIME ZONE tz.
Regards
Balaji R
‎2011 Apr 04 1:16 PM
Hi,
please note that FM IB_CONVERT_INTO_TIMESTAMP is not released to customers.
Please use CONVERT directly.
Best regards,
Nils Buerckel
SAP AG
‎2011 Apr 07 10:00 AM