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: 

calendar

Former Member
0 Kudos

hi,

how to display calendar dynamically using report program?

thanks in advance,

shylaja

4 REPLIES 4

former_member196299
Active Contributor
0 Kudos

hi shylaja,

if you want to provide the calender option to a fields then you can directly declare the field as shown below or use the type as Dats . this will give you a calender on click of F4 .

parameter :p_date type dats.

If i did not understand your querry properly then do respond with a clear question .

Regards,

Ranjita

0 Kudos

hi Ranjita,

THANKS FOR UR REPLY

i want the calendar itself as the output.i have two select options start date and end date.if i give them as 1 january to 30th january.calendar should display in the same format as it displays,when we click F4.

*display must be in the calendar format.is there any function module for this purpose.

0 Kudos

I think following programs will help you

SAPCALENDAR_CELLTEXT_DEMO

SAPCALENDAR_DEMO1

SAPCALENDAR_DRAG_DROP

SAPCALENDAR_H_SET_COLORS

SAPCALENDAR_NAVIGATOR

SAPCALENDAR_SET_COLORS

SAPCALENDAR_STYLE_SIMPLIFIED

Kanagaraja L

0 Kudos

hi lokanathan,

thanks for ur reply,but i want the report program.these are dialog programs.is there any other way to proceed with this using report program.