<?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: ORDER_PARTNER BAPI_SALESORDER_CREATEFROMDAT2 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/order-partner-bapi-salesorder-createfromdat2/m-p/2989006#M705934</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi kit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       Their is no problem with order partners, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        instead of move statement, try assignment statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        kindly give total program, may be u assigned structures in wrong way while calling bapi, or you might forgot to give 'BAPI_TRANSACTION_COMMIT'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;comeback with your observations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Oct 2007 09:45:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-31T09:45:52Z</dc:date>
    <item>
      <title>ORDER_PARTNER BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/order-partner-bapi-salesorder-createfromdat2/m-p/2989005#M705933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear everyone,&lt;/P&gt;&lt;P&gt;  I tried different approach of filling the order partner parameter for the BAPI_SALESORDER_CREATEFROMDAT2 function. Unfortunately, i encounter the &lt;/P&gt;&lt;P&gt;following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When calling the function module "BAPI_SALESORDER_CREATEFROMDAT2", one of the&lt;/P&gt;&lt;P&gt; parameters&lt;/P&gt;&lt;P&gt;needed according to the interface description was not specified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This parameter was "ORDER_PARTNERS".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
*   Sold-to AG  partner mandatory fields
  MOVE 'SP' TO L_PARTNER-PARTN_ROLE.
  MOVE '0000100075' TO L_PARTNER-PARTN_NUMB.
  APPEND L_PARTNER.

*   Ship-to WE  partner mandatory fields
  MOVE 'SH' TO L_PARTNER-PARTN_ROLE.
  MOVE '0000100075' TO L_PARTNER-PARTN_NUMB.
  APPEND L_PARTNER.

*   EC  partner mandatory fields
  MOVE 'EC' TO L_PARTNER-PARTN_ROLE.
  MOVE '0000022053' TO L_PARTNER-PARTN_NUMB.
  APPEND L_PARTNER.

*   RE  partner mandatory fields
  MOVE 'BP' TO L_PARTNER-PARTN_ROLE.
  MOVE '0000100075' TO L_PARTNER-PARTN_NUMB.
  APPEND L_PARTNER.

*   RG  partner mandatory fields
  MOVE 'PY' TO L_PARTNER-PARTN_ROLE.
  MOVE '0000100075' TO L_PARTNER-PARTN_NUMB.
  APPEND L_PARTNER.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2007 09:05:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/order-partner-bapi-salesorder-createfromdat2/m-p/2989005#M705933</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-31T09:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: ORDER_PARTNER BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/order-partner-bapi-salesorder-createfromdat2/m-p/2989006#M705934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi kit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       Their is no problem with order partners, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        instead of move statement, try assignment statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        kindly give total program, may be u assigned structures in wrong way while calling bapi, or you might forgot to give 'BAPI_TRANSACTION_COMMIT'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;comeback with your observations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2007 09:45:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/order-partner-bapi-salesorder-createfromdat2/m-p/2989006#M705934</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-31T09:45:52Z</dc:date>
    </item>
  </channel>
</rss>

