<?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: Sales User exit --Partner Function in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sales-user-exit-partner-function/m-p/1109796#M105826</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry!!&lt;/P&gt;&lt;P&gt;Actually I do a select from KNVP and then populate it. You may read it as 'ZS' or any custom partner function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Dec 2005 06:00:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-12-20T06:00:52Z</dc:date>
    <item>
      <title>Sales User exit --Partner Function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sales-user-exit-partner-function/m-p/1109791#M105821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We are upgrading to  ECC 5.0&lt;/P&gt;&lt;P&gt;User doesn't enter ship to on the first screen of VA01.He enters only Sold to.&lt;/P&gt;&lt;P&gt;They go to items--&amp;gt; partner and enter 'SH' and corresponding value.&lt;/P&gt;&lt;P&gt;After they press enter, message about tax determination comes and userexit USEREXIT_NEW_PRICING_VBAP is invoked. I insert two partner functions in xvbpa. But once the partner screen comes again, these 2 partner functions are not shown there on partner screen. While we can see them in 4.5.&lt;/P&gt;&lt;P&gt;Please help out.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anuranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2005 02:49:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sales-user-exit-partner-function/m-p/1109791#M105821</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-20T02:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Sales User exit --Partner Function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sales-user-exit-partner-function/m-p/1109792#M105822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Will truly appreciate if someone can reply fast. This is urgent.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anuranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2005 04:03:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sales-user-exit-partner-function/m-p/1109792#M105822</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-20T04:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Sales User exit --Partner Function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sales-user-exit-partner-function/m-p/1109793#M105823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anu, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please tell what values are you passing to which fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lokesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2005 05:15:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sales-user-exit-partner-function/m-p/1109793#M105823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-20T05:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: Sales User exit --Partner Function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sales-user-exit-partner-function/m-p/1109794#M105824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lokesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;P&gt;Here is the information         &lt;/P&gt;&lt;P&gt;          z_vbpa-posnr = xvbap-posnr.&lt;/P&gt;&lt;P&gt;          z_vbpa-parvw = knvp-parvw.&lt;/P&gt;&lt;P&gt;          z_vbpa-kunnr = knvp-kunn2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      select single * from kna1 where kunnr = knvp-kunn2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          z_vbpa-adrnr = kna1-adrnr.&lt;/P&gt;&lt;P&gt;          z_vbpa-land1 = kna1-land1.&lt;/P&gt;&lt;P&gt;          z_vbpa-adrda = 'D'.&lt;/P&gt;&lt;P&gt;          z_vbpa-name1 = kna1-name1.&lt;/P&gt;&lt;P&gt;   select single * from tpar where parvw = z_vbpa-parvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          z_vbpa-nrart = tpar-nrart.&lt;/P&gt;&lt;P&gt;          z_vbpa-fehgr = tpar-fehgr.&lt;/P&gt;&lt;P&gt;          z_vbpa-spras = 'E'.&lt;/P&gt;&lt;P&gt;          z_vbpa-updkz = 'I'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2005 05:25:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sales-user-exit-partner-function/m-p/1109794#M105824</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-20T05:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Sales User exit --Partner Function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sales-user-exit-partner-function/m-p/1109795#M105825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anu, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please debug the code and find out what is the value coming in the field knvp-parvw.&lt;/P&gt;&lt;P&gt;Sorry but there is no data available here on my system. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lokesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2005 05:52:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sales-user-exit-partner-function/m-p/1109795#M105825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-20T05:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sales User exit --Partner Function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sales-user-exit-partner-function/m-p/1109796#M105826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry!!&lt;/P&gt;&lt;P&gt;Actually I do a select from KNVP and then populate it. You may read it as 'ZS' or any custom partner function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2005 06:00:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sales-user-exit-partner-function/m-p/1109796#M105826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-20T06:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: Sales User exit --Partner Function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sales-user-exit-partner-function/m-p/1109797#M105827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anu, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually these partner fucntions are stored in SAP Tables with different names, whereas it is shown to the user depending on the language. Please check the data in your tables..... &lt;/P&gt;&lt;P&gt;Dont know whether it will help you...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lokesh&lt;/P&gt;&lt;P&gt;Pls. reward appropriate points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2005 06:09:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sales-user-exit-partner-function/m-p/1109797#M105827</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-20T06:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: Sales User exit --Partner Function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sales-user-exit-partner-function/m-p/1109798#M105828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lokesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In all languages the partner function is same. I understand the point your are trying to make. For example, AG is ship to in german while WE in other language and sometimes SH.&lt;/P&gt;&lt;P&gt;Thanks anyways.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2005 06:54:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sales-user-exit-partner-function/m-p/1109798#M105828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-20T06:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: Sales User exit --Partner Function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sales-user-exit-partner-function/m-p/1109799#M105829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anybody knows if there is a function to translate a partner function code from a language to another.&lt;/P&gt;&lt;P&gt;So that would be easier to have a condition code, without knowing all codes in all languages.&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;Matthieu Lefeuvre&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2007 08:52:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sales-user-exit-partner-function/m-p/1109799#M105829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-05T08:52:28Z</dc:date>
    </item>
  </channel>
</rss>

