<?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 Using Query generator - Showing Bin location, item code, description, barcode etc in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-query-generator-showing-bin-location-item-code-description-barcode/m-p/12155598#M1977440</link>
    <description>&lt;P&gt;Hi All, &lt;/P&gt;
  &lt;P&gt;Using Query generator, I would like a report that shows everything in the main and bulk warehouse including the items that have NO STOCK (the no stock items are always removed when running the standard reports but they are very useful for a lot of the work that I am doing)&lt;/P&gt;
  &lt;P&gt;Currently I can run 2 standard reports and capture most of the information but it doesn't include the zero stock items. I would like to combine this data and include the zero stock items. &lt;/P&gt;
  &lt;P&gt;I have tried to use query generator and for the most part I have got the information I need however I can't seem to get the bin location added to my report using JOIN table... I'm pretty new to SAP and SQL so apologies if I'm doing it all wrong!!!&lt;/P&gt;
  &lt;P&gt;I want the Query to include the following including the zero stock items (I can't stress about these zero items enough lol):&lt;/P&gt;
  &lt;P&gt;Bin location&lt;/P&gt;
  &lt;P&gt;item code&lt;/P&gt;
  &lt;P&gt;description&lt;/P&gt;
  &lt;P&gt;barcode&lt;/P&gt;
  &lt;P&gt;mfr&lt;/P&gt;
  &lt;P&gt;stock&lt;/P&gt;
  &lt;P&gt;min&lt;/P&gt;
  &lt;P&gt;max&lt;/P&gt;
  &lt;P&gt;unit price&lt;/P&gt;
  &lt;P&gt;I am using SAP Business one 9.3 if that helps&lt;/P&gt;
  &lt;P&gt;Thanks in advance &lt;/P&gt;
  &lt;P&gt;Anthony&lt;/P&gt;</description>
    <pubDate>Wed, 17 Jun 2020 13:33:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2020-06-17T13:33:03Z</dc:date>
    <item>
      <title>Using Query generator - Showing Bin location, item code, description, barcode etc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-query-generator-showing-bin-location-item-code-description-barcode/m-p/12155598#M1977440</link>
      <description>&lt;P&gt;Hi All, &lt;/P&gt;
  &lt;P&gt;Using Query generator, I would like a report that shows everything in the main and bulk warehouse including the items that have NO STOCK (the no stock items are always removed when running the standard reports but they are very useful for a lot of the work that I am doing)&lt;/P&gt;
  &lt;P&gt;Currently I can run 2 standard reports and capture most of the information but it doesn't include the zero stock items. I would like to combine this data and include the zero stock items. &lt;/P&gt;
  &lt;P&gt;I have tried to use query generator and for the most part I have got the information I need however I can't seem to get the bin location added to my report using JOIN table... I'm pretty new to SAP and SQL so apologies if I'm doing it all wrong!!!&lt;/P&gt;
  &lt;P&gt;I want the Query to include the following including the zero stock items (I can't stress about these zero items enough lol):&lt;/P&gt;
  &lt;P&gt;Bin location&lt;/P&gt;
  &lt;P&gt;item code&lt;/P&gt;
  &lt;P&gt;description&lt;/P&gt;
  &lt;P&gt;barcode&lt;/P&gt;
  &lt;P&gt;mfr&lt;/P&gt;
  &lt;P&gt;stock&lt;/P&gt;
  &lt;P&gt;min&lt;/P&gt;
  &lt;P&gt;max&lt;/P&gt;
  &lt;P&gt;unit price&lt;/P&gt;
  &lt;P&gt;I am using SAP Business one 9.3 if that helps&lt;/P&gt;
  &lt;P&gt;Thanks in advance &lt;/P&gt;
  &lt;P&gt;Anthony&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2020 13:33:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-query-generator-showing-bin-location-item-code-description-barcode/m-p/12155598#M1977440</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-06-17T13:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Using Query generator - Showing Bin location, item code, description, barcode etc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-query-generator-showing-bin-location-item-code-description-barcode/m-p/12155599#M1977441</link>
      <description>&lt;P&gt;Hi Anthony,&lt;/P&gt;&lt;P&gt;SELECT T0.[DfltWH], T0.[ItemCode], T0.[ItemName], T0.[CodeBars], T0.[SuppCatNum], T0.[OnHand], T0.[MinLevel], T0.[MaxLevel], T1.[Price] &lt;/P&gt;&lt;P&gt;FROM OITM T0  INNER JOIN ITM1 T1 ON T0.[ItemCode] = T1.[ItemCode]&lt;/P&gt;&lt;P&gt;hopefully it can help you&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2021 09:04:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-query-generator-showing-bin-location-item-code-description-barcode/m-p/12155599#M1977441</guid>
      <dc:creator>former_member932476</dc:creator>
      <dc:date>2021-01-26T09:04:59Z</dc:date>
    </item>
  </channel>
</rss>

