DATA: BEGIN OF ITAB2 OCCURS 0,
GDATU1(10) TYPE C,
END OF ITAB2.
data: begin of itab3 occurs 0,
w_date1 type sy-datum,
end of itab3.
in itab2 date is in the format dd.mm.yyyy
i need to convert it into ddmmyyyy