<?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: Hardcode Partner Function in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hardcode-partner-function/m-p/6174950#M1372322</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For this you can use BaDI ORDER_SAVE with method CHANGE_BEFORE_UPDATE. In the BaDI implementation you must use function module CRM_ORDER_MAINTAIN to add partner function. I don't have any sample code, but what you can do is this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set a break-point at FM CRM_ORDER_MAINTAIN. Now create/change a sales order and save it. Enter exactly the data that you want to set for the partner function. Now upon saving the data, you will hit the break point. Now look at the parameters and check what and how parameters have to be set for maintaining the partner function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. It seems you want to solve this with programming. However, have you already spoken a functional consultant. It might even be possible to set this partner function via customizing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Oct 2009 13:45:03 GMT</pubDate>
    <dc:creator>Sm1tje</dc:creator>
    <dc:date>2009-10-13T13:45:03Z</dc:date>
    <item>
      <title>Hardcode Partner Function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hardcode-partner-function/m-p/6174949#M1372321</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;is it possible to Hard-Code PARTNER FUNCTION , while processing the Sales Order in CRMD_ORDER Tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: while saving the Sales Order in CRMD_ORDER , I want to add new Partner Function in Partner TAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I have sample code , how do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Highly Appreciated your Help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2009 12:01:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hardcode-partner-function/m-p/6174949#M1372321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-13T12:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: Hardcode Partner Function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hardcode-partner-function/m-p/6174950#M1372322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For this you can use BaDI ORDER_SAVE with method CHANGE_BEFORE_UPDATE. In the BaDI implementation you must use function module CRM_ORDER_MAINTAIN to add partner function. I don't have any sample code, but what you can do is this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set a break-point at FM CRM_ORDER_MAINTAIN. Now create/change a sales order and save it. Enter exactly the data that you want to set for the partner function. Now upon saving the data, you will hit the break point. Now look at the parameters and check what and how parameters have to be set for maintaining the partner function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. It seems you want to solve this with programming. However, have you already spoken a functional consultant. It might even be possible to set this partner function via customizing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2009 13:45:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hardcode-partner-function/m-p/6174950#M1372322</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2009-10-13T13:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: Hardcode Partner Function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hardcode-partner-function/m-p/6174951#M1372323</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;thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my requirement is while Processing the Sales Order, I want to HARD CODE partner Function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: If product = 'ABC'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;             Now I want to add one Partner Function In CRMD_ORDER Partner tab.&lt;/P&gt;&lt;P&gt;                      &lt;/P&gt;&lt;P&gt; ex: Shipper(Description)  1000002 (Partner Number).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2009 13:56:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hardcode-partner-function/m-p/6174951#M1372323</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-13T13:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Hardcode Partner Function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hardcode-partner-function/m-p/6174952#M1372324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, you can do the HARD CODING in your BaDI implementation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2009 13:58:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hardcode-partner-function/m-p/6174952#M1372324</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2009-10-13T13:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: Hardcode Partner Function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hardcode-partner-function/m-p/6174953#M1372325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But May I knw how to do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2009 14:05:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hardcode-partner-function/m-p/6174953#M1372325</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-13T14:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: Hardcode Partner Function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hardcode-partner-function/m-p/6174954#M1372326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at my first reply. Create BaDI implementation for ORDER_SAVE BaDI and call function module CRM_ORDER_MAINTAIN to set the partner function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. Do not post several threads on the same issue. Moderators will give you a slap on the wrist.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2009 14:16:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hardcode-partner-function/m-p/6174954#M1372326</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2009-10-13T14:16:45Z</dc:date>
    </item>
  </channel>
</rss>

