We are using the Hierarchical Context Menu object to control many Data Providers in a complex template, and want to specify the initial filter value in the URL that calls the template. I have been able to get the syntax to work to initially filter on a characteristic node, as follows:
http://dw1-sap.app.pri.wyeth.com:1041/sap/bw/BEx?sap-language=EN&bsplanguage=EN&cmd=ldoc&TEMPLATE_ID=AP_IBT_PUB&filter_node_iobjnm=0HIER_NODE&filter_iobjnm=ZPROFCTR2&filter_value=IN&FILTER_COLLAPS=
This example gives us the entire template filtered on the char value "IN" for the characteristic ZPROFCTR2.
However, when I try to change the filter to specify a text node of the same hierarchy instead of a characteristic, the template comes up unfiltered and the HCM display is blank. The client has to then filter the template on the text node value. What syntax should I use to filter on the text node only?
Thanks,
Geoff Stuart