Hi,
Store the data in 1 variable and separate the day , month and year as below:
Date = sy-datum (storing of date)
Day = Date(2).
Month = Date2(2)
Year = Date4(2)
Regards,
Bhaskar V
Hi,
Store the data in 1 variable and separate the day , month and year as below:
Date = sy-datum (storing of date)
Day = Date(2).
Month = Date2(2)
Year = Date4(2)
Regards,
Bhaskar V