cancel
Showing results for 
Search instead for 
Did you mean: 

Re: reset or clear input Fields in Web Dynpro

08-03-2012 1:17 PM
amy_king Active Contributor
1931 views 0 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

Hi,

i created a View with severel Input Fields. Normal Text Filds and Dropdown by Index Fields and some Date Fields.

Now i wanted to give the User the ability to clear his input.

I try to use Invalidate() but this kills my Dropdown Fields.

Is there a Function that resets my fields, without destroying my Dropdown Fields?

Regards

Tobias Kübler

0 Likes
View Entire Topic
Former Member
0 Likes

ah ok...so the WDDOINIT cann not be called....

lol how should i now this.

ok no i will move my coding...to method i think now this whis solve my problem...

i will report if i am successfull

Thanks to all helpers

Regrads Tobias Kübler

amy_king
Active Contributor
0 Likes

Hi Tobias,

You cannot call the WDDO** methods yourself though you can add your own code to them. Those methods are called hook methods and are called by the Web Dynpro runtime during its processing flow.

Cheers,

Amy

Former Member
0 Likes

Hi amy,

I have a similar situation.

Iam creating few attributes and respective input fields dynamically.

now the issue is how will I clear these fields once i press the clear button?

i need to dele all the dynamically created things.

will this refresh helps?

regards,

Vipin