2007 Jul 11 8:22 AM
Hi,
I am getting date as mm/dd/yyyy to internal table. how to convert it to user formate.
Thanks in advance,
Sudheer.A
2007 Jul 11 8:31 AM
Hi,
use the following F.M.----
CONVERT_DATE_TO_ALPHA_NUMERIC (Converts internal date to DD Mon YY )
***do rewards if usefull
vijay
2007 Jul 11 8:39 AM
hi,
for ur reference ..https://www.sdn.sap.com/irj/sdn/advancedsearch?query=date%20conversion&cat=sdn_all
thaks
jaideep
*if useful<reward points>
2007 Jul 11 8:43 AM
First change it to intetnal format (YYYYMMDD ) type d.
then use write to statement.
WRITE <yyyymmdd> TO <user_format>.
to convert to internal format use FM
regards
Prax
2007 Jul 11 8:49 AM
Hi,
Use FM:
CONVERT_DATE_TO_EXTERNAL.
Hope this helps.
reward if helpful.
Regards,
Sipra