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

which is abap corresponding data type to datetime data type?

Former Member
0 Likes
1,513

hi experts

which is abap corresponding data type to datetime type?

except using concatenate ,CONVERT DATE i_date TIME i_time INTO TIME STAMP o_tstamp TIME ZONE l_zone command.

in detail ,I need corresponding data type to c# DataTime type.

thanks a million!

2 REPLIES 2
Read only

former_member217544
Active Contributor
0 Likes
483

Hi Bruce,

Is this what you are looking for:

datatype DEC with lenght 15 is used to store both date and time together. For instance check the field ACTUALFINISH from the table CGPL_PROJECT.

Regards,

Swarna Munukoti.

Read only

Former Member
0 Likes
483

Hi,

You can use the Date element :TZNTIMESTP.

Regards,

Aditya