cancel
Showing results for 
Search instead for 
Did you mean: 

Datepicker issue

Former Member
0 Kudos

Hello Gurus,

I've got a form with a date picker where the date entered into the picker restricts a result set returned by a stored procedure on my SQL server back end.

If the user has filtered by the date, afterwards he should be able to remove that filter to see the complete result set again.

Is it possible to this with a date picker? I would like to have the date picker display the same empty text area it also displays before entering a date for the first time. Is there a work around?

Best regards,

Florian

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Florian,

You could try clearing the form. You could add a button on the form that clears the selection by refreshing the form. I tried a simple example. Refer to the screenshot below:

<a href="https://wiki.sdn.sap.com/wiki/download/attachments/4141/refreshForm.JPG">Refresh Form</a>

prachi