‎2009 Nov 30 9:17 AM
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!
‎2009 Nov 30 9:27 AM
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.
‎2009 Nov 30 9:35 AM