<?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: Insert comment in your ABAP code on fly in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-comment-in-your-abap-code-on-fly/m-p/3300956#M790204</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;This program in the below link takes an existing ABAP report, and does the following:&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   - Attempts to move comments to the end of the line.  Added because  pretty printer in 4.6 no longer does this&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   - Adds comments (table name) for the tables listed after a TABLES statement if the line has not been commented already.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   - Adds comments (field name) for data elements, parameters, and  select-options that are defined using the LIKE or FOR statement&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   - For ENDLOOP/ENDSELECT adds comment identify the LOOP/SELECT that is being closed&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   - For FORM/ENDFORM adds comment identify the FORM that is being closed&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   - Checks to ensure that the program being modified is either a&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     Local Private Object, or on a transport that belongs to the&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     person running this program.  This is to help prevent screwups.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   - Calls function PRETTY_PRINTER to do the SAP standard pretty print  after the custom comments have been created&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sap.ionelburlacu.ro/abap/sap2/Beautify_Source_Code.html" target="test_blank"&gt;http://sap.ionelburlacu.ro/abap/sap2/Beautify_Source_Code.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Jan 2008 12:04:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-21T12:04:57Z</dc:date>
    <item>
      <title>Insert comment in your ABAP code on fly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-comment-in-your-abap-code-on-fly/m-p/3300954#M790202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Once i have seen a tool on SDN which can insert comments in your code.&lt;/P&gt;&lt;P&gt;So basically if your code line is some thing like this&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  TABLES: KNA1.&lt;/P&gt;&lt;P&gt;the tool will change it to :&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  TABLES: KNA1.   "Customer Master &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;I have tried searching it on SDN blogs but in vein.&lt;/P&gt;&lt;P&gt;I will appreciate if you can suggest links related to such a tool.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 11:31:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-comment-in-your-abap-code-on-fly/m-p/3300954#M790202</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T11:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: Insert comment in your ABAP code on fly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-comment-in-your-abap-code-on-fly/m-p/3300955#M790203</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;that's possible when if u record transaction code with 'SHDB' recording,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can study more about SHDB transaction code to learn more about this,,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if useful,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;seshu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 11:40:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-comment-in-your-abap-code-on-fly/m-p/3300955#M790203</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T11:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Insert comment in your ABAP code on fly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-comment-in-your-abap-code-on-fly/m-p/3300956#M790204</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;This program in the below link takes an existing ABAP report, and does the following:&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   - Attempts to move comments to the end of the line.  Added because  pretty printer in 4.6 no longer does this&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   - Adds comments (table name) for the tables listed after a TABLES statement if the line has not been commented already.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   - Adds comments (field name) for data elements, parameters, and  select-options that are defined using the LIKE or FOR statement&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   - For ENDLOOP/ENDSELECT adds comment identify the LOOP/SELECT that is being closed&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   - For FORM/ENDFORM adds comment identify the FORM that is being closed&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   - Checks to ensure that the program being modified is either a&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     Local Private Object, or on a transport that belongs to the&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     person running this program.  This is to help prevent screwups.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   - Calls function PRETTY_PRINTER to do the SAP standard pretty print  after the custom comments have been created&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sap.ionelburlacu.ro/abap/sap2/Beautify_Source_Code.html" target="test_blank"&gt;http://sap.ionelburlacu.ro/abap/sap2/Beautify_Source_Code.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 12:04:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-comment-in-your-abap-code-on-fly/m-p/3300956#M790204</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T12:04:57Z</dc:date>
    </item>
  </channel>
</rss>

