<?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: function module to get the sales flow. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-the-sales-flow/m-p/6337529#M1397031</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use VBFA table.. it will give you all the flow.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Oct 2009 20:48:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-27T20:48:28Z</dc:date>
    <item>
      <title>function module to get the sales flow.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-the-sales-flow/m-p/6337524#M1397026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;i need a function module which can give the complete picture of the sales with the help of sales order number..&lt;/P&gt;&lt;P&gt;in precise the function module should show the delivery status,items, billing status etc from vbuk..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 12:26:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-the-sales-flow/m-p/6337524#M1397026</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-27T12:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: function module to get the sales flow.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-the-sales-flow/m-p/6337525#M1397027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have seen no function which will return all this information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Howeveer, SD_ORDER_STATUS_OVERVIEW provides a lot of information it looks like you require.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 13:09:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-the-sales-flow/m-p/6337525#M1397027</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-27T13:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: function module to get the sales flow.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-the-sales-flow/m-p/6337526#M1397028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Imran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at url &lt;A href="http://learningabap.wordpress.com/2007/03/28/read-sales-document-flow-using-a-function-module/" target="test_blank"&gt;http://learningabap.wordpress.com/2007/03/28/read-sales-document-flow-using-a-function-module/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Lakshman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 16:41:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-the-sales-flow/m-p/6337526#M1397028</guid>
      <dc:creator>Lakshmant1</dc:creator>
      <dc:date>2009-10-27T16:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: function module to get the sales flow.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-the-sales-flow/m-p/6337527#M1397029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BAPI_SALESORDER_GETSTATUS Sales order: Display status&lt;/P&gt;&lt;P&gt;BAPI_SALESORDER_SIMULATE Sales Order: Simulate Sales Order&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by the way, why dont you directly use the standard tables to see the activity.. vbak, vbap, vbkd, vbpa, vbrk etc..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 16:45:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-the-sales-flow/m-p/6337527#M1397029</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-27T16:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: function module to get the sales flow.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-the-sales-flow/m-p/6337528#M1397030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No one function module or BAPI provides all the information you have asked for but there few and they already mentioned there. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check also RV_ORDER_FLOW_INFORMATION  - This will give you the doc flow. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to debug standard functionality in SAP  where you can see the history of sales doc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 19:38:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-the-sales-flow/m-p/6337528#M1397030</guid>
      <dc:creator>former_member191735</dc:creator>
      <dc:date>2009-10-27T19:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: function module to get the sales flow.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-the-sales-flow/m-p/6337529#M1397031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use VBFA table.. it will give you all the flow.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 20:48:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-the-sales-flow/m-p/6337529#M1397031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-27T20:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: function module to get the sales flow.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-the-sales-flow/m-p/6337530#M1397032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the help...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2009 04:08:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-the-sales-flow/m-p/6337530#M1397032</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-28T04:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: function module to get the sales flow.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-the-sales-flow/m-p/6337531#M1397033</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;  U can try with FM  " RV_ORDER_FLOW_INFORMATION" . and get the sales doc flow..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2009 04:19:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-the-sales-flow/m-p/6337531#M1397033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-28T04:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: function module to get the sales flow.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-the-sales-flow/m-p/6337532#M1397034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks shambhu, i feel this function module is giving most of the data i require..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2009 04:21:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-the-sales-flow/m-p/6337532#M1397034</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-28T04:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: function module to get the sales flow.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-the-sales-flow/m-p/6337533#M1397035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your ULR lakshman. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Lakshman.Annamaneni&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Lakshman Annamaneni on Nov 25, 2009 6:31 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2009 13:07:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-the-sales-flow/m-p/6337533#M1397035</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-30T13:07:52Z</dc:date>
    </item>
  </channel>
</rss>

