<?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 for sales order BAPI_SALESORDER_CREATEFROMDAT1 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-sales-order-bapi-salesorder-createfromdat1/m-p/4247740#M1013820</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;Check Tcode VA01 whether SOLD-TO or SHIP-TO Party is mandatory.&lt;/P&gt;&lt;P&gt;In BAPI, fill ORDER_PARTNERS&lt;/P&gt;&lt;P&gt;PARTN_ROLE = WE (or SH in EN language, this can be passed if you have selected CONVERT_PARVW_AUART = 'X' in Import parameters)&lt;/P&gt;&lt;P&gt;AG is for SOLD TO PARTY (equivalent SP in EN)&lt;/P&gt;&lt;P&gt;PARTN_NUMB indicates either sold to party or ship to depending upon PARTN_ROLE you have passed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohaiyuddin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Aug 2008 07:44:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-07T07:44:07Z</dc:date>
    <item>
      <title>BAPI for sales order BAPI_SALESORDER_CREATEFROMDAT1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-sales-order-bapi-salesorder-createfromdat1/m-p/4247737#M1013817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can any one solve my probles which i am fasing in sales oredr creation usoing BAPI. i am getting the below error. can any one tell me where i did mistake? if any thing more is required please tell me?            &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                                         	E&lt;/P&gt;&lt;P&gt;                                   	VP&lt;/P&gt;&lt;P&gt;                                   	112&lt;/P&gt;&lt;P&gt;                                   	Please enter sold-to party or ship-to party&lt;/P&gt;&lt;P&gt;                                   &lt;/P&gt;&lt;P&gt;                                   	000000&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2008 07:22:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-sales-order-bapi-salesorder-createfromdat1/m-p/4247737#M1013817</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-07T07:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for sales order BAPI_SALESORDER_CREATEFROMDAT1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-sales-order-bapi-salesorder-createfromdat1/m-p/4247738#M1013818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you passing the ORDER_PARTNERS Table?&lt;/P&gt;&lt;P&gt;Also what partner functions you are using? Try using the internal notations: Sold-To = AG and Ship-To = WE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2008 07:31:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-sales-order-bapi-salesorder-createfromdat1/m-p/4247738#M1013818</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-07T07:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for sales order BAPI_SALESORDER_CREATEFROMDAT1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-sales-order-bapi-salesorder-createfromdat1/m-p/4247739#M1013819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i used AG as partner role &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even then its giving the same problen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2008 07:40:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-sales-order-bapi-salesorder-createfromdat1/m-p/4247739#M1013819</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-07T07:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for sales order BAPI_SALESORDER_CREATEFROMDAT1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-sales-order-bapi-salesorder-createfromdat1/m-p/4247740#M1013820</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;Check Tcode VA01 whether SOLD-TO or SHIP-TO Party is mandatory.&lt;/P&gt;&lt;P&gt;In BAPI, fill ORDER_PARTNERS&lt;/P&gt;&lt;P&gt;PARTN_ROLE = WE (or SH in EN language, this can be passed if you have selected CONVERT_PARVW_AUART = 'X' in Import parameters)&lt;/P&gt;&lt;P&gt;AG is for SOLD TO PARTY (equivalent SP in EN)&lt;/P&gt;&lt;P&gt;PARTN_NUMB indicates either sold to party or ship to depending upon PARTN_ROLE you have passed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohaiyuddin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2008 07:44:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-sales-order-bapi-salesorder-createfromdat1/m-p/4247740#M1013820</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-07T07:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for sales order BAPI_SALESORDER_CREATEFROMDAT1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-sales-order-bapi-salesorder-createfromdat1/m-p/4247741#M1013821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hjghj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Aug 2008 13:42:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-sales-order-bapi-salesorder-createfromdat1/m-p/4247741#M1013821</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-17T13:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for sales order BAPI_SALESORDER_CREATEFROMDAT1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-sales-order-bapi-salesorder-createfromdat1/m-p/4247742#M1013822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have faced the same issue, I have passed the partner number by using the following conversion routine then the error got solve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_ALPHA_INPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;John. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 10:53:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-sales-order-bapi-salesorder-createfromdat1/m-p/4247742#M1013822</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-22T10:53:25Z</dc:date>
    </item>
  </channel>
</rss>

