Hi All,
I am trying to pass Hierarchy node as filter for one of the dimension in crosstab.
I checked in SAP help and got the below details.
"For hierarchy nodes, prefix the internal non-compounded presentation of the hierarchy node with HIERARCHY_NODE/nodeType/, for example HIERARCHY_NODE/0HIER_NODE/ROOT."
But i am not able to pass the filter as explained.
Code which am trying is :
DS_8.setFilterExt("0COSTELMNT","+XX00ESR005/XX00TOTALSRAP1/XX00ESRTOP");
DS_8.setFilter("0COSTELMNT", "+XX00ESR002(0HIER_NODE)/ROOT");
XX00ESR02 is the node value which i am tryin to pass it to 0COSTELMNT dimension.
Kindly let me know how to pass the node as filter.