<?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: difference between open quantity and delivery quantity in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-open-quantity-and-delivery-quantity/m-p/1048712#M88624</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Sample example...........&lt;/P&gt;&lt;P&gt;select vbeln posnr matnr omeng mbdat into itab from VBBE where....&lt;/P&gt;&lt;P&gt;select vbeln posnr matnr lfimg mbdat into itab1 from lips where....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;read table itab1 with key....&lt;/P&gt;&lt;P&gt;move:....to itab2.&lt;/P&gt;&lt;P&gt;endloop.&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, 16 Nov 2005 09:55:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-11-16T09:55:32Z</dc:date>
    <item>
      <title>difference between open quantity and delivery quantity</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-open-quantity-and-delivery-quantity/m-p/1048709#M88621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Please anybody explain me the difference between open quantity and delivery quantity My question is both are same in the value or different I need to report these 2 fields based on date.&lt;/P&gt;&lt;P&gt;open quantity is available in table vbbe&lt;/P&gt;&lt;P&gt;delivery quantity available in table lips.&lt;/P&gt;&lt;P&gt;for open quantity i have one select statement.&lt;/P&gt;&lt;P&gt;for delivery quantity i have another select statement.&lt;/P&gt;&lt;P&gt;i want to club these 2 fields into a single report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please clarify my doubt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;chandu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2005 09:31:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-open-quantity-and-delivery-quantity/m-p/1048709#M88621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-16T09:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: difference between open quantity and delivery quantity</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-open-quantity-and-delivery-quantity/m-p/1048710#M88622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Open quantity is nothing but the quantity which we have at the DAY starts.&lt;/P&gt;&lt;P&gt;Delivered quantity means which was delivered on that DAY.&lt;/P&gt;&lt;P&gt;So Opening qty - Delivered qty = Closing qty for a DAY.&lt;/P&gt;&lt;P&gt;Again this Closing qty will be the Opening qty for next DAY.&lt;/P&gt;&lt;P&gt;*********&lt;/P&gt;&lt;P&gt;I think based on POSNR u need to club both the quantity in single report.&lt;/P&gt;&lt;P&gt;select vbeln posnr matnr omeng mbdat into itab from VBBE where....&lt;/P&gt;&lt;P&gt;select vbeln posnr matnr lfimg mbdat into itab1 from lips where....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;read table itab1 with key....&lt;/P&gt;&lt;P&gt;move:....to itab2.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;*********************&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;I hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Deepak333 k&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Deepak333 k&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2005 09:37:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-open-quantity-and-delivery-quantity/m-p/1048710#M88622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-16T09:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: difference between open quantity and delivery quantity</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-open-quantity-and-delivery-quantity/m-p/1048711#M88623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Open Qty is the one in which the Goods Issue is not yet done. So you can make a Goods Issue on what ever the Qty you pick up from the Open Qty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The tables you need are LIKP : Delivery header data&lt;/P&gt;&lt;P&gt;                         LIPS : Delivery Item data&lt;/P&gt;&lt;P&gt;                         VBBE &lt;/P&gt;&lt;P&gt; So you need to join these tables by choosing a common key field among them.&lt;/P&gt;&lt;P&gt;So that you can retrieve the data.&lt;/P&gt;&lt;P&gt;If you dont find any common key field in these 2 tables LIPS &amp;amp; VBBE then try to link the same with any other table like LIKP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2005 09:41:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-open-quantity-and-delivery-quantity/m-p/1048711#M88623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-16T09:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: difference between open quantity and delivery quantity</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-open-quantity-and-delivery-quantity/m-p/1048712#M88624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Sample example...........&lt;/P&gt;&lt;P&gt;select vbeln posnr matnr omeng mbdat into itab from VBBE where....&lt;/P&gt;&lt;P&gt;select vbeln posnr matnr lfimg mbdat into itab1 from lips where....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;read table itab1 with key....&lt;/P&gt;&lt;P&gt;move:....to itab2.&lt;/P&gt;&lt;P&gt;endloop.&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, 16 Nov 2005 09:55:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-open-quantity-and-delivery-quantity/m-p/1048712#M88624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-16T09:55:32Z</dc:date>
    </item>
  </channel>
</rss>

