cancel
Showing results for 
Search instead for 
Did you mean: 

Need to create a Calender in WebDynpro for ABAP

Former Member
0 Kudos

Hi,

Tcode SSC1 displays owner's calender. I need to create same calender in WebDynpro for ABAP. I couldn't find any standard component usage for the same. Is there any component usage for the same or is there any altenative to create the same?

It's quite urgent.

Thanks,

Mahesh

Accepted Solutions (0)

Answers (2)

Answers (2)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

In Web Dynpro Java - CE 7.1 Enhancement Package 1 there will be a rich calendar control that looks quite a bit like Microsoft Outlook. However this UI element will not be able available in Web Dynpro ABAP at the same release level. I'm afraid that for now you would be restricted to what you can do with the DateNavigator, although you should be able to get pretty close to what you see in the Classic Dynpro transaction you named.

Former Member
0 Kudos

Hi Thomas,

Any idea when it will be available in Web Dynpro for ABAP?

Thanks,

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

>

> Hi Thomas,

>

> Any idea when it will be available in Web Dynpro for ABAP?

>

> Thanks,

Some release beyond Enhancement Package 1 - but since EnhP1 hasn't even been released yet it would be premature to discuss the next release beyond it.

abhimanyu_lagishetti7
Active Contributor
0 Kudos

Hi

You have to use DateNavigator Control to get the left hand side screen in SCC1 and

for the right hand side one you have to work with table Control

for Date Navigator UI control see WDR_TEST_EVENTS

and to get the right hand side screen see WDR_TEST_TABLE see the view SingleMarkableCell.

Using both these standard components you can achieve this.

Abhi