<?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: Partner function for customer through IDOC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/partner-function-for-customer-through-idoc/m-p/7694341#M1577288</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Im facing similar problem&lt;BR /&gt;Im trying to create the customer master through IDOC.&lt;BR /&gt;I am using DEBMAS06 Idoc.&amp;nbsp; &lt;BR /&gt;I need to assign two partner functions to it. &lt;/P&gt;&lt;P&gt; &lt;BR /&gt;When I create a customer with&amp;nbsp; giving&amp;nbsp; two partner details,&amp;nbsp; &lt;BR /&gt;6 entries get created by default with partner functions as BP, RP, EM, SH and KUNN2 value as INTERNAL, &lt;BR /&gt;two others entries (ZC,ZV) are created because this partner roles i defined to be created but KUNN2 hasnt assined value and request to fill it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I identified the segment as E1KNVPM in it at hierarchy level 3. &lt;BR /&gt;I passed the partner function in the PARVW field of it and provided the customer number which I want to assign as partner function in the KUNN2 field.&lt;BR /&gt;But I am getting error when&amp;nbsp; "Customer INTERNAL already exists for function &amp;lt;Partner function&amp;gt;". &lt;/P&gt;&lt;P&gt; &lt;BR /&gt;Am I missing something. Any msgfn or any other input.&lt;BR /&gt;How can avoid this error?&lt;/P&gt;&lt;P&gt;Please help me on this.&lt;/P&gt;&lt;P&gt; &lt;BR /&gt;Thanks&lt;/P&gt;&lt;P&gt;Armand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Oct 2013 14:21:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-10-09T14:21:46Z</dc:date>
    <item>
      <title>Partner function for customer through IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/partner-function-for-customer-through-idoc/m-p/7694339#M1577286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement in which I need to create the customer master through IDOC. I am using DEBMAS basic type for that. In its functionality, I need to assign different partner functions to it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I create customer without giving any partner details,  4 entries get created by default with partner functions as BP, SP, PY, SH and KUNN2 value as INTERNAL or the same customer number which is getting created. But I want that the customer number provided by me should be assigned as partner function. Is there any way to change the default entry which is getting created so that I can replace the INTERNAL customer number with the one provided by me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I identified the segment as E1KNVPM in it at hierarchy level 3. I passed the partner function in the PARVW field of it and provided the customer number which I want to assign as partner function in the KUNN2 field. But I am getting error Customer INTERNAL already exists for function &amp;lt;Partner function&amp;gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I missing something. Any msgfn or any other input.&lt;/P&gt;&lt;P&gt;Please help me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Natasha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2011 06:28:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/partner-function-for-customer-through-idoc/m-p/7694339#M1577286</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-09T06:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: Partner function for customer through IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/partner-function-for-customer-through-idoc/m-p/7694340#M1577287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I never tried to pass the partner functions in my IDOC. But you can try with the implementation of badi CUSTOMER_ADD_DATA_BI, method MODIFY_BI_STRUCT_FROM_STD_SEG (called from Line number 684 of include LVV02F3N).  Check the Whether you can change the value of Partner function value in the method parameter I_SEGMENT_DATA where the value of I_SEGMENT_NAME= 'E1KNVPM' (this BADI method is called for all the segments available in IDOC).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2011 07:22:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/partner-function-for-customer-through-idoc/m-p/7694340#M1577287</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-09T07:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: Partner function for customer through IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/partner-function-for-customer-through-idoc/m-p/7694341#M1577288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Im facing similar problem&lt;BR /&gt;Im trying to create the customer master through IDOC.&lt;BR /&gt;I am using DEBMAS06 Idoc.&amp;nbsp; &lt;BR /&gt;I need to assign two partner functions to it. &lt;/P&gt;&lt;P&gt; &lt;BR /&gt;When I create a customer with&amp;nbsp; giving&amp;nbsp; two partner details,&amp;nbsp; &lt;BR /&gt;6 entries get created by default with partner functions as BP, RP, EM, SH and KUNN2 value as INTERNAL, &lt;BR /&gt;two others entries (ZC,ZV) are created because this partner roles i defined to be created but KUNN2 hasnt assined value and request to fill it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I identified the segment as E1KNVPM in it at hierarchy level 3. &lt;BR /&gt;I passed the partner function in the PARVW field of it and provided the customer number which I want to assign as partner function in the KUNN2 field.&lt;BR /&gt;But I am getting error when&amp;nbsp; "Customer INTERNAL already exists for function &amp;lt;Partner function&amp;gt;". &lt;/P&gt;&lt;P&gt; &lt;BR /&gt;Am I missing something. Any msgfn or any other input.&lt;BR /&gt;How can avoid this error?&lt;/P&gt;&lt;P&gt;Please help me on this.&lt;/P&gt;&lt;P&gt; &lt;BR /&gt;Thanks&lt;/P&gt;&lt;P&gt;Armand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 14:21:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/partner-function-for-customer-through-idoc/m-p/7694341#M1577288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-09T14:21:46Z</dc:date>
    </item>
  </channel>
</rss>

