<?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: Question on 'BAPI_QUOTATION_CREATEFROMDATA2' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-bapi-quotation-createfromdata2/m-p/5139394#M1191222</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when using bapi's you have to generate the commit statement using : function module BAPI_TRANSACTION_COMMIT...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is this done ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Feb 2009 15:02:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-02T15:02:58Z</dc:date>
    <item>
      <title>Question on 'BAPI_QUOTATION_CREATEFROMDATA2'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-bapi-quotation-createfromdata2/m-p/5139393#M1191221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create a quote using 'BAPI_QUOTATION_CREATEFROMDATA2' in the test mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am entering the bear minimum required (without opening any parameters other than the default &lt;/P&gt;&lt;P&gt;which are QUOTATION_HEADER_IN and QUOTATION_PARTNERS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem that I am seeing is with QUOTATION_PARTNERS-ITM_NUMBER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I give QUOTATION_PARTNERS-ITM_NUMBER = '0000000' and run, I get a bogus &lt;/P&gt;&lt;P&gt;message that the quote (with a number assigned) is created. But when I try to open using VA23&lt;/P&gt;&lt;P&gt;it is not and even the table 'VBAK' doesn't have an entry for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However when I change QUOTATION_PARTNERS-ITM_NUMBER = '0000020' where 000020 is a valid value, I get a message that says "112 Please enter sold-to party or ship-to party".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I don't understand is how this ITM_NUMBER "item number of SD document" is connected&lt;/P&gt;&lt;P&gt;to ship-to variable. How can I make sure that these two have proper relationship in the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions or comments will be highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2009 14:15:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-bapi-quotation-createfromdata2/m-p/5139393#M1191221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-02T14:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: Question on 'BAPI_QUOTATION_CREATEFROMDATA2'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-bapi-quotation-createfromdata2/m-p/5139394#M1191222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when using bapi's you have to generate the commit statement using : function module BAPI_TRANSACTION_COMMIT...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is this done ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2009 15:02:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-bapi-quotation-createfromdata2/m-p/5139394#M1191222</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-02T15:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: Question on 'BAPI_QUOTATION_CREATEFROMDATA2'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-bapi-quotation-createfromdata2/m-p/5139395#M1191223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) As correctly pointed out, COMMIT is necessary after the BAPI&lt;/P&gt;&lt;P&gt;2) Check with your SD consultant on the partner configuration in your system. Some partners are maintained at header level and some at the item level. Look at VBPA table for an existing document - you may find some entries with POSNR = 0, those are header level.&lt;/P&gt;&lt;P&gt;3) You also need to specify at least the partner type (AG, WE, etc.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2009 22:00:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-bapi-quotation-createfromdata2/m-p/5139395#M1191223</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2009-02-02T22:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Question on 'BAPI_QUOTATION_CREATEFROMDATA2'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-bapi-quotation-createfromdata2/m-p/5139396#M1191224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ansberry Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pass &lt;SPAN style="color: #333333; font-size: 11.818181991577148px; background-color: #ffffff;"&gt;QUOTATION_PARTNERS-ITM_NUMBER = '0000000'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 11.818181991577148px; background-color: #ffffff;"&gt;And pass customers like this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 11.818181991577148px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; QUOTATION_PARTNERS&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;PARTN_NUMB &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'1000000'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;CALL &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;FUNCTION &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'CONVERSION_EXIT_ALPHA_INPUT'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;EXPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;INPUT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;QUOTATION_PARTNERS&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;PARTN_NUMB&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;IMPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;OUTPUT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;QUOTATION_PARTNERS&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;PARTN_NUMB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 10:44:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-bapi-quotation-createfromdata2/m-p/5139396#M1191224</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-07T10:44:01Z</dc:date>
    </item>
  </channel>
</rss>

