Skip to content

Commit 3dd9a49

Browse files
authored
Merge pull request #15 from sap-tutorials/XPA42-83-and-SAP_SD_SalesBudgetPlanningRegional-refresh-bug
correct typo PageFilers_Update to PageFilters_Update and remove workaround for refresh bug in sales budget planning regional story
2 parents b9b42d6 + 2d5f27e commit 3dd9a49

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

-298 KB
Binary file not shown.
251 KB
Loading

tutorials/xpa-sac-cxsp-add-new-version/xpa-sac-cxsp-add-new-version.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,11 +150,11 @@ You need to make some adjustments in order for the applications to initialize al
150150

151151
<!-- border; size:540px -->![analytic_application](pageFilter_Version.png)
152152

153-
4. Select one of the references `Script for Event "PageFilers_Update: ..."`. In line 9 of the `ActionScripts.PageFilers_Update`-script replace the first element of the array with your newly created version:
153+
4. Select one of the references `Script for Event "PageFilters_Update: ..."`. In line 9 of the `ActionScripts.PageFilters_Update`-script replace the first element of the array with your newly created version:
154154

155155
pageFilter_Version[0] = "Baseline";
156156

157-
<!-- border; size:540px -->![analytic_application](pageFilers_Update.png)
157+
<!-- border; size:540px -->![analytic_application](pageFilters_Update.png)
158158

159159
The first entry in the variable array `pageFilter_Version` is used for publishing and reverting data. However, it is not used to set the version filter to the planning table and charts and the variances for the charts. You change this in the next steps.
160160

0 commit comments

Comments
 (0)