<?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: How Delete Lines of abap program from another program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-delete-lines-of-abap-program-from-another-program/m-p/833368#M43705</link>
    <description>&lt;P&gt;&lt;EM&gt;The requirement is to delete the commented lines from any program that is given as input to my program.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;But the thing is all the commented should not be deleted only those lines which are abap code and are commented should be deleted where as those like explanations should be left.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;i have program which gets all the commented lines along with line numbers in my code .so i need my program to delete those lines which i select in that table to be deleted from the input program&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;That's easy then. You use READ REPORT and INSERT REPORT. &lt;/P&gt;</description>
    <pubDate>Thu, 28 Feb 2019 08:29:32 GMT</pubDate>
    <dc:creator>matt</dc:creator>
    <dc:date>2019-02-28T08:29:32Z</dc:date>
    <item>
      <title>How Delete Lines of abap program from another program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-delete-lines-of-abap-program-from-another-program/m-p/833364#M43701</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
  &lt;P&gt;I need a program which opens another abap program which takes input as a program and deletes specified lines from it?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Feb 2019 10:44:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-delete-lines-of-abap-program-from-another-program/m-p/833364#M43701</guid>
      <dc:creator>former_member629360</dc:creator>
      <dc:date>2019-02-27T10:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: How Delete Lines of abap program from another program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-delete-lines-of-abap-program-from-another-program/m-p/833365#M43702</link>
      <description>&lt;P&gt;It sounds like quite dangerous requirement... I would not really recommend something like this. Can you share a little bit what is the idea behind it? I am almost sure it could be done better/systematical way...&lt;/P&gt;</description>
      <pubDate>Wed, 27 Feb 2019 11:41:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-delete-lines-of-abap-program-from-another-program/m-p/833365#M43702</guid>
      <dc:creator>Tomas_Buryanek</dc:creator>
      <dc:date>2019-02-27T11:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: How Delete Lines of abap program from another program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-delete-lines-of-abap-program-from-another-program/m-p/833366#M43703</link>
      <description>&lt;P&gt;How are you going to specify those lines? &lt;/P&gt;</description>
      <pubDate>Wed, 27 Feb 2019 11:56:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-delete-lines-of-abap-program-from-another-program/m-p/833366#M43703</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2019-02-27T11:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: How Delete Lines of abap program from another program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-delete-lines-of-abap-program-from-another-program/m-p/833367#M43704</link>
      <description>&lt;P&gt;The requirement is to delete the commented lines from any program that is given as input to my program.&lt;/P&gt;&lt;P&gt;But the thing is all the commented should not be deleted only those lines which are abap code and are commented should be deleted where as those like explanations should be left.&lt;/P&gt;&lt;P&gt;i have program which gets all the commented lines along with line numbers in my code .so i need my program to delete those lines which i select in that table to be deleted from the input program&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2019 07:08:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-delete-lines-of-abap-program-from-another-program/m-p/833367#M43704</guid>
      <dc:creator>former_member629360</dc:creator>
      <dc:date>2019-02-28T07:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: How Delete Lines of abap program from another program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-delete-lines-of-abap-program-from-another-program/m-p/833368#M43705</link>
      <description>&lt;P&gt;&lt;EM&gt;The requirement is to delete the commented lines from any program that is given as input to my program.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;But the thing is all the commented should not be deleted only those lines which are abap code and are commented should be deleted where as those like explanations should be left.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;i have program which gets all the commented lines along with line numbers in my code .so i need my program to delete those lines which i select in that table to be deleted from the input program&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;That's easy then. You use READ REPORT and INSERT REPORT. &lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2019 08:29:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-delete-lines-of-abap-program-from-another-program/m-p/833368#M43705</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2019-02-28T08:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: How Delete Lines of abap program from another program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-delete-lines-of-abap-program-from-another-program/m-p/833369#M43706</link>
      <description>&lt;P&gt;I actually could use a program like that. If it could also delete other garbage like "begin of... end of..." comments that would be heavenly!&lt;/P&gt;&lt;P&gt;Perhaps OP could share.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2019 17:22:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-delete-lines-of-abap-program-from-another-program/m-p/833369#M43706</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2019-03-01T17:22:55Z</dc:date>
    </item>
  </channel>
</rss>

