cancel
Showing results for 
Search instead for 
Did you mean: 

How to Refresh Web Report created using WAD

former_member378040
Participant
0 Kudos

I have ticker going on in the WAD, the ticker is based on a report that is based on a virtual cube that gets the real time data from R/3. Is there a way to refresh this screen at a specified interval automatically so that this screen has the latest data from R/3.

Thanks

Amit.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

You can add the HTML meta tag for auto refresh.

Add the code given below for refreshing the template every 60 secs

<meta http-equiv="refresh" content="60" />

http://www.w3schools.com/tags/tag_meta.asp

Former Member
0 Kudos

Amit,

You could do this using BEx Broadcaster

Inclusion of the Trigger Event Data Change (for Broadcaster) process type in process chains for loading data enables processing of Broadcast settings during data change. The data load processes are enhanced with the process type Trigger Event Data Change (for Broadcaster). In this process type, you can choose the changed InfoProvider for which information broadcasting can be triggered.

The end users that have created settings in the BEx Broadcaster for precalculation and distribution can specify when scheduling their Broadcast settings that the precalculation and distribution be executed whenever there is a data change in the underlying InfoProvider of the scheduled object (query, Web template or workbook).

Also check

http://help.sap.com/saphelp_nw04/helpdata/en/00/e8d13f7fb44c21e10000000a1550b0/frameset.htm

--Doodle