HiAll,
I have one Search view.In this view Reset and serach button is there.On click of Search, input parameter will go to RFC and display the data inside the table present inside the search page.On click of reset te will clear the input value and table will not visible on the search page.
On click of serach when the data will appear in the table , then selecting a row from table we can go to Update page.In Update page i have one Back Button.On click of Back Button it will navigate to once again serach page.Now in the Search page after giving the input when i am clicking Search, i am getting exception com.sap.tc.webdynpro.modelimpl.dynamicrfc.WDDynamicRFCExecuteException
Model is not executed this time.I found that before going to Update page when i am selecting the reset button and after that i am clicking search button with input value model is executed successfully .I am getting data in the table.Where as when i went to Update page and back to Search page , that time Model is not executed on click of Search button.I am getting exception
com.sap.tc.webdynpro.modelimpl.dynamicrfc.WDDynamicRFCExecuteException.
Can anybody help me to solve this exception?