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

TO_CHAR Function in ABAp?

Former Member
0 Likes
568

Hi all,

Is there any function like TO_CHAR or TO_DATE same as oracle in ABAP?

Thanks in Advance ....

Its bit urgent

Hi all,

Is there any function like TO_CHAR or TO_DATE same as oracle in ABAP?

Thanks in Advance ....

Its bit urgent

1 REPLY 1
Read only

rainer_hbenthal
Active Contributor
0 Likes
372

You can just use assignement or the WRITE statement.

a = '20070625'.

write a to datout DD/MM/YYYY.