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: 

Regarding table control

former_member585865
Contributor
0 Kudos

Hello everybody,

Am working in timesheet i have an requirement that when i choose a month in an dropdown list the table control should be updated the number of days in an month, for that i have created an z table with 31 fields for that 31 days in an month.when i choose January the days should come as 31 columns in table control with the day such as Monday or Tuesday like that.when i choose February it should come 28 days i.e. only 28 columns should come with the day name.how i can achieve these scenario.can anyone help regarding this scenario.

1 REPLY 1

Former Member
0 Kudos

Hi,

Why are you going for the table control you can define your parameter as

DATA : P_PARAM! like SY-DATUM.

If you define it like this, then the calendar will appear.

Thanks

Yogesh