<?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: Printer Setting In smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/printer-setting-in-smartforms/m-p/5513693#M1260664</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 have to create ur own page format with required dimension in SPAD transaction and use this in smartform..For eg-Check printing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Lavanya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Apr 2009 06:05:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-21T06:05:43Z</dc:date>
    <item>
      <title>Printer Setting In smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printer-setting-in-smartforms/m-p/5513688#M1260659</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 created 2 smartforms of different page size. One is of size (30 cm * 25 cm ) (l*b)&lt;/P&gt;&lt;P&gt;and the other one is of size (15 cm * 25 cm ) (l*b).Both the smartforms are called in the same program with different doc types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is now with the printer.. For one smartform, printer setting is different like skipping page and the other it is different. So each time, user has to change the setting in the printer and take printer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we set the printer settings like page format in ABAP program itself ... Or call the printer in the smartforms or driver program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u pls help me in this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Christina....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2009 07:27:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printer-setting-in-smartforms/m-p/5513688#M1260659</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-16T07:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: Printer Setting In smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printer-setting-in-smartforms/m-p/5513689#M1260660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use FM GET_PRINT_PARAMETERS to give print defaults&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2009 08:16:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printer-setting-in-smartforms/m-p/5513689#M1260660</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-16T08:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: Printer Setting In smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printer-setting-in-smartforms/m-p/5513690#M1260661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;go to parameter CONTROL_PARAMETERS type SSFCTRLOP.&lt;/P&gt;&lt;P&gt;  there is a parameter called DEVICE . pass your two deifferent printer name over there according to you program&lt;/P&gt;&lt;P&gt;hope this will help you. send me the reply whether this help you or not&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2009 08:20:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printer-setting-in-smartforms/m-p/5513690#M1260661</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-16T08:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Printer Setting In smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printer-setting-in-smartforms/m-p/5513691#M1260662</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;use GET_PRINT_PARAMETERS fm.it wud give you all the values for a particular user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aakash Banga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2009 08:30:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printer-setting-in-smartforms/m-p/5513691#M1260662</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-16T08:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Printer Setting In smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printer-setting-in-smartforms/m-p/5513692#M1260663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi biswakalyana &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to select different page format .... &lt;/P&gt;&lt;P&gt;Here my client takes all cash vouchers anf bank vouchers in the same printer... But both the forms in differnet formats..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for Cash Voucher they are using A4 size and for bank voucher they r using A5. Both A4 and A5 are differnet page size...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is to select this page size in the program itself or to get it from the user duirng print..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have assigned the correct paper size (layout) in the smartform, but while printing , if the printer is set default to A5 , then only A5 format is printed even for A4 format also...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i have to print in A4 , then i have to change the printer setting to A4 and then i have to print.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any possible that i can set the printer setting in smartform...?? ( not the layout , i have set the layout)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers &lt;/P&gt;&lt;P&gt;Christina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2009 05:46:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printer-setting-in-smartforms/m-p/5513692#M1260663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-21T05:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Printer Setting In smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printer-setting-in-smartforms/m-p/5513693#M1260664</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 have to create ur own page format with required dimension in SPAD transaction and use this in smartform..For eg-Check printing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Lavanya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2009 06:05:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printer-setting-in-smartforms/m-p/5513693#M1260664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-21T06:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: Printer Setting In smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printer-setting-in-smartforms/m-p/5513694#M1260665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lavanya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the driver program..create two radio buttons on the selection screen one for the A4 page format layout and other for the A5 page format layout ..based on the page formats call the layout and print the data on the page &lt;/P&gt;&lt;P&gt;formats accordingly..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sravanthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2009 06:22:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printer-setting-in-smartforms/m-p/5513694#M1260665</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-21T06:22:03Z</dc:date>
    </item>
  </channel>
</rss>

