<?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 BAPI for reading an existing quotation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-reading-an-existing-quotation/m-p/2106604#M439683</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following question - which BAPI do I use to read an existing Quotation in the R/3 system?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Java Connector program which lays down a Quotation. After the quotation is laid down, it has to use the generated quotation number to access the quotation and export it into an XML file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is I have no idea which BAPI can be used for it. I found a couple of threads which suggested BAPI_QUOTATION_GETDETAILBOS which does not exist in my system. I tried using the RFC SD_SALES_DOCUMENT_READ but it isn't what helps me either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help with this would be really helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye!&lt;/P&gt;&lt;P&gt;Sameer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Apr 2007 11:10:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-16T11:10:28Z</dc:date>
    <item>
      <title>BAPI for reading an existing quotation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-reading-an-existing-quotation/m-p/2106604#M439683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following question - which BAPI do I use to read an existing Quotation in the R/3 system?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Java Connector program which lays down a Quotation. After the quotation is laid down, it has to use the generated quotation number to access the quotation and export it into an XML file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is I have no idea which BAPI can be used for it. I found a couple of threads which suggested BAPI_QUOTATION_GETDETAILBOS which does not exist in my system. I tried using the RFC SD_SALES_DOCUMENT_READ but it isn't what helps me either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help with this would be really helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye!&lt;/P&gt;&lt;P&gt;Sameer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 11:10:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-reading-an-existing-quotation/m-p/2106604#M439683</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T11:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for reading an existing quotation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-reading-an-existing-quotation/m-p/2106605#M439684</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 can use  either &lt;/P&gt;&lt;P&gt;BAPI_CUSTOMERQUOTATION_CHANGE&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;BAPI_QUOTATION_GETDETAILBOS &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;both works.&lt;/P&gt;&lt;P&gt;&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>Mon, 16 Apr 2007 11:20:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-reading-an-existing-quotation/m-p/2106605#M439684</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T11:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for reading an existing quotation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-reading-an-existing-quotation/m-p/2106606#M439685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hallo Anji,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply, the Quotation Change is for changing the quotation - I am looking for a BAPI that will only read the quotation and return the details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for the GETDETAILBOS, as I already mentioned, I get the message saying that it does not exist in the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye!&lt;/P&gt;&lt;P&gt;Sameer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 11:23:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-reading-an-existing-quotation/m-p/2106606#M439685</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T11:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for reading an existing quotation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-reading-an-existing-quotation/m-p/2106607#M439686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Used the BAPISDORDER_GETDETAILEDLIST.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 06:19:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-reading-an-existing-quotation/m-p/2106607#M439686</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T06:19:04Z</dc:date>
    </item>
  </channel>
</rss>

