<?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: Function Module - PM_PARTER_UPDATE Impact ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-pm-parter-update-impact/m-p/6647301#M1444348</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gautham,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My primary concern is if we use this fm is its have any impact ? becuase i am worried about direct update inside this fm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jan 2010 04:30:41 GMT</pubDate>
    <dc:creator>former_member194669</dc:creator>
    <dc:date>2010-01-29T04:30:41Z</dc:date>
    <item>
      <title>Function Module - PM_PARTER_UPDATE Impact ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-pm-parter-update-impact/m-p/6647299#M1444346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking for ways to change/update partners  ship to party and sold to party in equipment ie IE02. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have find function module PM_PARTNER_UPDATE . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I find PM_PARTNER_UPDATE is using direct update to IHPA in the source code. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is can i use this for Equipment master partner update. what will be impact? or any other way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to create  BDC . this will not possible due to during runtime we doesn't know how many lines in the partner screen (table control) &lt;/P&gt;&lt;P&gt;which line needs to be selected for sold to party or ship to party. ie for some equipments sold to party or ship to party comes in different line sequence. due to this selecting the line for sold to party or ship to party for updating the partner is difficult.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2010 03:12:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-pm-parter-update-impact/m-p/6647299#M1444346</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2010-01-29T03:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module - PM_PARTER_UPDATE Impact ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-pm-parter-update-impact/m-p/6647300#M1444347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is an update function module which will be called from another  FM &lt;STRONG&gt;PM_PARTNER_CALL_VB&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;and update that table after commit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create an implicit enhancement in FM &lt;STRONG&gt;PM_PARTER_UPDATE&lt;/STRONG&gt; and use it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2010 04:20:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-pm-parter-update-impact/m-p/6647300#M1444347</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2010-01-29T04:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module - PM_PARTER_UPDATE Impact ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-pm-parter-update-impact/m-p/6647301#M1444348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gautham,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My primary concern is if we use this fm is its have any impact ? becuase i am worried about direct update inside this fm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2010 04:30:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-pm-parter-update-impact/m-p/6647301#M1444348</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2010-01-29T04:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module - PM_PARTER_UPDATE Impact ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-pm-parter-update-impact/m-p/6647302#M1444349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There should not be any impact because there are many other&lt;/P&gt;&lt;P&gt;cases similar to this in PM module which update tables directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example IHSG table will be directly updated by FM &lt;STRONG&gt;PM_SP_POST&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;which will becalled from FM &lt;STRONG&gt;PM_SP_CALL_VB&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2010 04:41:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-pm-parter-update-impact/m-p/6647302#M1444349</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2010-01-29T04:41:14Z</dc:date>
    </item>
  </channel>
</rss>

