SAP Community
About shubham_acuiti
shubham_acuiti
Member
Member since
2023 Aug 08
User Statistics
1
Posts
0
Solutions
0
Kudos given
0
Kudos received
Options
Report User
User Activity
Posts
Replies
No posts to display.
Re: How to convert a timestamp to date/time in CDS View?
2023 Aug 18
cast(Left(cast(case_attr.create_time as abap.char(20)), 15) as abap.dats ) as create_date,case_attr is table aliascreate_time is field name create date is final date separated from timestampThanks