<?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 About Pretty Printer in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-pretty-printer/m-p/3190571#M760002</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can u tell me exact use of pretty printer??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Dec 2007 09:40:36 GMT</pubDate>
    <dc:creator>former_member530652</dc:creator>
    <dc:date>2007-12-28T09:40:36Z</dc:date>
    <item>
      <title>About Pretty Printer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-pretty-printer/m-p/3190571#M760002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can u tell me exact use of pretty printer??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2007 09:40:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-pretty-printer/m-p/3190571#M760002</guid>
      <dc:creator>former_member530652</dc:creator>
      <dc:date>2007-12-28T09:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: About Pretty Printer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-pretty-printer/m-p/3190572#M760003</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. 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;Standardizes the source code display according to the options you set (upper-/lowercase). &lt;/P&gt;&lt;P&gt;Places event, control, and INCLUDE key words on separate lines. &lt;/P&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;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;P&gt;Indents all command lines and control structures associated with an event by 2 spaces. &lt;/P&gt;&lt;P&gt;Locates commands that extend beyond one line and writes subsequent commands on a new line. &lt;/P&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;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;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;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2007 09:42:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-pretty-printer/m-p/3190572#M760003</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2007-12-28T09:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: About Pretty Printer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-pretty-printer/m-p/3190573#M760004</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;Sandeep&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;Standardizes the source code display according to the options you set (upper-/lowercase). &lt;/P&gt;&lt;P&gt;Places event, control, and INCLUDE key words on separate lines.&lt;/P&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;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;P&gt;Indents all command lines and control structures associated with an event by 2 spaces.&lt;/P&gt;&lt;P&gt;Locates commands that extend beyond one line and writes subsequent commands on a new line.&lt;/P&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;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;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;P&gt;plzz reward if my information is usefull to u &lt;/P&gt;&lt;P&gt;i think u r begginner if u need any further help u can contact me on mutyalasunilkumar@gmail.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plzz dont forget to reward&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2007 09:44:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-pretty-printer/m-p/3190573#M760004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-28T09:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: About Pretty Printer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-pretty-printer/m-p/3190574#M760005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Features of the Pretty Printer &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;Standardizes the source code display according to the options you set (upper-/lowercase). &lt;/P&gt;&lt;P&gt;Places event, control, and INCLUDE key words on separate lines. &lt;/P&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;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;P&gt;Indents all command lines and control structures associated with an event by 2 spaces. &lt;/P&gt;&lt;P&gt;Locates commands that extend beyond one line and writes subsequent commands on a new line. &lt;/P&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;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;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;P&gt;reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sravanthi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2007 09:45:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-pretty-printer/m-p/3190574#M760005</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-28T09:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: About Pretty Printer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-pretty-printer/m-p/3190575#M760006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pretty Printer is used to format the ABAP Code we write in ABAP Editor ,like KEY WORDS in Capitals and remaining are in small letters which is also depend on system settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can call the function module in the ABAP Code .Press the Pattern button on Appl. tool bar then u will get box where u write the function module NAME which u want to call in the code by selecting the radio button CALL FUNCTION. In this way we link function module to ABAP Code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the link below:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/c1/79ecc5f23a11d295b700a0c94260a5/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/c1/79ecc5f23a11d295b700a0c94260a5/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2007 09:46:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-pretty-printer/m-p/3190575#M760006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-28T09:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: About Pretty Printer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-pretty-printer/m-p/3190576#M760007</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 will beautify your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will give you segregate view of your ABAP statements and other program elements..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use either Pretty Printer button or Shift+F1 for Pretty Printer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can customize your pretty printer through Utilities-&amp;gt;Settinges-&amp;gt;Pretty Printer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Renjith Michael.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2007 09:46:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-pretty-printer/m-p/3190576#M760007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-28T09:46:35Z</dc:date>
    </item>
  </channel>
</rss>

