<?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 add partner function to sales order header in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-add-partner-function-to-sales-order-header/m-p/3148796#M748697</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iam using BAPI_SALESORDER_CHANGE to add partner function to the sales order header, the problem is i cant make it work, how do i pass the values to the parameter 'PARTNERS'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks! points will be rewarded&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Dec 2007 14:27:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-17T14:27:51Z</dc:date>
    <item>
      <title>BAPI add partner function to sales order header</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-add-partner-function-to-sales-order-header/m-p/3148796#M748697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iam using BAPI_SALESORDER_CHANGE to add partner function to the sales order header, the problem is i cant make it work, how do i pass the values to the parameter 'PARTNERS'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks! points will be rewarded&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2007 14:27:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-add-partner-function-to-sales-order-header/m-p/3148796#M748697</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-17T14:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI add partner function to sales order header</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-add-partner-function-to-sales-order-header/m-p/3148797#M748698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pass the below values to the partner table based on teh foll. query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select *&lt;/P&gt;&lt;P&gt;from KNVP&lt;/P&gt;&lt;P&gt;into table gt_knvp&lt;/P&gt;&lt;P&gt;where kunnr = SO_customer&lt;/P&gt;&lt;P&gt;    and VKORG  = so_org&lt;/P&gt;&lt;P&gt;    and VTWEG =so_dist&lt;/P&gt;&lt;P&gt;    and SPART = so_div.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will get all patrnet functions which are defined under the customer.&lt;/P&gt;&lt;P&gt;loop at gt_knvp.&lt;/P&gt;&lt;P&gt;PARTNERS-PARTN_ROLE = gt_knvp-kunn2&lt;/P&gt;&lt;P&gt;PARTNERS-PARTN_NUMB = parvv&lt;/P&gt;&lt;P&gt;append partners.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2007 20:25:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-add-partner-function-to-sales-order-header/m-p/3148797#M748698</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-17T20:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI add partner function to sales order header</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-add-partner-function-to-sales-order-header/m-p/3148798#M748699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the Link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="366528"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It contains the details with same program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2007 20:31:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-add-partner-function-to-sales-order-header/m-p/3148798#M748699</guid>
      <dc:creator>former_member195698</dc:creator>
      <dc:date>2007-12-17T20:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI add partner function to sales order header</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-add-partner-function-to-sales-order-header/m-p/3148799#M748700</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;If you want to change the Partner details then pass the details to the table PARTNERCHANGES not PARTNERS. &lt;/P&gt;&lt;P&gt;Hope this will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Sowmmya VB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2007 21:05:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-add-partner-function-to-sales-order-header/m-p/3148799#M748700</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-17T21:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI add partner function to sales order header</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-add-partner-function-to-sales-order-header/m-p/3148800#M748701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to delete an existing partner in sales order using this BAPI?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 21:53:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-add-partner-function-to-sales-order-header/m-p/3148800#M748701</guid>
      <dc:creator>nagarajan_ramudu</dc:creator>
      <dc:date>2014-03-06T21:53:34Z</dc:date>
    </item>
  </channel>
</rss>

