<?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: font size in basic list output in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/font-size-in-basic-list-output/m-p/2183110#M464507</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;Try with following example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT ZFONT NO STANDARD PAGE HEADING LINE-SIZE 80 LINE-COUNT 65.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Start of print-control&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;NEW-PAGE PRINT ON.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PRINT-CONTROL FUNCTION 'SF000'.&lt;/P&gt;&lt;P&gt;WRITE: / 'This is CPI 20'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SKIP.&lt;/P&gt;&lt;P&gt;PRINT-CONTROL FUNCTION 'SF020'.&lt;/P&gt;&lt;P&gt;WRITE: / 'This is CPI 6'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SKIP.&lt;/P&gt;&lt;P&gt;PRINT-CONTROL FUNCTION 'SF008'.&lt;/P&gt;&lt;P&gt;WRITE: / 'This is CPI 12'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Depending on your SAP printer device, this may also work&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;PRINT-CONTROL FONT 1 LPI 6.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;you can try to change font and LPI numbers&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;WRITE: / 'font 1 lpi 6'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PRINT-CONTROL FONT 2 LPI 6.&lt;/P&gt;&lt;P&gt;WRITE: / 'font 2 lpi 6'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PRINT-CONTROL FONT 3 LPI 6.&lt;/P&gt;&lt;P&gt;WRITE: / 'font 3 lpi 6'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;End of print-control&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;NEW-PAGE PRINT OFF.&lt;/P&gt;&lt;P&gt;*--- End of Program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Be aware that the PRINT-CONTROL is not supported in SAP Enterprise 4.7 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more information read SAP OSS notes 66478.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 May 2007 15:48:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-07T15:48:47Z</dc:date>
    <item>
      <title>font size in basic list output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/font-size-in-basic-list-output/m-p/2183107#M464504</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;I am outputting a report with line size of 220. When i print the report, the font size appear small. Viewable but small. I know when we increase the line-size, the font gets low, but is there anyway to increase the font size ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shehryar Dahar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 14:41:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/font-size-in-basic-list-output/m-p/2183107#M464504</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T14:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: font size in basic list output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/font-size-in-basic-list-output/m-p/2183108#M464505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think you have any option to play with the fonts in a normal ABAP report.. take a look at the PRINT-CONTROL options.. may be you will get an idea..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 15:02:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/font-size-in-basic-list-output/m-p/2183108#M464505</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2007-05-07T15:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: font size in basic list output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/font-size-in-basic-list-output/m-p/2183109#M464506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shehryar,&lt;/P&gt;&lt;P&gt;                  You can't increase font size in normal classical report.&lt;/P&gt;&lt;P&gt;Use sap script or smartforms to do so. u can increase / decrease font size in script and smartforms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hemant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 15:11:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/font-size-in-basic-list-output/m-p/2183109#M464506</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T15:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: font size in basic list output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/font-size-in-basic-list-output/m-p/2183110#M464507</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;Try with following example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT ZFONT NO STANDARD PAGE HEADING LINE-SIZE 80 LINE-COUNT 65.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Start of print-control&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;NEW-PAGE PRINT ON.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PRINT-CONTROL FUNCTION 'SF000'.&lt;/P&gt;&lt;P&gt;WRITE: / 'This is CPI 20'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SKIP.&lt;/P&gt;&lt;P&gt;PRINT-CONTROL FUNCTION 'SF020'.&lt;/P&gt;&lt;P&gt;WRITE: / 'This is CPI 6'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SKIP.&lt;/P&gt;&lt;P&gt;PRINT-CONTROL FUNCTION 'SF008'.&lt;/P&gt;&lt;P&gt;WRITE: / 'This is CPI 12'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Depending on your SAP printer device, this may also work&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;PRINT-CONTROL FONT 1 LPI 6.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;you can try to change font and LPI numbers&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;WRITE: / 'font 1 lpi 6'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PRINT-CONTROL FONT 2 LPI 6.&lt;/P&gt;&lt;P&gt;WRITE: / 'font 2 lpi 6'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PRINT-CONTROL FONT 3 LPI 6.&lt;/P&gt;&lt;P&gt;WRITE: / 'font 3 lpi 6'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;End of print-control&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;NEW-PAGE PRINT OFF.&lt;/P&gt;&lt;P&gt;*--- End of Program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Be aware that the PRINT-CONTROL is not supported in SAP Enterprise 4.7 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more information read SAP OSS notes 66478.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 15:48:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/font-size-in-basic-list-output/m-p/2183110#M464507</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T15:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: font size in basic list output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/font-size-in-basic-list-output/m-p/2183111#M464508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shehryar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are looking for increasing the font size in the Output list you can do it manually at the output please follow this path:&lt;/P&gt;&lt;P&gt;Step 1: Execute the Basic list , it gets displayed with smaller font.&lt;/P&gt;&lt;P&gt;Step 2: Click on the &amp;lt;b&amp;gt;'Customizing the Layout'&amp;lt;/b&amp;gt; button ,  the last buton on the right hand side of the application tool bar.&lt;/P&gt;&lt;P&gt;step 3: click on 'Font(I18N) , you willl get an window to increase the font &amp;amp; print.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But,  do you need it programmatically, please let me know if yes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 15:52:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/font-size-in-basic-list-output/m-p/2183111#M464508</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T15:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: font size in basic list output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/font-size-in-basic-list-output/m-p/2183112#M464509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Daniel ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I increased the layout font size, but it only increases while previewing the list and not when printing. Printing remains the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shehryar dahar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 07:40:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/font-size-in-basic-list-output/m-p/2183112#M464509</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T07:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: font size in basic list output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/font-size-in-basic-list-output/m-p/2183113#M464510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shehyar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to change the character format font size which you have declared in smartstyles used for the smartforms.&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oops,I thought you are talking about Smartform.Sorry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Kiran K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 08:25:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/font-size-in-basic-list-output/m-p/2183113#M464510</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2007-05-08T08:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: font size in basic list output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/font-size-in-basic-list-output/m-p/2183114#M464511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;    I think you can use PRINT CONTROL Option in your report,which allows you to change the size of the font.&lt;/P&gt;&lt;P&gt;Because print control gives you the option of printing the font on required data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLZ REWARD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 10:33:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/font-size-in-basic-list-output/m-p/2183114#M464511</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T10:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: font size in basic list output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/font-size-in-basic-list-output/m-p/2183115#M464512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shehryar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, its possible to give colors and fonts to report text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this sample program &amp;lt;b&amp;gt;DD_STYLE_TABLE&amp;lt;/b&amp;gt; to print text in reports with fonts and colors and this report is based on class &amp;lt;b&amp;gt;CL_DD_DOCUMENT&amp;lt;/b&amp;gt; with its methods and this class is avialable from 4.7 onwards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz reward if it is helpful....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 11:05:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/font-size-in-basic-list-output/m-p/2183115#M464512</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T11:05:53Z</dc:date>
    </item>
  </channel>
</rss>

