<?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 help needed on a query ?? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-on-a-query/m-p/1659626#M292459</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello to All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to construct a query for the following,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; Filter document number from table BSIS on (current date minus 1) with doc type SA.Filter it on the bank account (123456)&lt;/P&gt;&lt;P&gt;-&amp;gt; Filter the numbers on SHKZG = 'H'.&lt;/P&gt;&lt;P&gt;-&amp;gt; sum the amounts(WRBTR) GL account wise&lt;/P&gt;&lt;P&gt;-&amp;gt; Get house bank name from gl account&lt;/P&gt;&lt;P&gt;-&amp;gt; should be grouped bank account wise&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i can easily get the records from BSIS after the required filtering, but is there any way by which i can JOIN the tables and get the required end result.If yes, then can you please show me how, thru a sample query ... Thank..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope i am comprehendable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shehryar Dahar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Nov 2006 12:27:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-20T12:27:15Z</dc:date>
    <item>
      <title>help needed on a query ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-on-a-query/m-p/1659626#M292459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello to All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to construct a query for the following,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; Filter document number from table BSIS on (current date minus 1) with doc type SA.Filter it on the bank account (123456)&lt;/P&gt;&lt;P&gt;-&amp;gt; Filter the numbers on SHKZG = 'H'.&lt;/P&gt;&lt;P&gt;-&amp;gt; sum the amounts(WRBTR) GL account wise&lt;/P&gt;&lt;P&gt;-&amp;gt; Get house bank name from gl account&lt;/P&gt;&lt;P&gt;-&amp;gt; should be grouped bank account wise&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i can easily get the records from BSIS after the required filtering, but is there any way by which i can JOIN the tables and get the required end result.If yes, then can you please show me how, thru a sample query ... Thank..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope i am comprehendable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shehryar Dahar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2006 12:27:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-on-a-query/m-p/1659626#M292459</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-20T12:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: help needed on a query ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-on-a-query/m-p/1659627#M292460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u need to write select statement first to get documents based on current date - 1 &amp;amp; doc type &amp;amp; bank account &amp;amp; shkgz. Now write one more using for all entries with remaining conditions...Loop one table &amp;amp; read another and move to final internal table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2006 12:59:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-on-a-query/m-p/1659627#M292460</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-20T12:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: help needed on a query ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-on-a-query/m-p/1659628#M292461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you show me how to do the above i.e how to loop one table and read the another...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 07:14:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-on-a-query/m-p/1659628#M292461</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T07:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: help needed on a query ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-on-a-query/m-p/1659629#M292462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;You can create a infoset with the required tables and then click on the push button 'Extras', that will give you a table control. Select the tabstrip 'Code', in this tabstrip you can select the event 'End-of-selection (before list)' from the drop down box for 'Coding section' and then put in your code. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2006 00:37:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-on-a-query/m-p/1659629#M292462</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-22T00:37:27Z</dc:date>
    </item>
  </channel>
</rss>

