<?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_internalorder_create in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-internalorder-create/m-p/1614919#M275527</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the BAPI: bapi-internalorder_create to create new orders with transaction ko01. When I run it, it seems like creating the order but when I go to the transaction ko03, it says that the order does not exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody help me??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Oct 2006 14:42:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-18T14:42:57Z</dc:date>
    <item>
      <title>bapi_internalorder_create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-internalorder-create/m-p/1614919#M275527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the BAPI: bapi-internalorder_create to create new orders with transaction ko01. When I run it, it seems like creating the order but when I go to the transaction ko03, it says that the order does not exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody help me??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 14:42:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-internalorder-create/m-p/1614919#M275527</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T14:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: bapi_internalorder_create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-internalorder-create/m-p/1614920#M275528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The BAPI BAPI_INTERNALORDER_CREATE does not carry out a implicit COMMIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to call BAPI_TRANSACTION_COMMIT after calling your BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THanks,&lt;/P&gt;&lt;P&gt;Ramakrishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 14:44:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-internalorder-create/m-p/1614920#M275528</guid>
      <dc:creator>venkata_ramisetti</dc:creator>
      <dc:date>2006-10-18T14:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: bapi_internalorder_create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-internalorder-create/m-p/1614921#M275529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;YOu have to use the bapi&lt;/P&gt;&lt;P&gt;bapi_transaction_commit immediately after the success of the main bapi.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 14:44:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-internalorder-create/m-p/1614921#M275529</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T14:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: bapi_internalorder_create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-internalorder-create/m-p/1614922#M275530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to run BAPI_TRANSACTION_COMMIT after successful execution of your bapi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 14:45:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-internalorder-create/m-p/1614922#M275530</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T14:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: bapi_internalorder_create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-internalorder-create/m-p/1614923#M275531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;must do BAPI_TRANSACTION_COMMIT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2007 21:01:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-internalorder-create/m-p/1614923#M275531</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-16T21:01:45Z</dc:date>
    </item>
  </channel>
</rss>

