cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Update Master Data using SAP Analytics Cloud Designer

raviv7
Explorer
0 Likes
658

Hi All,

I have a requirement to update master data for the dimension in SAP analytics cloud. Using story 2.0. When user select the dimension ID from the table then click the button, ID and it's property should display automatically in the popup. The property should populate in popup window dropdown. Once it's auto populated then users will change the property for the ID. 

1) I'm using the Organization dimension for master data update. I written the below code to populate the selected ID but the problem is it's showing as [DIM_ORGA].[OBJECT_HIER].&[ID] ? This is happening only the dimension with hierarchy . Anybody faced this issue  and how to resolve this?? 

var pos = Table_1.getSelections();
for (var t = 0; t < pos.length; t++) {
var orgaValue = pos[t]["DIM_ORGA"];
ID.setValue(orgaValue);
ID.setEditable(false);
var Id1 =ID.getValue();
}

2) How can I display the selected ID's property automatically in the popup ? Example country and Entity ID are property dropdowns and it should display the the Selected ID's Property automatically. So that Users can change.

raviv7_0-1715326700101.png

 

Accepted Solutions (0)

Answers (0)