2008 Jul 16 11:18 AM
Hi,
I have developed one report and everything works fine. But when i see the output for particular date and go back to the selection screen using F3 or BACK button then data for the Previous date which i used was showing, The present date was not considering at all.
When i use a new session then its work fine for every date. The problem is when i use F3 or BACK.
Any suggestions for this.
Thanks & Regards,
Ramana.
2008 Jul 16 11:22 AM
2008 Jul 16 11:22 AM
2008 Jul 16 11:30 AM
Hi....
The problem is at select-option and initialization level...
Check your code by debugging....
you can solve ur problem by debugging one time..
Thanks,
Naveen.I
2008 Jul 16 11:30 AM
Hi
Add code
case sy-ucomm.
when 'F3'. "your function code
clear v_date.
endcase.
Regards
Aditya
2008 Jul 16 11:34 AM