<?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: Invoice split due to different partner data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/invoice-split-due-to-different-partner-data/m-p/3680670#M886383</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mari Virik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even I need the same functionality.Could you please let us know the solution if you have achieved in the Partner data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 19 Sep 2015 09:15:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-09-19T09:15:54Z</dc:date>
    <item>
      <title>Invoice split due to different partner data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/invoice-split-due-to-different-partner-data/m-p/3680667#M886380</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;Based on two sales orders, we would like to create one billing document. Here's the case:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sales order 1 (and delivery 1) has customer number &lt;STRONG&gt;A&lt;/STRONG&gt; as sold-to party and customer number &lt;STRONG&gt;C&lt;/STRONG&gt; as bill-to party and payer&lt;/P&gt;&lt;P&gt;Sales order 2 (and delivery 2) has customer number &lt;STRONG&gt;B&lt;/STRONG&gt; as sold-to party and customer number &lt;STRONG&gt;C&lt;/STRONG&gt; as bill-to party and payer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the "Simulate" option in VF04 causes the system to propose two different billing documents, due to the following (info from the split analysis):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Split due to different partner data:&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Customer Number 1&lt;/P&gt;&lt;P&gt;Address&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Split due to different header data:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;Sold-to party&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have attached a VOFM routine to the processing, in which we clear out the sold-to party:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;clear: vbrk-kunag&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This eliminates the "split due to different header data", but how do we clear out the fields "Customer Number 1" and "Address"? I have tried the following code in the same VOFM routine, but with no luck:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;clear: vbpa-kunnr&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; How can we clear out the customer number and the address to eliminate the split?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All helpful answers will be rewarded. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards, &lt;/P&gt;&lt;P&gt;MV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 06:33:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/invoice-split-due-to-different-partner-data/m-p/3680667#M886380</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-18T06:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Invoice split due to different partner data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/invoice-split-due-to-different-partner-data/m-p/3680668#M886381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OMG! This is crazy - I don't think you're supposed to do this... It will mess up the standard functionality - reports, index tables, etc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tell your SD consultant to configure partners differently, so that Sold-to is the same but Ship-to or something else is different. Or, in the worst case, you can always create a custom program and Smartform to print several invoices together, if your customers require.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 18:16:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/invoice-split-due-to-different-partner-data/m-p/3680668#M886381</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2008-04-18T18:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: Invoice split due to different partner data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/invoice-split-due-to-different-partner-data/m-p/3680669#M886382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you solved your problems？&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jul 2010 02:42:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/invoice-split-due-to-different-partner-data/m-p/3680669#M886382</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-21T02:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Invoice split due to different partner data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/invoice-split-due-to-different-partner-data/m-p/3680670#M886383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mari Virik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even I need the same functionality.Could you please let us know the solution if you have achieved in the Partner data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Sep 2015 09:15:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/invoice-split-due-to-different-partner-data/m-p/3680670#M886383</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-09-19T09:15:54Z</dc:date>
    </item>
  </channel>
</rss>

