<?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 Problem with using BAPI to create order in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-using-bapi-to-create-order/m-p/5732936#M1300243</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi expert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I got a problem when I using BAPI_PLANNEDORDER_CREATE. I used BAPI explore and then found this BAPI. I used Single_Test and entered parameters for the import parameters HEADERDATA. I assigned following data:&lt;/P&gt;&lt;P&gt;PLDORD_PROFILE :LA&lt;/P&gt;&lt;P&gt;MATERIAL:100-100&lt;/P&gt;&lt;P&gt;PLAN_PLANT:1000&lt;/P&gt;&lt;P&gt;TOTAL_PLORD_QTY:2&lt;/P&gt;&lt;P&gt;ORDER_START_DATE:11.06.2009&lt;/P&gt;&lt;P&gt;  And then I got the return message shows Planned order 36625 will be created. But I went to T-Code MD12(Individual Display) and typed 36625 in the field. But system showed messgae "Planned order 36625 does not exist" !!&lt;/P&gt;&lt;P&gt;  I hope to know which part I've missed. Please give me some advised. Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Jun 2009 09:32:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-11T09:32:05Z</dc:date>
    <item>
      <title>Problem with using BAPI to create order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-using-bapi-to-create-order/m-p/5732936#M1300243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi expert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I got a problem when I using BAPI_PLANNEDORDER_CREATE. I used BAPI explore and then found this BAPI. I used Single_Test and entered parameters for the import parameters HEADERDATA. I assigned following data:&lt;/P&gt;&lt;P&gt;PLDORD_PROFILE :LA&lt;/P&gt;&lt;P&gt;MATERIAL:100-100&lt;/P&gt;&lt;P&gt;PLAN_PLANT:1000&lt;/P&gt;&lt;P&gt;TOTAL_PLORD_QTY:2&lt;/P&gt;&lt;P&gt;ORDER_START_DATE:11.06.2009&lt;/P&gt;&lt;P&gt;  And then I got the return message shows Planned order 36625 will be created. But I went to T-Code MD12(Individual Display) and typed 36625 in the field. But system showed messgae "Planned order 36625 does not exist" !!&lt;/P&gt;&lt;P&gt;  I hope to know which part I've missed. Please give me some advised. Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2009 09:32:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-using-bapi-to-create-order/m-p/5732936#M1300243</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-11T09:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with using BAPI to create order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-using-bapi-to-create-order/m-p/5732937#M1300244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;With single test it will just create the Order in test mode.&lt;/P&gt;&lt;P&gt;The order will be created only if BAPI_TRANSACTION_COMMIT is called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankur Parab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2009 09:43:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-using-bapi-to-create-order/m-p/5732937#M1300244</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-11T09:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with using BAPI to create order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-using-bapi-to-create-order/m-p/5732938#M1300245</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;You need to use BAPI_TRANSACTION_COMMIT just after BAPI_PLANNEDORDER_CREATE.&lt;/P&gt;&lt;P&gt;Mark WAIT = 'X' in the IMPORT parameter of BAPI_TRANSACTION_COMMIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For testing if it is working or not:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Goto SE37 --&amp;gt; click on FUNCTION MODULE --&amp;gt; TEST --&amp;gt;TEST SEQUENCES&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;First give BAPI_PLANNEDORDER_CREATE and then  BAPI_TRANSACTION_COMMIT.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Execute accordingly one by one with proper data.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Goto the transaction from where you can check entry has been created or not.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2009 09:44:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-using-bapi-to-create-order/m-p/5732938#M1300245</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-11T09:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with using BAPI to create order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-using-bapi-to-create-order/m-p/5732939#M1300246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI, &lt;/P&gt;&lt;P&gt;If you are executing a BAPI via SE37, then an explicit call to &lt;STRONG&gt;BAPI_TRANSACTION_COMMIT&lt;/STRONG&gt;  is mandatory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even when you do use this BAPI in your program, check for the entries in your return table, if there are no entries with A or E, then you shoudl call BAPI_TRANSACTION_COMMIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2009 09:45:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-using-bapi-to-create-order/m-p/5732939#M1300246</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-11T09:45:53Z</dc:date>
    </item>
  </channel>
</rss>

