<?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: [BAPI] How to create SO with PR ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-how-to-create-so-with-pr/m-p/526981#M19112</link>
    <description>&lt;P&gt;a) the error is about something else missing&lt;/P&gt;
  &lt;P&gt;b) what has a sales order to do with a purchase requisition? What is the business scenario that you want solve? Have you ever tried to do this manually with the standard transactions?&lt;/P&gt;</description>
    <pubDate>Mon, 16 Oct 2017 04:28:47 GMT</pubDate>
    <dc:creator>JL23</dc:creator>
    <dc:date>2017-10-16T04:28:47Z</dc:date>
    <item>
      <title>[BAPI] How to create SO with PR ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-how-to-create-so-with-pr/m-p/526980#M19111</link>
      <description>&lt;P&gt;I try to use this bapi to create to SO with PR, but It always return "E 00055 Fill out all required entry fields". Which field should fill PR number ?&lt;/P&gt;
  &lt;P&gt;BAPI_SALESORDER_CREATEFROMDAT2&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 04:10:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-how-to-create-so-with-pr/m-p/526980#M19111</guid>
      <dc:creator>former_member1137458</dc:creator>
      <dc:date>2017-10-16T04:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: [BAPI] How to create SO with PR ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-how-to-create-so-with-pr/m-p/526981#M19112</link>
      <description>&lt;P&gt;a) the error is about something else missing&lt;/P&gt;
  &lt;P&gt;b) what has a sales order to do with a purchase requisition? What is the business scenario that you want solve? Have you ever tried to do this manually with the standard transactions?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 04:28:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-how-to-create-so-with-pr/m-p/526981#M19112</guid>
      <dc:creator>JL23</dc:creator>
      <dc:date>2017-10-16T04:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: [BAPI] How to create SO with PR ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-how-to-create-so-with-pr/m-p/526982#M19113</link>
      <description>&lt;P&gt;b) VA01 - create order with item Category TAK (Make to Order), It need to create PR at the same time and then auto fill PR number in schedule line in item level.&lt;/P&gt;
  &lt;P&gt;BAPI_SALESORDER_CREATEFROMDAT2 can support this action ? If yes, how to ?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 04:46:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-how-to-create-so-with-pr/m-p/526982#M19113</guid>
      <dc:creator>former_member1137458</dc:creator>
      <dc:date>2017-10-16T04:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: [BAPI] How to create SO with PR ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-how-to-create-so-with-pr/m-p/526983#M19114</link>
      <description>&lt;P&gt;Yes BAPI_SALESORDER_CREATEFROMDAT2 can create such requisition. Just continue and maintain the value that are needed to execute the BAPI successfully&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 06:06:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-how-to-create-so-with-pr/m-p/526983#M19114</guid>
      <dc:creator>JL23</dc:creator>
      <dc:date>2017-10-16T06:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: [BAPI] How to create SO with PR ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-how-to-create-so-with-pr/m-p/526984#M19115</link>
      <description>&lt;P&gt;Which field should be fill it ? can provide a example for this ?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 06:37:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-how-to-create-so-with-pr/m-p/526984#M19115</guid>
      <dc:creator>former_member1137458</dc:creator>
      <dc:date>2017-10-16T06:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: [BAPI] How to create SO with PR ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-how-to-create-so-with-pr/m-p/526985#M19116</link>
      <description>&lt;P&gt;my case same as this.&lt;/P&gt;
  &lt;P&gt;&lt;A href="https://archive.sap.com/discussions/thread/1942266" target="test_blank"&gt;https://archive.sap.com/discussions/thread/1942266&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;We are want to create Sales Order' and 'Purchase Requisition' at the same time .&lt;/P&gt;
  &lt;P&gt;I try to generate PR through BAPI_REQUISITION_CREATE, but it's not woks &lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;FORM USEREXIT_MOVE_FIELD_TO_ME_REQ.

In here generate PR number ( 10029144 ) and fill it.

ENDFORM.&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/79392-message.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 08:07:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-how-to-create-so-with-pr/m-p/526985#M19116</guid>
      <dc:creator>former_member1137458</dc:creator>
      <dc:date>2017-10-16T08:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: [BAPI] How to create SO with PR ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-how-to-create-so-with-pr/m-p/526986#M19117</link>
      <description>&lt;P&gt;Forget this PR and user exit thing for a moment and just try to get a sales order created. I currently looks like putting the cart before the horse. &lt;/P&gt;
  &lt;P&gt;Sit together with your function consultant and sort the normal issues/error messages in creating sales orders by BAPI.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 08:55:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-how-to-create-so-with-pr/m-p/526986#M19117</guid>
      <dc:creator>JL23</dc:creator>
      <dc:date>2017-10-16T08:55:26Z</dc:date>
    </item>
  </channel>
</rss>

