<?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: Displaying Total Stoc &amp; Open Order Quantity while creating SO in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-total-stoc-open-order-quantity-while-creating-so/m-p/4865787#M1137714</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The purpose of this is to display &lt;STRONG&gt;Available Stock = Total Stock (MARD-LABST) - Total Open Order Quantity (VBBE-OMENG)&lt;/STRONG&gt; when user enters the Material No, Plant and Storage Location while creating Sales Order, this is because to know the user whether stock of the material is available or not for the specific Plant and Storage Location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please let me know if know the suitable exit for this requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Venkatesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Dec 2008 04:10:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-01T04:10:36Z</dc:date>
    <item>
      <title>Displaying Total Stoc &amp; Open Order Quantity while creating SO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-total-stoc-open-order-quantity-while-creating-so/m-p/4865784#M1137711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have requiremet that while creating SO (VA01) for each item it sould show the message (Popup Screen) about Total Stock &amp;amp; Total Open Oder quantity for that material when user enters the material, plant &amp;amp; storage location in line item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know your ideas in detail if anyone knows about this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Venkatesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2008 11:35:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-total-stoc-open-order-quantity-while-creating-so/m-p/4865784#M1137711</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-28T11:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying Total Stoc &amp; Open Order Quantity while creating SO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-total-stoc-open-order-quantity-while-creating-so/m-p/4865785#M1137712</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 will need a user_exit or find a BADI for this purpose....&lt;/P&gt;&lt;P&gt;Search one as it will need some time.&lt;/P&gt;&lt;P&gt;ags.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2008 11:43:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-total-stoc-open-order-quantity-while-creating-so/m-p/4865785#M1137712</guid>
      <dc:creator>agnihotro_sinha2</dc:creator>
      <dc:date>2008-11-28T11:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying Total Stoc &amp; Open Order Quantity while creating SO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-total-stoc-open-order-quantity-while-creating-so/m-p/4865786#M1137713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Venkatesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use userexit USEREXIT_MOVE_FIELD_TO_VBAP in include MV45AFZZ. This user exit is executed every time the user enters item data and hits return. The VBAP data is available in structure xvbap.&lt;/P&gt;&lt;P&gt;xvbap-kwmeng contains the ordered qty. for that item&lt;/P&gt;&lt;P&gt;xvbap-kbmeng contains the confirmed qty. for that item&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not so sure in regard of the available stock qty. because it depends on your stock set up (e.g. batch stock, etc.) but you should be able to figure that out. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just check, if the required xvbap fields are populated and then raise the popup which displays the information to the user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 01:17:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-total-stoc-open-order-quantity-while-creating-so/m-p/4865786#M1137713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-01T01:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying Total Stoc &amp; Open Order Quantity while creating SO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-total-stoc-open-order-quantity-while-creating-so/m-p/4865787#M1137714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The purpose of this is to display &lt;STRONG&gt;Available Stock = Total Stock (MARD-LABST) - Total Open Order Quantity (VBBE-OMENG)&lt;/STRONG&gt; when user enters the Material No, Plant and Storage Location while creating Sales Order, this is because to know the user whether stock of the material is available or not for the specific Plant and Storage Location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please let me know if know the suitable exit for this requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Venkatesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 04:10:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-total-stoc-open-order-quantity-while-creating-so/m-p/4865787#M1137714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-01T04:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying Total Stoc &amp; Open Order Quantity while creating SO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-total-stoc-open-order-quantity-while-creating-so/m-p/4865788#M1137715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi V , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in addition to Michael , u can use  program MV45AFZZ , to raise popup message after going all ur validations , check for form DOCUMENT_PREPARE, but one thing u need to know is , dont raise any error msgs , If you raise error msgs , user cannt change the values in that screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 04:18:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-total-stoc-open-order-quantity-while-creating-so/m-p/4865788#M1137715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-01T04:18:19Z</dc:date>
    </item>
  </channel>
</rss>

