cancel
Showing results for 
Search instead for 
Did you mean: 

Date field in Web Dynpro ABAP

Former Member
0 Kudos

Hi All,

I want to implement the Input Date Field on my WebdynPro Application in the same way as it is availble at "SCN - Contribution Points / filter criteria" .

I want to give the user the option to change the year , past or future easily.

I have tried to call that date UI Element , but unable to do so.

Please help me which UI Element to use as am new in WebDynPro ABAP...

Thanks and Regards

Hemachandran

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

you can get it by choosing the input field and bind the input field with attribute of type D.

former_member199125
Active Contributor
0 Kudos

Hi hema,

Just choose the input field and bind the input field with attribute of type DATS.

then you will get calendar help.

Regards

Srinivas

Former Member
0 Kudos

Hi,

I want to give the user the option to change the year , past or future easily. as in the same way as it is availble at "SCN - Contribution Points / filter criteria" .

Thanks & Regards,

Hemachandran

sahai
Contributor
0 Kudos

hi,

you will have to create two attributes in the context of type DATUM ...it will give you exactly what you need.

Regards,

Sahai.s

Former Member
0 Kudos

hello,

One way of doing is - declare two attributes(DATE_LOW and DATE HIGH ) in the context node of type DATS.Place two input feilds in the view INPUT1 and INPUT2 , bind the two attributes to the two input feilds.

The other way is use OVS ( object value selector ) Search Help.

Regards,

Naga