<?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: EXCEL FILE PRINT ISSUE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-file-print-issue/m-p/10244730#M1828653</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naga ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the quick reply .So according to you its just the Printer Settings , nothing to do with ABAP ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards ,&lt;/P&gt;&lt;P&gt;Arpit &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 May 2014 09:30:56 GMT</pubDate>
    <dc:creator>arpit_rai</dc:creator>
    <dc:date>2014-05-09T09:30:56Z</dc:date>
    <item>
      <title>EXCEL FILE PRINT ISSUE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-file-print-issue/m-p/10244727#M1828650</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 a small issue with a ABAP Report which I think might be a simple issue only .In my case I have a &lt;STRONG&gt;CLASSICAL&lt;/STRONG&gt; report the&amp;nbsp; report has &lt;STRONG&gt;16 Columns and 14 Rows&lt;/STRONG&gt;&amp;nbsp; , I download it to a &lt;STRONG&gt;EXCEL FILE &lt;/STRONG&gt;the excel file also has all the data and then go for &lt;STRONG&gt;LANDSCAPE &lt;/STRONG&gt;printing on &lt;STRONG&gt;A4 PAPER&lt;/STRONG&gt;&amp;nbsp; .Now the&amp;nbsp; problem is this that though the page has sufficient space left at the right end corner but still the data is being printed on the next page ie the&amp;nbsp; first page has 14 columns and second page has last two rows displayed in the left side corner .&lt;/P&gt;&lt;P&gt;I also noticed that the report gets printed till the 255 characters for the columns and&amp;nbsp; more than 255 characters are being printed on the next page as remaining two columns .&lt;/P&gt;&lt;P&gt;I came to know about creating new Print formats for printing on A4 paper but I want to confirm whether it’s a kind of Programming issue or not .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions are highly welcome .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards ,&lt;/P&gt;&lt;P&gt;Arpit Kr. Rai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2014 09:15:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-file-print-issue/m-p/10244727#M1828650</guid>
      <dc:creator>arpit_rai</dc:creator>
      <dc:date>2014-05-09T09:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: EXCEL FILE PRINT ISSUE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-file-print-issue/m-p/10244728#M1828651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arpit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; By default the print specifications is defalut to&amp;nbsp; 'X_65_80'. You can change it with other formats like X_65_255 and print again.&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;Naga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2014 09:22:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-file-print-issue/m-p/10244728#M1828651</guid>
      <dc:creator>NagaPrakashT</dc:creator>
      <dc:date>2014-05-09T09:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: EXCEL FILE PRINT ISSUE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-file-print-issue/m-p/10244729#M1828652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arpit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In abap you can manipulate the line number of chars. Then you can print it to a layout that could move last line characters to a second line. That's not your case, so your report is ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You're controlling the print layout of a list saved to a file in Excel. That is not at all related to the report, the size of the columns in excel and the margins of the page in Excel will determine how many columns will be printed in each page, and that can be manipulated in Excel only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Edgar &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2014 09:29:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-file-print-issue/m-p/10244729#M1828652</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-09T09:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: EXCEL FILE PRINT ISSUE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-file-print-issue/m-p/10244730#M1828653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naga ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the quick reply .So according to you its just the Printer Settings , nothing to do with ABAP ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards ,&lt;/P&gt;&lt;P&gt;Arpit &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2014 09:30:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-file-print-issue/m-p/10244730#M1828653</guid>
      <dc:creator>arpit_rai</dc:creator>
      <dc:date>2014-05-09T09:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: EXCEL FILE PRINT ISSUE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-file-print-issue/m-p/10244731#M1828654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Edgar ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Okay , got it Thanks so much for the reply . Let us just test the reports print out after some manipulation then I will definitely post the outcome .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards ,&lt;/P&gt;&lt;P&gt;Arpit &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2014 09:33:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-file-print-issue/m-p/10244731#M1828654</guid>
      <dc:creator>arpit_rai</dc:creator>
      <dc:date>2014-05-09T09:33:11Z</dc:date>
    </item>
  </channel>
</rss>

