cancel
Showing results for 
Search instead for 
Did you mean: 

Refreshing Webdynpro abap application on Action.

Former Member
0 Kudos

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.

Accepted Solutions (0)

Answers (2)

Answers (2)

Harsh_Bansal
Contributor
0 Kudos

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

former_member184578
Active Contributor
0 Kudos

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

Former Member
0 Kudos

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.

Former Member
0 Kudos

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