‎2008 Mar 31 7:53 AM
hi all,
Could any one give me how to validate the date.
The circumstance are like this :
There is only one field in the selection screen i.e DATE field.
It is non-primary key field and we need to take from last one month date range from today.
regards
shashikanth naram
‎2008 Mar 31 7:56 AM
tables: syst.
select-options: s_date for syst-datum obligatory.
initialization.
s_date-low = sy-datum - 30.
s_date-high = sy-datum.
append s_date.
reward if useful.................................
‎2008 Mar 31 7:59 AM
Hi,
select-options date for bkpf-budat.
select * from table where data in date.
Regards,
V.Balaji
Reward if Usefull...