on 2013 Oct 17 10:34 AM
HI Experts,
I need to Refresh the webdynpro abap application after updating the data in the backend.
Please Provided the Requried Information.
Waiting For Replay.
Thanks & Regards.
Krishna.
Request clarification before answering.
Hi,
You can simply bind the screen values with "space" values and for table bind it to empty table after the data has been updated in the backend.
It will clear out all the values from screen.
Regards,
Harsh Bansal
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Use EXIT plug to achieve this or simply use invalidate() method of context node. Check this thread: http://scn.sap.com/thread/3291685
Regards,
Kiran
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Krian,
Thanks for the reply
Actually the Requriment is i am updating the backed table (standard & custom table ) using TASK UPDATE FUNCTION MODULE when i click on save its updating the backed and navigating back to the main screen,Now when i try to come into the application again after save the data the function module getting old data.if i refresh the appication then its geting the new records.
so i need to refresh the application.Any way i will go through your document,and i will come back to you.
Waiting for Reply
Thanks & Regards
Krishna.
Hi Guys,
if your Problem is that your getting the old data.
is there any reason to don't Close the LUW?
1st way,
Try To Perform a Commit Work and Wait and re-read the data from database.
2nd way,
You could try to cover the data in a global class to keep it
and reuse the data from class.
regards,
Bernhard
User | Count |
---|---|
76 | |
30 | |
10 | |
8 | |
8 | |
7 | |
7 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.