data mydate like sy-datum.
data: year(4) type c,
      month(2) type c,
      date(2) type c.

year = mydate(4).
month = mydate+4(2).
date = mydate+6(2).

write: / year no-gap, month no-gap, date. 


Serkan AKKAVAK
Computer Engineer
serkurumsal@yandex.com