Hi everybody,
I have a problem in my development.
I select some data from DB table , one field of the table is type D, and in the ALV display function,I want the field in my internal table displayed like MMDD. for example, the field of one data record selected by me is "xx,2008.11.24,xx,xx". And I want this record displayed in the ALV like this "xx,11.24,xx,xx".that is to say,I don't want the year displayed in the ALV .How can I achieve this?
Thanks for your help.