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: 

DROP DOWN CALENDAR

former_member676613
Participant
0 Kudos

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

Former Member
0 Kudos

parameters : dat type sydatum.

Hope it will help u...

Regards

Debarshi

former_member188685
Active Contributor
0 Kudos

>parameter : p_date-sydatum.

are you sure of the above code.

Try modify the code

parameter : p_date type sy-datum.

Former Member
0 Kudos

hi,

declare the parameter as

parameter p_date type sy-datum

and try.

former_member676613
Participant
0 Kudos

thanks