<?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: VA03 Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/va03-problem/m-p/3407200#M818263</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Chaaya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But using the function module  &lt;STRONG&gt;BAPI_SALESORDER_GETSTATUS&lt;/STRONG&gt; you can find the status of a sales order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you just need to pass the sales order number. and you will get the status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Sasidhar Reddy Matli.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Feb 2008 06:12:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-20T06:12:36Z</dc:date>
    <item>
      <title>VA03 Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/va03-problem/m-p/3407197#M818260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i have to retrive Overall status(VBSTT- GBSTA_BEZ) of Perticular Order .&lt;/P&gt;&lt;P&gt;it is displaying in VA03 in items in Status Tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as my work i checkeked that data is retriving with eithrer of below two FM &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;those FM's are &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.RV_DOCUMENT_POS_STATUS_TEXTS&lt;/P&gt;&lt;P&gt;2.RV_DOCUMENT_HEAD_STATUS_TEXTS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but if i use this FM i am not getting proper data &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so can any one pls tell me how to get that Overall Status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THX&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 06:00:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/va03-problem/m-p/3407197#M818260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-20T06:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: VA03 Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/va03-problem/m-p/3407198#M818261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then go for select query,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select gbsta_bez &lt;/P&gt;&lt;P&gt; from vbstt &lt;/P&gt;&lt;P&gt; into it-gbsta_bez &lt;/P&gt;&lt;P&gt; where vbeln = the req., doc., no and&lt;/P&gt;&lt;P&gt; check for other conditions as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lakshmanan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 06:06:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/va03-problem/m-p/3407198#M818261</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-20T06:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: VA03 Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/va03-problem/m-p/3407199#M818262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;over all status available in VBUP table&lt;/P&gt;&lt;P&gt;LFSTA - For delivery related&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 06:11:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/va03-problem/m-p/3407199#M818262</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-20T06:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: VA03 Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/va03-problem/m-p/3407200#M818263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Chaaya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But using the function module  &lt;STRONG&gt;BAPI_SALESORDER_GETSTATUS&lt;/STRONG&gt; you can find the status of a sales order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you just need to pass the sales order number. and you will get the status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Sasidhar Reddy Matli.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 06:12:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/va03-problem/m-p/3407200#M818263</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-20T06:12:36Z</dc:date>
    </item>
  </channel>
</rss>

