Doubt reg. displaying date in an ALV List
Hi Pals,
I have a query while using classical ALC. I am using the REUSE_ALV_GRID_DISPLAY function module. While displaying the list I have a date field which getting displayed as 20060515 but I want this column to be displayed as 05/15/2006. Is there a direct way of doing this other than concatenation?
Your inputs would be highly appreciable.
Thank You.
Regards,
Gayathri N.
Tags:
Guest replied
in the fieldcatalof of that field , u can try this
it_fieldcatalog-edit_mask = '__/__/____'