<?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 Different invoice layouts in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/different-invoice-layouts/m-p/4536823#M1071983</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we have around 5 different invoice layouts and they will be displayed based on different conditions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there a way to change the output type based on the invoice type?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Sep 2008 07:29:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-30T07:29:22Z</dc:date>
    <item>
      <title>Different invoice layouts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/different-invoice-layouts/m-p/4536823#M1071983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we have around 5 different invoice layouts and they will be displayed based on different conditions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there a way to change the output type based on the invoice type?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2008 07:29:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/different-invoice-layouts/m-p/4536823#M1071983</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-30T07:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Different invoice layouts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/different-invoice-layouts/m-p/4536824#M1071984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pankaj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Better to have a Selection-screen which looks like the one below: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;O Invoice type 1
O Invoice type 2
O Invoice type 3
O Invoice type 4
O Invoice type 5&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have five radio buttons. Now depending on the conditions you write the code. for ex :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;If Invoicetype1 = 'X'.   
     display InvoiceType1.
elseif Invoicetype2 = 'X'.   
     display InvoiceType2.
elseif Invoicetype3 = 'X'.   
     display InvoiceType3.
   |
   |
   |
endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Swapna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2008 07:37:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/different-invoice-layouts/m-p/4536824#M1071984</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-30T07:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: Different invoice layouts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/different-invoice-layouts/m-p/4536825#M1071985</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;You can also try assigning using VV31 tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VIshwa.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2008 07:39:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/different-invoice-layouts/m-p/4536825#M1071985</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-30T07:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: Different invoice layouts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/different-invoice-layouts/m-p/4536826#M1071986</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;If I understand the question correctly, you could do this using output requirement routines - Check transaction VOFM. What you would do is configure each output type to attempt to issue a print for a generic attribute in the invoice that meets the output type conditions. Then code output requirements for each output type checking the Invoice type is it's not the invoice type for the output type being processed return code 4 from the requirement and the print will not be actioned. you'll need to configure the requirements in the invoice output determination requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2008 07:42:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/different-invoice-layouts/m-p/4536826#M1071986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-30T07:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: Different invoice layouts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/different-invoice-layouts/m-p/4536827#M1071987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;let me explain it again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on the type of invoice - for ex: commercial or proforma the layout should change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot use a selection screen. It shuld be done from Vf03.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2008 07:54:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/different-invoice-layouts/m-p/4536827#M1071987</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-30T07:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: Different invoice layouts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/different-invoice-layouts/m-p/4536828#M1071988</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;Then output determination using conditions configuration is what is needed. Your SD functional guy should be able to do this. The output type will only be issued when the condition (in this case Invoice type) is met. This will trigger the relevant output types for the invoice types.&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;Stu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2008 09:27:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/different-invoice-layouts/m-p/4536828#M1071988</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-30T09:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: Different invoice layouts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/different-invoice-layouts/m-p/4536829#M1071989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 12:58:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/different-invoice-layouts/m-p/4536829#M1071989</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-22T12:58:39Z</dc:date>
    </item>
  </channel>
</rss>

