<?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: pretty printer in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pretty-printer/m-p/2941588#M693496</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shaik,&lt;/P&gt;&lt;P&gt;As the name suggest.&lt;/P&gt;&lt;P&gt;It is for good looking code :).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Oct 2007 08:39:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-23T08:39:14Z</dc:date>
    <item>
      <title>pretty printer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pretty-printer/m-p/2941586#M693494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;what is the use of pretty printer&lt;/P&gt;&lt;P&gt;Please let know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2007 08:37:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pretty-printer/m-p/2941586#M693494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-23T08:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: pretty printer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pretty-printer/m-p/2941587#M693495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refer the links -&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3175233"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3108426"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpful replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2007 08:39:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pretty-printer/m-p/2941587#M693495</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-10-23T08:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: pretty printer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pretty-printer/m-p/2941588#M693496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shaik,&lt;/P&gt;&lt;P&gt;As the name suggest.&lt;/P&gt;&lt;P&gt;It is for good looking code :).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2007 08:39:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pretty-printer/m-p/2941588#M693496</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-23T08:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: pretty printer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pretty-printer/m-p/2941589#M693497</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;pretty printer is used to allign the code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for eg &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do 10 times.&lt;/P&gt;&lt;P&gt;if sy-tabix = 10.&lt;/P&gt;&lt;P&gt;write:/'Hai'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;enddo.&lt;/P&gt;&lt;P&gt;after pretty printer it wil become&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do 10 times.&lt;/P&gt;&lt;P&gt;  if sy-tabix = 10.&lt;/P&gt;&lt;P&gt;    write:/ " Hai".&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;enddo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so it can tell u clearly where the loop starts and where it ends&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;same as if you have nested if you will confused to see the code&lt;/P&gt;&lt;P&gt;if you do pretty printer &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it wil lallign the code properly...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Venkatesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2007 08:40:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pretty-printer/m-p/2941589#M693497</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-23T08:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: pretty printer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pretty-printer/m-p/2941590#M693498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;-&amp;gt;Pretty printer will make your code more readable....&lt;/P&gt;&lt;P&gt;-&amp;gt;it will arrange the code in the standard format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward points if useful.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Vinod Samuel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2007 09:46:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pretty-printer/m-p/2941590#M693498</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-23T09:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: pretty printer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pretty-printer/m-p/2941591#M693499</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 said above, it makes ur code more readable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To configure the settings of ur Pretty Printer (in SE38 for ex) go to:&lt;/P&gt;&lt;P&gt;Utilities -&amp;gt; Settings -&amp;gt; ABAP Editor -&amp;gt; Pretty Printer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if usefull.&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;Amine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2007 10:30:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pretty-printer/m-p/2941591#M693499</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-23T10:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: pretty printer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pretty-printer/m-p/2941592#M693500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;whenever you can write the program yours likely (means your program code is not looking good or not looking ordered)&lt;/P&gt;&lt;P&gt;So whenever you click the pretty printer your program code is looking good.&lt;/P&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;P&gt;If&lt;/P&gt;&lt;P&gt;......................&lt;/P&gt;&lt;P&gt;elseif&lt;/P&gt;&lt;P&gt;..............&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after you can click the pretty printer its come to ordered&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if&lt;/P&gt;&lt;P&gt;     ...................&lt;/P&gt;&lt;P&gt;     elseif&lt;/P&gt;&lt;P&gt;     ...................&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So whenever you can click the pretty printer your program is looking good&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 11:50:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pretty-printer/m-p/2941592#M693500</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-24T11:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: pretty printer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pretty-printer/m-p/2941593#M693501</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 can use the Pretty Printer function to standardize the layout of your program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/d1/801ad6454211d189710000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/d1/801ad6454211d189710000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward points If Usefull&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Fareedas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2008 16:34:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pretty-printer/m-p/2941593#M693501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-29T16:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: pretty printer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pretty-printer/m-p/2941594#M693502</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;- The use of the pretty printer is that it standardize the layout of the program according to option we select either entire program to upper case letters or to lowercase letters. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It doesnot break the loops that continue in single line.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 06:06:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pretty-printer/m-p/2941594#M693502</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-30T06:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: pretty printer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pretty-printer/m-p/2941595#M693503</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;Pretty printer is used for improving the readability of the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 06:10:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pretty-printer/m-p/2941595#M693503</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-30T06:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: pretty printer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pretty-printer/m-p/2941596#M693504</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;The pretty printer alligns your code perfectly, its like identation automatically and also can be used to capitalizes all the ABAP keywords.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the Pretty Printer function to standardize the layout of your program. This function arranges associated key words in groups and indents individual statements clearly. The Pretty Printer ensures that your program layout meets the guidelines described in the ABAP User's Guide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Features&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Pretty Printer performs the following functions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Standardizes the source code display according to the options you set (upper-/lowercase). &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Places event, control, and INCLUDE key words on separate lines.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Moves event key words, FORM statements, and MODULE statements to the beginning of the line. In this case, the Pretty Printer function uses the first program line as a reference.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Inserts a blank line before event key words that are not preceded by a blank or a comment line.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Indents all command lines and control structures associated with an event by 2 spaces.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Locates commands that extend beyond one line and writes subsequent commands on a new line.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Inserts appropriate comment blocks before FORM and MODULE statements that do not have comments. The Pretty Printer function uses the routine name and the USING parameter to fill in the comment blocks.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Left-justifies comments that appear in command lines. Left-justification is only performed on comment lines of 32 characters or less that begin with " (double-quotes). Pretty Printer starts the comment at column 40.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Pretty Printer does not break down loops and control processing blocks that are contained on a single line. Also, the Pretty printer does not separate statements associated with a WHEN condition if the WHEN statement is contained on one line. To call the pretty printer, select Program ® Pretty Printer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 12:20:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pretty-printer/m-p/2941596#M693504</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T12:20:00Z</dc:date>
    </item>
  </channel>
</rss>

