<?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 PRINT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/print/m-p/3097021#M734768</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have 4 radio buttions in that first 3 I have to get landscape and for 4th radio buttion potroit I have to get&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I execute the report I have to get output and then when I goto menu LIST in that I click on print PRINT I have to get print&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Nov 2007 20:15:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-30T20:15:20Z</dc:date>
    <item>
      <title>PRINT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/print/m-p/3097021#M734768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have 4 radio buttions in that first 3 I have to get landscape and for 4th radio buttion potroit I have to get&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I execute the report I have to get output and then when I goto menu LIST in that I click on print PRINT I have to get print&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2007 20:15:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/print/m-p/3097021#M734768</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-30T20:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: PRINT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/print/m-p/3097022#M734769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can set the optoins avaliable inthe NEW-PAGE to handle the line-size and this will determine the actual page setup for printing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;parameters: p_r1 radiobutton group rd1 default 'X',
            p_r2 radiobutton group rd1.

start-of-selection.
  if p_r1 = 'X'.
    NEW-PAGE LINE-SIZE 132 LINE-COUNT 65.  " &amp;lt;&amp;lt; potrait
    write: ' I am potrait'.
  else.
    new-page line-size 256 line-count 30.  " &amp;lt;&amp;lt; landscape
    write: ' I am landscape'.
  endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2007 20:21:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/print/m-p/3097022#M734769</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-11-30T20:21:30Z</dc:date>
    </item>
  </channel>
</rss>

