<?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: Using  BAPI_DOCUMENT_CREATE2 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-document-create2/m-p/1170655#M122982</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excuse me for I didn´t answer before because I was in other activities.  Thanks for all your answers, these were very useful to solve the problem.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Greetings, &lt;/P&gt;&lt;P&gt;Irina&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Feb 2006 19:17:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-02-15T19:17:41Z</dc:date>
    <item>
      <title>Using  BAPI_DOCUMENT_CREATE2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-document-create2/m-p/1170651#M122978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello, &lt;/P&gt;&lt;P&gt;I'm using this BAPI and when I execute it, it returns the document number  that was created, but when I look for it with transaction CV03N, the document does not exist.  In addition, if I execute the BAPI again, the document number continues being increased, although the previous document has not been created.&lt;/P&gt;&lt;P&gt;I don't know if it's by a customizing problem or it's by the parameters that I'm introducing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2006 15:51:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-document-create2/m-p/1170651#M122978</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-15T15:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Using  BAPI_DOCUMENT_CREATE2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-document-create2/m-p/1170652#M122979</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;did you use BAPI_TRANSACTION_COMMIT after this BAPI ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgd&lt;/P&gt;&lt;P&gt;Frédéric&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2006 15:53:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-document-create2/m-p/1170652#M122979</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2006-02-15T15:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Using  BAPI_DOCUMENT_CREATE2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-document-create2/m-p/1170653#M122980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sometimes BAPI need a little time to process before the next stament....Use BAPI_TRANSACTION_COMMIT and also, you can use FM "ENQUE_SLEEP".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2006 15:57:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-document-create2/m-p/1170653#M122980</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-15T15:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: Using  BAPI_DOCUMENT_CREATE2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-document-create2/m-p/1170654#M122981</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;did you use BAPI_TRANSACTION_COMMIT after bapicall.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are you doing it in SE37 or in program.&lt;/P&gt;&lt;P&gt;if it is Program then you call the &amp;lt;b&amp;gt;BAPI_TRANSACTION_COMMIT.&amp;lt;/b&amp;gt; or if it is from SE37 then you go to menu Function module-&amp;gt;Test-&amp;gt;Test Sequence&lt;/P&gt;&lt;P&gt;now you will get a popup, in that enter your BAPI first, and then enter the BAPI_TRANSACTION_COMMIT .&lt;/P&gt;&lt;P&gt;and enter,&lt;/P&gt;&lt;P&gt;now execute the BAPI. and check it after that&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>Wed, 15 Feb 2006 16:11:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-document-create2/m-p/1170654#M122981</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-15T16:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Using  BAPI_DOCUMENT_CREATE2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-document-create2/m-p/1170655#M122982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excuse me for I didn´t answer before because I was in other activities.  Thanks for all your answers, these were very useful to solve the problem.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Greetings, &lt;/P&gt;&lt;P&gt;Irina&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2006 19:17:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-document-create2/m-p/1170655#M122982</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-15T19:17:41Z</dc:date>
    </item>
  </channel>
</rss>

