<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Qual Table Question - Java API in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/qual-table-question-java-api/qaa-p/1654265#M724924</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ran a quick test checking record count and this seems to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What if my qualified table had 2 non-qualifiers? As an example, let's say I am storing status codes for products that are assigned by sales organization and distribution channel (so those are my 2 non-qualifiers).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Nov 2006 14:38:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-09T14:38:35Z</dc:date>
    <item>
      <title>Qual Table Question - Java API</title>
      <link>https://community.sap.com/t5/technology-q-a/qual-table-question-java-api/qaq-p/1654263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my question is in the area of searching for products via the non-qualifier using the Java API. Can it be done? If so, how? I don't think there is a QualifiedLookupParameter class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A concrete example of what I want to do is something like the following:&lt;/P&gt;&lt;P&gt;Product pricing is set by quantity. So, the quantity is the non-qualifier and price is the qualifier. I want to easily see all products with a "1-9 quantity" price (along with the price).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to set up such a search?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2006 16:15:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/qual-table-question-java-api/qaq-p/1654263</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-03T16:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Qual Table Question - Java API</title>
      <link>https://community.sap.com/t5/technology-q-a/qual-table-question-java-api/qaa-p/1654264#M724923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bruce,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your code should look something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ResultSetDefinition rsd = new ResultSetDefinition(&amp;lt;TABLECODENAME&amp;gt;);&lt;/P&gt;&lt;P&gt;rsd.AddField(&amp;lt;FIELDNAME (that points to qualified table)&amp;gt;);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search search = new Search(&amp;lt;TABLECODENAME&amp;gt;);&lt;/P&gt;&lt;P&gt;FreeFormTableParameter fftp = searchPricing.GetParameters().NewFreeFormTableParameter(&amp;lt;TABLECODENAME);&lt;/P&gt;&lt;P&gt;FreeFormParameterField ffpf = new FreeFormParameterField((&amp;lt;FIELDNAME (that points to qualified table)&amp;gt;);&lt;/P&gt;&lt;P&gt;ffpf.Add(new NumericParameter(1,FreeFormParameter.GreaterThanOrEqualToSearchType));					&lt;/P&gt;&lt;P&gt;ffpf.Add(new NumericParameter(9,FreeFormParameter.LessThanOrEqualToSearchType));&lt;/P&gt;&lt;P&gt;fftp.Add(ffpf);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A2iResultSet rs = catalog.GetResultSet(search, rsd, (&amp;lt;FIELDNAME (that points to qualified table)&amp;gt;), true, 0);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hop this helps you out,&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;P&gt;Gerwin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2006 12:37:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/qual-table-question-java-api/qaa-p/1654264#M724923</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-09T12:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: Qual Table Question - Java API</title>
      <link>https://community.sap.com/t5/technology-q-a/qual-table-question-java-api/qaa-p/1654265#M724924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ran a quick test checking record count and this seems to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What if my qualified table had 2 non-qualifiers? As an example, let's say I am storing status codes for products that are assigned by sales organization and distribution channel (so those are my 2 non-qualifiers).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2006 14:38:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/qual-table-question-java-api/qaa-p/1654265#M724924</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-09T14:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: Qual Table Question - Java API</title>
      <link>https://community.sap.com/t5/technology-q-a/qual-table-question-java-api/qaa-p/1654266#M724925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bruce,&lt;/P&gt;&lt;P&gt;Ik think it might be possible to use the following part again:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ffpf = new FreeFormParameterField(&amp;lt;FIELDCODE&amp;gt;);&lt;/P&gt;&lt;P&gt;ffpf.Add(new StringParameter(&amp;lt;StringValue&amp;gt;.GetStringValue(),FreeFormParameter.StringParameterType));&lt;/P&gt;&lt;P&gt;fftp.Add(ffpf);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So just add it as an extra parameter to your FreeformTableParameter.&lt;/P&gt;&lt;P&gt;By the way, sorry for the late reply. I didn't get a notification that the topic changed.&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;P&gt;Gerwin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2006 15:09:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/qual-table-question-java-api/qaa-p/1654266#M724925</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-14T15:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Qual Table Question - Java API</title>
      <link>https://community.sap.com/t5/technology-q-a/qual-table-question-java-api/qaa-p/1654267#M724926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I liked your technique to extract the main records via non qualifiers.&lt;/P&gt;&lt;P&gt;Awesome.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2007 23:29:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/qual-table-question-java-api/qaa-p/1654267#M724926</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-09T23:29:34Z</dc:date>
    </item>
  </channel>
</rss>

