<?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: Open Sales Order in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-sales-order/m-p/2193709#M467945</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VA05 yes gives you the list of Open Sales Orders..but you might need to create your own report if any of the selection-screen options which are given in VA05 are not required for you / or if you want more specified information, where you might need to evaluate sales orders not only on sold-to-party material and purchase order number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Apr 2007 08:21:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-24T08:21:38Z</dc:date>
    <item>
      <title>Open Sales Order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-sales-order/m-p/2193702#M467938</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;in which situation we can create the Open Sales Order Report.???&lt;/P&gt;&lt;P&gt;can any one  Explain clearly..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 07:59:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-sales-order/m-p/2193702#M467938</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T07:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Open Sales Order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-sales-order/m-p/2193703#M467939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refer to these related threads&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3118815"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2460390"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="495920"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 08:02:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-sales-order/m-p/2193703#M467939</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T08:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Open Sales Order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-sales-order/m-p/2193704#M467940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the standard transaction VA05 to qurey the open sales orders.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is not enough for you, you might write your own report. Use the tables VBAK (sales order header), VBAP (sales order items), VBUK (sales document status header level), VBUP (sales document status position level).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the status table, "A" status means the order is "Open". "B" means partially delivered. "C" means it is completed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 08:03:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-sales-order/m-p/2193704#M467940</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T08:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: Open Sales Order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-sales-order/m-p/2193705#M467941</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 have created a sales order for a product with the qty of 50 .&lt;/P&gt;&lt;P&gt;out of that 50 qty only 30 items were delivered. and the remaining 20 items are yet to be delivered, so in that situation that order was considered as open order.&lt;/P&gt;&lt;P&gt;So based on the dates we generally create a Open order report.&lt;/P&gt;&lt;P&gt;So Order qty(VBAP-KWMENG) and Deliver Qty(LIPS-LFIMG) gives the Open order Qty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if useful&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>Tue, 24 Apr 2007 08:03:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-sales-order/m-p/2193705#M467941</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T08:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Open Sales Order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-sales-order/m-p/2193706#M467942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check transaction VA05 for open sales order report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at the below link also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/wiki?path=/display/snippets/abap" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/wiki?path=/display/snippets/abap&lt;/A&gt;&lt;EM&gt;Program&lt;/EM&gt;to&lt;EM&gt;Close&lt;/EM&gt;open&lt;EM&gt;Sales&lt;/EM&gt;order&lt;EM&gt;(&lt;/EM&gt;Not&lt;EM&gt;fully&lt;/EM&gt;Confirmed+)&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 08:05:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-sales-order/m-p/2193706#M467942</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T08:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Open Sales Order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-sales-order/m-p/2193707#M467943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anji,&lt;/P&gt;&lt;P&gt;You can use the standard transaction VA05 to qurey the open sales orders.&lt;/P&gt;&lt;P&gt;but in which situation , we have to write our OWN prg FOR Open Sales Order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ANY ONE REPLY PLZ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REGARDS,&lt;/P&gt;&lt;P&gt;VIJAY.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 08:14:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-sales-order/m-p/2193707#M467943</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T08:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: Open Sales Order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-sales-order/m-p/2193708#M467944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The standard transaction will only show a limited number of fields(That too standard ones). If you want any other fields in the report, in that case we will go for a custom report.&lt;/P&gt;&lt;P&gt;case 1). additional data needed from standard tables which are not in VA05 now.&lt;/P&gt;&lt;P&gt;case 2) Custom fields appended to the standard tables which are not present in va05 now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 08:17:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-sales-order/m-p/2193708#M467944</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T08:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: Open Sales Order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-sales-order/m-p/2193709#M467945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VA05 yes gives you the list of Open Sales Orders..but you might need to create your own report if any of the selection-screen options which are given in VA05 are not required for you / or if you want more specified information, where you might need to evaluate sales orders not only on sold-to-party material and purchase order number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 08:21:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-sales-order/m-p/2193709#M467945</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T08:21:38Z</dc:date>
    </item>
  </channel>
</rss>

