Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with Date field.The new date was not considering.

Former Member
0 Kudos
125

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.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
91

hi,

After using parameter or select-option clear it.

4 REPLIES 4

Former Member
0 Kudos
92

hi,

After using parameter or select-option clear it.

naveen_inuganti2
Active Contributor
0 Kudos
91

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

Former Member
0 Kudos
91

Hi

Add code

case sy-ucomm.

when 'F3'. "your function code

clear v_date.

endcase.

Regards

Aditya

Former Member
0 Kudos
91

Thanks Prabhu & Naveen.

Problem Solved.

Regards,

Ramana