cancel
Showing results for 
Search instead for 
Did you mean: 

Refresh Table Web Item in Web Application

Former Member
0 Kudos

Hi to you all!

I've a problem concerning the refresh of a Table Web Item in a web application.

I built a web template using the following Web Items:

- generic navigation block

- text elements

- table

All based on the same DataProvider (a Query which reports on an InfoObject).

When I first lock in the web application shows me the actual data. Fine. OK.

Then I change or add data in the InfoProvider and refresh the web application.

The Table Web Item shows only the old actual data not the updated data.

But the Text Elements Web Item shows for Status of Data the new updated date and time...

I unsuccessfully tried the following ways to refresh the Table Web Item:

- using refresh button in Browser

- deleting cache via RSRCACHE and using refresh button in Browser

- using URL-Command RESET_ITEM

- using URL-Command RESET_DATA_PROVIDER

The only way that works is to end the session and to lock in again.

Is there a way to force a refresh of a Table Web Item to show always the latest data changes without ending the session?

Any suggestions?

Thanks

Kai

PS: I'm currently working on SAP BW 7.0 SP09 and WAD 3.5...

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

when you hit refresh in the browser, see if you can see a Work Process being run in SM51 or SM66.. If you don't, you might want to clear your browser cache or force a refresh, i think it might be Shift-F5 in most browsers, but im not 100% sure.

Former Member
0 Kudos

John, when i refresh the browser there runs a work process...

deleting browser cache has no influence...

Former Member
0 Kudos

Hello,

I guess the only way that works is to end the session and to run it again.

hope it helps,

assign points if useful

Answers (1)

Answers (1)

Former Member
0 Kudos

I've found that (re-)setting Data Provider properties or the like can simulate a refresh. For example, as I don't have any navigation, I just reset the data provider to the query using a Web command.