‎2008 Mar 31 4:35 PM
hai sdn members,
goodday,
i have developed a gui screen ,in that screen i have a date field ,in that field i have to update the data in such a way that , the given date should 30days to the present date and save it in data base , can any one suggest me coding
thanks.
Shaik.Elias
‎2008 Mar 31 7:33 PM
‎2008 Mar 31 7:33 PM
‎2008 Apr 01 6:48 AM
Hi,
Simply we have to add 30 to the Present date what u are entering.
madhavi
‎2008 Apr 01 10:10 AM
data: my_date type sy-datum.
my_date = sy-datum + 30.
after updating your data table
clear: my_date
reward if useful