cancel
Showing results for 
Search instead for 
Did you mean: 

How to clear a input field after a submit click operation

Former Member
0 Kudos

HI,

I have RFC with input form and table view

in the input form i have certain fields and a submit button.

when ever i enter some values in the input field and click on submit.. I am getting some output in the table view.

but the input fields value doesnt clear after clicking submit button.

my requirement is when ever i enter some value in the input fields, of input form ,and click on submit button then input fields value chould be cleared and i should get the data in the table view...

please give ypur valueable solutions

rgds

srinivas

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Srinu,

Check out this <a href="/people/jarrod.williams/blog/2006/12/14/visual-composer-tips-and-tricks a form after input (Tips and Tricks)</a>

Regards,

Mathan MP

Former Member
0 Kudos

Hi,

check this Wiki entry:

<a href="https://wiki.sdn.sap.com/wiki/display/VC/Resettingfield">https://wiki.sdn.sap.com/wiki/display/VC/Resettingfield</a>

Best Regards,

Marcel

Former Member
0 Kudos

You can also use a timer for resetting the fields. So after fire the submit event change a field,e.g. in a data store to refresh, set a guard condition to the timer, so that the refresh is fired after submitting data.

best Regards,

Marcel