Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

FM IB_CONVERT_INTO_TIMESTAMP functionality

Former Member
0 Likes
1,875

FM IB_CONVERT_INTO_TIMESTAMP to get date / timestamp, however I see this time stamp is reduced to 2 HOURS.

Can any one guide.

1 ACCEPTED SOLUTION
Read only

nils_buerckel
Product and Topic Expert
Product and Topic Expert
0 Likes
1,100

Hi,

please note that FM IB_CONVERT_INTO_TIMESTAMP is not released to customers.

Please use CONVERT directly.

Best regards,

Nils Buerckel

SAP AG

3 REPLIES 3
Read only

Former Member
0 Likes
1,100

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

Read only

nils_buerckel
Product and Topic Expert
Product and Topic Expert
0 Likes
1,101

Hi,

please note that FM IB_CONVERT_INTO_TIMESTAMP is not released to customers.

Please use CONVERT directly.

Best regards,

Nils Buerckel

SAP AG

Read only

Former Member
0 Likes
1,100

CONCATENATE sy-datlo sy-timlo INTO variable