Skip to Content
0
Former Member
Sep 26, 2006 at 08:03 AM

BI Webservice "QueryViewData" in NW04s

20 Views

Hi there,

im trying to use the "QueryViewData"-Webservice to receive Query Data from the server. Executing Query works fine, i got the expected results. But when i try to send Parameters to the Query, ie filter values, via the SOAP protocol, it wont work 😔

My SOAP REquest has the following structure:

<Infoprovider>ZCUBE001</Infoprovider>
<Parameter>
 <item><Name>INSTRUCTION</Name><Value>SET_SELECTION_STATE_SIMPLE </Value></item>
 <item><Name>CHARACTERISTIC</Name><Value>0COMP_CODE</Value></item>
 <item><Name>RANGE_SELECTION_OPERATOR </Name><Value>EQUAL_SELECTION</Value></item>
 <item><Name>EQUAL_SELECTION</Name><Value>MEMBER_NAME</Value></item>
 <item><Name>MEMBER_NAME</Name><Value>0815</Value></item>
</Parameter>
<Query>ZMYQUERY001</Query>

i also tried the solution given by some posters here using "FILTER_IOBJNM" and "FILTER_VALUE" but this also doesnt work.

regards

Sebastian