<?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>topic Re: Problem with Query-Infoset in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-query-infoset/m-p/5466595#M1252146</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, but, how can I code that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example, I could do: DELETE ADJACENTE DUPLICATE ENTRIES FROM, &lt;/P&gt;&lt;P&gt;or Loop at table, and delete the ones wich has the field empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but from wich table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Apr 2009 01:01:42 GMT</pubDate>
    <dc:creator>marcelom_bovo</dc:creator>
    <dc:date>2009-04-22T01:01:42Z</dc:date>
    <item>
      <title>Problem with Query-Infoset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-query-infoset/m-p/5466593#M1252144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi People,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im trying to make a query(infoset), but I'm having a problem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The user is gone to put the company code and the Financial Transaction(from VTBFHA), and i have to show in the result the last date from the table VTBFHAZU, and if there is no line in the table VTBFHAZU, I won't show the company code and the Financial Transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do that, because IF a link then with a JOIN in the infoset, it will bring me more than 1 line if the VTBFHAZU has more than 1 with the same Financial Transaction, but if I dont JOIN then, the report may bring me results without date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The question is, how can i delete lines from the display table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2009 16:31:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-query-infoset/m-p/5466593#M1252144</guid>
      <dc:creator>marcelom_bovo</dc:creator>
      <dc:date>2009-04-21T16:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Query-Infoset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-query-infoset/m-p/5466594#M1252145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try this..in the infoset you can write additional coding..in the event...RECORD PROCESSING/END-OF-SELECTION (before list)...and filter the data..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2009 16:40:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-query-infoset/m-p/5466594#M1252145</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-21T16:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Query-Infoset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-query-infoset/m-p/5466595#M1252146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, but, how can I code that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example, I could do: DELETE ADJACENTE DUPLICATE ENTRIES FROM, &lt;/P&gt;&lt;P&gt;or Loop at table, and delete the ones wich has the field empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but from wich table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2009 01:01:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-query-infoset/m-p/5466595#M1252146</guid>
      <dc:creator>marcelom_bovo</dc:creator>
      <dc:date>2009-04-22T01:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Query-Infoset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-query-infoset/m-p/5466596#M1252147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I Tried to  debug the program to get the tables, but didnt work(the name was %dtab).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for exemplo:&lt;/P&gt;&lt;P&gt;Now, I'm making a query that sums the values of an amount, its working, but the lines are duplicated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to delete the duplicated lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2009 12:34:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-query-infoset/m-p/5466596#M1252147</guid>
      <dc:creator>marcelom_bovo</dc:creator>
      <dc:date>2009-04-22T12:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Query-Infoset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-query-infoset/m-p/5466597#M1252148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I made it &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SQ01, i changed the output layout rom basic list to statistic, and then it worked like a DISTINCT command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks guys&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2009 20:13:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-query-infoset/m-p/5466597#M1252148</guid>
      <dc:creator>marcelom_bovo</dc:creator>
      <dc:date>2009-04-22T20:13:19Z</dc:date>
    </item>
  </channel>
</rss>

