cancel
Showing results for 
Search instead for 
Did you mean: 

ReloadData 1.6 sp1 Patch2 Universe Source - not refreshing

former_member267170
Discoverer
0 Kudos

H APPLICATION.alert("Hi"); DS_1.reloadData(); APPLICATION.alert("Hi Again"); var v_RUNDATE = ''; var v_array_YEAR = DS_1.getMembers("_O_In4AB4Eea2k9ilQfNRZg", 1); v_array_YEAR.forEach(function(element, index) {   v_RUNDATE = element.externalKey; }); TEXT_1.setText(v_RUNDATE + "");

Accepted Solutions (0)

Answers (2)

Answers (2)

Karol-K
Advisor
Advisor
0 Kudos

Hi Neil,

We had this topic already. Reload Data is supported for BW and HANA, not Universe.

Refresh specific data within a design studio ap... | SCN

Karol

former_member267170
Discoverer
0 Kudos

Hi Karol,

Thanks for this. I thought I might raise this again because with the 1.6 SP01 release - it did mention that Reload Data now Supports Universes, Cheers - Neil...

Karol-K
Advisor
Advisor
0 Kudos

good point, I will try to check if there was some change - I cannot find any note in documentation and roadmap on this topic. If you have the statement in official document, you can also open incident.

former_member267170
Discoverer
0 Kudos

Hi,

Reading some of the posts I know there were issues around the ReloadData() function with SAP Design Studio. I’m running version 1.6 SP1 Patch 2 with a Universe as the source and the ReloadData() is not working for me – and does not refresh the datasource.

I’ve set up a simple button which in script reloads the datasource and populates a variable with the sysdate from the source which is displayed as text.

… On Click…

  1. APPLICATION.alert("Hi");

DS_1.reloadData();

  1. APPLICATION.alert("Hi Again");

var v_RUNDATE = '';

var v_array_YEAR = DS_1.getMembers("_O_In4AB4Eea2k9ilQfNRZg", 1);

v_array_YEAR.forEach(function(element, index) {

  v_RUNDATE = element.externalKey;

});

TEXT_1.setText(v_RUNDATE + "");

…and the ReloadData() does not appear to be showing the latest date\time.

Any help or info here would be greatly appreciated.

Thanks,

-Neil