Application Development and Automation 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: 
Read only

DROP DOWN CALENDAR

Former Member
0 Likes
905

Hi All,

Please help in detail with example i added a calendar in a drop down list in Selection screen.

and i want to select the date and then want to save the date & want to execute the report.

I have used parameter statement

parameter : p_date-sydatum.

but i am not able to select the date as the calendar is displaying in the selection screen in drop down list.

Thanks,

Chandresh

4 REPLIES 4
Read only

Former Member
0 Likes
719

parameters : dat type sydatum.

Hope it will help u...

Regards

Debarshi

Read only

Former Member
0 Likes
719

>parameter : p_date-sydatum.

are you sure of the above code.

Try modify the code

parameter : p_date type sy-datum.

Read only

Former Member
0 Likes
719

hi,

declare the parameter as

parameter p_date type sy-datum

and try.

Read only

Former Member
0 Likes
719

thanks