Hello
In my WDA i have a interactive form as UI element, well.
For some reason, i am using the RESET_VIEW method in WDDOMODIFY hook method, but its causing the very very bad performence issues and every time the form is re-launching on the browser bcz of this RESET_VIEW triggering
If i don't use RESET_VIEW method the user eneterd data is not saving on the offline form (when user saved the online interactive form by pressing the SAVE button), hence am using RESET_VIEW method in WDDOMODOFY
I have also posted this question in Interactive forms section bcz my issue may be resolved from JavaScript / Form Calc space
DATA is not saving?http://scn.sap.com/message/13622703
http://scn.sap.com/message/13622703
Pls. help me by suggesting any alternative good solution for my problem? My view looks like below
Thank you.