<?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: Select goods receipt in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-goods-receipt/m-p/2321871#M509830</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BWART in MSEG table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Jun 2007 10:36:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-18T10:36:35Z</dc:date>
    <item>
      <title>Select goods receipt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-goods-receipt/m-p/2321867#M509826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          Could you please let me know what other selection scriteia to be considered for selecting goods received(MENGE) from MSEG table provided we have material doc (MBLNR) , year (MJAHR) and purchase doc (EBELN).&lt;/P&gt;&lt;P&gt;          &lt;/P&gt;&lt;P&gt;          What other points to be considered in the below select query to obtain correct GR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          select mblnr&lt;/P&gt;&lt;P&gt;                    mjahr&lt;/P&gt;&lt;P&gt;                    zeile&lt;/P&gt;&lt;P&gt;                    Menge&lt;/P&gt;&lt;P&gt;              into table lt_mseg&lt;/P&gt;&lt;P&gt;              from MSEG&lt;/P&gt;&lt;P&gt;               for all entries in lt_mkpf&lt;/P&gt;&lt;P&gt;            where mblnr    EQ lt_mkpf-belnr&lt;/P&gt;&lt;P&gt;               and mjahr    EQ lt_mkpf-gjahr&lt;/P&gt;&lt;P&gt;               and zeile     NE space&lt;/P&gt;&lt;P&gt;               and matnr    EQ gs_item-matnr&lt;/P&gt;&lt;P&gt;               and ebeln    EQ gs_item-ebeln&lt;/P&gt;&lt;P&gt;               and ebelp    EQ gs_item-ebelp&lt;/P&gt;&lt;P&gt;               and j_3asiz  EQ gs_item-grid.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2007 10:09:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-goods-receipt/m-p/2321867#M509826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-18T10:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: Select goods receipt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-goods-receipt/m-p/2321868#M509827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check EKBE table .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EKBE - VGABE  = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Hello , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For GR  u have to take Movement types 101/102 as a standard process .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u want data based on the PO then better to use EKBE table to get performace.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Peram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2007 10:20:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-goods-receipt/m-p/2321868#M509827</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-18T10:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Select goods receipt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-goods-receipt/m-p/2321869#M509828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I mean what other field of MSEG table has to be considered inorder to get correct quantity MSEG-MENGE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2007 10:28:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-goods-receipt/m-p/2321869#M509828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-18T10:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: Select goods receipt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-goods-receipt/m-p/2321870#M509829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Consider the MOVEMENT TYPE field BWART of table MSEG in the where condition&lt;/P&gt;&lt;P&gt;because based on the Movement type GR/GI and other goods movements are distinguished clearly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful Answers&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2007 10:29:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-goods-receipt/m-p/2321870#M509829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-18T10:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Select goods receipt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-goods-receipt/m-p/2321871#M509830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BWART in MSEG table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2007 10:36:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-goods-receipt/m-p/2321871#M509830</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-18T10:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: Select goods receipt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-goods-receipt/m-p/2321872#M509831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got the answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2007 13:00:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-goods-receipt/m-p/2321872#M509831</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-18T13:00:24Z</dc:date>
    </item>
  </channel>
</rss>

