Skip to Content
0
Former Member
Feb 23, 2017 at 03:59 PM

SAP Design Studio - Circular Reference in value argument not supported TypeError

368 Views

Hello all! I've been working on a large SAP Design Studio application, and to enable ad hoc analysis, I've incorporated the elements of the General Analysis template in my application. The problem is that whenever I try to navigate to another set of visualizations using panels as navigation links within my application (essentially I'm clicking a top panel to open a submenu panel, and clicking the text in one of the submenus to turn off the ad hoc panel's visibility and turn on another panel's visibility in the application. This functionality works flawlessly between 3 other sections of the application, but whenever I navigate to the ad hoc section and try to return to any other section (set ad hoc to invisible and other panel to visible) I get the following error, varying only in detail based on the panel I've selected to setVisible.

A JavaScript error occurred. Circular reference in value argument not supported TypeError: Circular reference in value argument not supported at org_scn_community_component_Core (http://localhost:54026/aad/zen/mimes/sdk_include/org.scn.community.shared/modules/component.core.js?version=20170105152024&hash=undefined:11:2) at TextArea.initAsync (http://localhost:54026/aad/zen/mimes/sdk_include/org.scn.community.basics/res/TextArea/TextArea.js?version=20170105152024&hash=1487768797325:51:3) at org_scn_community_basics.fillDummyDataInit (http://localhost:54026/aad/zen/mimes/sdk_include/org.scn.community.shared/modules/component.basics.js?version=20170105152024&hash=undefined:423:3) at TextArea.initDesignStudio (http://localhost:54026/aad/zen/mimes/sdk_include/org.scn.community.basics/res/TextArea/TextArea.js?version=20170105152024&hash=1487768797325:46:3) at create (http://localhost:54026/aad/zen/mimes/combined_static_includes_1.js?version=20170105152024:25:370204) at createAndAdd (http://localhost:54026/aad/zen/mimes/combined_static_includes_1.js?version=20170105152024:25:245894) at B (http://localhost:54026/aad/zen/mimes/combined_static_includes_1.js?version=20170105152024:25:225678) at dispatchCreateControl (http://localhost:54026/aad/zen/mimes/combined_static_includes_1.js?version=20170105152024:25:224279) at updateChildren (http://localhost:54026/aad/zen/mimes/combined_static_includes_1.js?version=20170105152024:25:246534) at e (http://localhost:54026/aad/zen/mimes/combined_static_includes_1.js?version=20170105152024:25:271900)

I've tried numerous workarounds, but I throw this error message whenever I go from the ad hoc section to another panel. Does anyone have any suggestions on how to resolve this problem?