<?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: How to driver program for printing different smartforms based on Company codes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-driver-program-for-printing-different-smartforms-based-on-company/m-p/10598601#M1861723</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yeah its not only logo, but header footer &amp;amp; some bank details also varies based on company, thats why current system has 3 different smartform but same driver program &amp;amp; output RD00 is used for&lt;/P&gt;&lt;P&gt;printing Invoice for all company. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now one more company is their with&amp;nbsp; bit different smartform format which I already created but &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;when I debug RLB_INVOICE , based on billing doc (new company) it picks the&amp;nbsp; smartform created for company 001 which is passed in output type&amp;nbsp; z_sdinv_uk_new, instead it should pick new smartform,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Please guide if i need to extend any existing settings as I have little idea how it is working fine for all 3 company correctly and not for the 4th one (newly created) ???&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Oct 2014 11:18:57 GMT</pubDate>
    <dc:creator>former_member214084</dc:creator>
    <dc:date>2014-10-02T11:18:57Z</dc:date>
    <item>
      <title>How to driver program for printing different smartforms based on Company codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-driver-program-for-printing-different-smartforms-based-on-company/m-p/10598592#M1861714</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;I am working on a requirement for Invoice smartform(vf03).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 3 different smartform formats for 3 company codes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I hit vf03-&amp;gt; billing doc no - &amp;gt; issue output -&amp;gt; it is picking only one smartform linked to that output type(RD00)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to use same output type but with 3 different smartforms , how to assign 3 different samrtforms in NACE transaction or I should go for some Zreport (driver report) ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the screen shot , please explain me in brief how the-----&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Program, FORM Routine &amp;amp; Forms &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/554119" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 11:56:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-driver-program-for-printing-different-smartforms-based-on-company/m-p/10598592#M1861714</guid>
      <dc:creator>former_member214084</dc:creator>
      <dc:date>2014-10-01T11:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to driver program for printing different smartforms based on Company codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-driver-program-for-printing-different-smartforms-based-on-company/m-p/10598593#M1861715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the three formats are quite different, you should use three output types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, if they are similiar (for example, only the logo changes), you could give that logic to the smartform with abap code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 12:25:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-driver-program-for-printing-different-smartforms-based-on-company/m-p/10598593#M1861715</guid>
      <dc:creator>pablo_marn</dc:creator>
      <dc:date>2014-10-01T12:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to driver program for printing different smartforms based on Company codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-driver-program-for-printing-different-smartforms-based-on-company/m-p/10598594#M1861716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pablo,&lt;/P&gt;&lt;P&gt;&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;Yeah the difference among 3 smartforms is the logo &amp;amp; company address, Header details &amp;amp; footer details. Can I use any ABAP logic to control this things in Single smartform ?? if yes please can you elaborate it . Or Creating different output types could be better solution ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 13:02:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-driver-program-for-printing-different-smartforms-based-on-company/m-p/10598594#M1861716</guid>
      <dc:creator>former_member214084</dc:creator>
      <dc:date>2014-10-01T13:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to driver program for printing different smartforms based on Company codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-driver-program-for-printing-different-smartforms-based-on-company/m-p/10598595#M1861717</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;&lt;/P&gt;&lt;P&gt;There is a standard "Address" objetct that you can insert into your smartform. You only need to specify the address number:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/554247" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the logo, there are many ways to get that. For example, you can create a "Alternative logic flow", implement conditions (condition tab) on the graphic object, ABAP code,...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 13:33:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-driver-program-for-printing-different-smartforms-based-on-company/m-p/10598595#M1861717</guid>
      <dc:creator>pablo_marn</dc:creator>
      <dc:date>2014-10-01T13:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to driver program for printing different smartforms based on Company codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-driver-program-for-printing-different-smartforms-based-on-company/m-p/10598596#M1861718</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;when you can control 3 different Smartformformats in 3 different Formulars ZVINVOICE01-03 without changing the programm, I guess you can also do this in a single formular and keep ZVINVOICE01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i would not use 3 different output types for the same business case. because you would have 90% same logic but 3 times maintain-costs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Stefan Seeburger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 09:31:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-driver-program-for-printing-different-smartforms-based-on-company/m-p/10598596#M1861718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-02T09:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to driver program for printing different smartforms based on Company codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-driver-program-for-printing-different-smartforms-based-on-company/m-p/10598597#M1861719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suppose there is more difference than&amp;nbsp; a different logo between the company ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could create a "dummy" smartform, with same signature and a small code in INITIALIZATION that will call actual smartforms depending on company code ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 09:36:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-driver-program-for-printing-different-smartforms-based-on-company/m-p/10598597#M1861719</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2014-10-02T09:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to driver program for printing different smartforms based on Company codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-driver-program-for-printing-different-smartforms-based-on-company/m-p/10598598#M1861720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are pretty much rite. As in the current system We have already 3 company codes working with 3 different samrtforms with below settings in the NACE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I put Break-point to RLB_INVOICE -&amp;gt; vf03-&amp;gt; 901125478(bill doc) -&amp;gt; issue to output-&amp;gt; debugger .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked the smartform changes based on billing documents automatically... I mean it is picking up correct one as per company code.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg: But again if I select different document no (company code -0002)&amp;nbsp; , the driver program function module automatically picks smartform designed for company code-0002&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But&amp;nbsp; RD00 smartform passed is for Company code -0001 (screen shot attached), how come the driver program knows which smartform is to be picked ??? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As i have not set up this functionality in the system &amp;amp; person who did this in past have not maintained any documentation ,&amp;nbsp; I can't figure out what is going on behind this.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;so I have to do company code -0004 but with same output type--&amp;nbsp; RD00.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Also let me know what is functionality of&amp;nbsp; &lt;SPAN style="color: #333333; font-size: 12px;"&gt; ZVINVOICE01&amp;nbsp; ????--&amp;gt;&amp;gt; I didnt see that in RLB_INVOICE&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/554888" width="450" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 09:52:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-driver-program-for-printing-different-smartforms-based-on-company/m-p/10598598#M1861720</guid>
      <dc:creator>former_member214084</dc:creator>
      <dc:date>2014-10-02T09:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to driver program for printing different smartforms based on Company codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-driver-program-for-printing-different-smartforms-based-on-company/m-p/10598599#M1861721</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;as you can see in your screenshot above - application and output-type is key for the maintenance of programm and formular in nace. this values are found by the invoice transaction - based on the CU. once your driver programm is called you enter the "entry-routine".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the driverprogramm picks the formular based on the CU-settings in nace (see your screenshot)&lt;/P&gt;&lt;P&gt;if you want another output-type for another company-code just change the conditions in nace (V3-&amp;gt;conditions) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thogh i think it doesnt matter if you check output type in your ZVINVOICE01 or if you check VKORG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i did always do dynamic SO10-Texts in Formular (Sapscript) such as 'Logo'&amp;amp;VKORG01&amp;amp; so each VKORG get its own logo printed. think it works the same for smartforms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the formulars look totaly different 1 output type for 1 formular is ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Stefan Seeburger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 10:39:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-driver-program-for-printing-different-smartforms-based-on-company/m-p/10598599#M1861721</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-02T10:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to driver program for printing different smartforms based on Company codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-driver-program-for-printing-different-smartforms-based-on-company/m-p/10598600#M1861722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Present system is already picking correct smartform based on companycode without any errors.&lt;/P&gt;&lt;P&gt;Now the new company code is added with new sales organization (Z014).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is how that driver program knows when to pick which smartform ? As I can see in output type the smartform1 name which is passed is for company code 001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I give billing doc for company code 002 sales org (z012), same driver program pick smartform2 created for company code 002.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I give billing doc for newly created company code 004 &amp;amp; Sales Org- Z014,&amp;nbsp; debugger picks smartform1 for company code 001, which is passed in NACE --&amp;gt; output types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead it should pick for Smartform 4 for Company code 004.&amp;amp; sales org (Z014).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any customs settings which is done previously&amp;nbsp; I need to extend it for 4th smartform ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where can I see the CU settings ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is screen shot of issue output type.. but the &lt;STRONG&gt;process status is&amp;nbsp; 2&lt;/STRONG&gt;, because it is picking the&lt;/P&gt;&lt;P&gt;smarform 1 instead it should pick smartform 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/554898" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 11:05:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-driver-program-for-printing-different-smartforms-based-on-company/m-p/10598600#M1861722</guid>
      <dc:creator>former_member214084</dc:creator>
      <dc:date>2014-10-02T11:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to driver program for printing different smartforms based on Company codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-driver-program-for-printing-different-smartforms-based-on-company/m-p/10598601#M1861723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yeah its not only logo, but header footer &amp;amp; some bank details also varies based on company, thats why current system has 3 different smartform but same driver program &amp;amp; output RD00 is used for&lt;/P&gt;&lt;P&gt;printing Invoice for all company. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now one more company is their with&amp;nbsp; bit different smartform format which I already created but &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;when I debug RLB_INVOICE , based on billing doc (new company) it picks the&amp;nbsp; smartform created for company 001 which is passed in output type&amp;nbsp; z_sdinv_uk_new, instead it should pick new smartform,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Please guide if i need to extend any existing settings as I have little idea how it is working fine for all 3 company correctly and not for the 4th one (newly created) ???&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 11:18:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-driver-program-for-printing-different-smartforms-based-on-company/m-p/10598601#M1861723</guid>
      <dc:creator>former_member214084</dc:creator>
      <dc:date>2014-10-02T11:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to driver program for printing different smartforms based on Company codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-driver-program-for-printing-different-smartforms-based-on-company/m-p/10598602#M1861724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Drashti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i dont know exaclty what you mean. Can you support screenshots for following of your comments:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"But when I give billing doc for company code 002 sales org (z012), same driver program pick smartform2 created for company code 002."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what do you mean by smartform 1 and 2. where do you look it up to veryfy if its wrong? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your very first screenshot shows outputtype RD00. i can see that you have different driver prgoramms for each communication but all use the same formular ZVINCOICE1. where is your smartform2?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Stefan Seeburger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 13:12:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-driver-program-for-printing-different-smartforms-based-on-company/m-p/10598602#M1861724</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-02T13:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to driver program for printing different smartforms based on Company codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-driver-program-for-printing-different-smartforms-based-on-company/m-p/10598603#M1861725</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 the layout is not the same for every company code, and there are many differences it's better to create as many message type as many compnay codes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 13:46:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-driver-program-for-printing-different-smartforms-based-on-company/m-p/10598603#M1861725</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-02T13:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to driver program for printing different smartforms based on Company codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-driver-program-for-printing-different-smartforms-based-on-company/m-p/10598604#M1861726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Present the scenario&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RD00 &amp;amp; V3 setting are below shown &amp;amp; smartform -&amp;gt; Z_SDINV_UK_NEW&amp;nbsp; (this smartform is for comcode-001) .&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/554982" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CASE 1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to debug the RLB_INVOICE&amp;nbsp; report through VF03 tcode by giving billing document no. (which was for comcode 001 sales org- z001) So the driver program RLB_INVOICE calls smartforms Z_SDINV_UK_NEW with output type RD00 below screen shot &amp;amp; after then in debugger screen for the same is attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/554983" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/555065" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After then it prints required ouput.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Case 2 :&amp;nbsp; Again with different billing document I debugged in vf03 . This billing doc is for comcode-002 sales org -z002) Below screen &amp;amp; debugger it picked different smartform which is not being passed in NACE output type RD00 ,then also from where it is picking the desired one i.e. comcode 002)&amp;nbsp; But&amp;nbsp; I don't understand how this is working ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After then it prints proper desired data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/555071" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/555072" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;CASE 3:&amp;nbsp;&amp;nbsp;&amp;nbsp; Again with different billing document I executed with same output type in vf03. This billing doc is for comcode-004 sales org -Z004) Below screen &amp;amp; debugger it picked default smartform z_sdinv_uk_new&amp;nbsp; which is passed in NACE output type RD00 ,but this time I want the smartform (z_sdinv_uk_adam) which I created for&amp;nbsp; comcode-004 to be picked by the driver report.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Also I noticed in below screen process status is 2 --that means in vf02 under header data I checked for processing logs there is error in processing that form which says : "Table incoterms in smartform doesn't fits into window".&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/555073" width="450" /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/555077" width="450" /&gt;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 14:11:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-driver-program-for-printing-different-smartforms-based-on-company/m-p/10598604#M1861726</guid>
      <dc:creator>former_member214084</dc:creator>
      <dc:date>2014-10-02T14:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to driver program for printing different smartforms based on Company codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-driver-program-for-printing-different-smartforms-based-on-company/m-p/10598605#M1861727</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;i dont got much time so i keep it short &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1024/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;you can check the CU for V3 SD invoice in TCode Spro (see screenshot below). as far as i know there is no more CU regarding this point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if output-type is always RD00 as far as i know there cant be different formulars - only if the communication-type (email/fax ) is different you can maintain different formulars for different types (under the same output type)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what maybe can happen is if you test old formulars, they can be triggered with an old condition-schemata. but testing with new billings should be shown with 1 and the same formular. defined in Nace / spro (its the same CU)&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;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/555078" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 14:34:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-driver-program-for-printing-different-smartforms-based-on-company/m-p/10598605#M1861727</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-02T14:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to driver program for printing different smartforms based on Company codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-driver-program-for-printing-different-smartforms-based-on-company/m-p/10598606#M1861728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to check for an enhancement point in driver program and substitute smartform name based on your conditions, make sure to have proper restrictiions so as to not break standard nast functionality&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 19:41:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-driver-program-for-printing-different-smartforms-based-on-company/m-p/10598606#M1861728</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-02T19:41:56Z</dc:date>
    </item>
  </channel>
</rss>

