<?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: Skip Specific Lines with Codes in a Program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-specific-lines-with-codes-in-a-program/m-p/12112555#M1973714</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Could you please rephrase your requirement,we're having trouble understanding it.&lt;/P&gt;&lt;P&gt;For retaining lines of code (if this is the requirement) but skipping them without commenting it I always use:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;If 1 = 2.
&amp;lt;code&amp;gt;
endif. "if 1 = 2
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Kind regards, Rob Dielemans&lt;/P&gt;</description>
    <pubDate>Wed, 18 Sep 2019 11:48:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2019-09-18T11:48:20Z</dc:date>
    <item>
      <title>Skip Specific Lines with Codes in a Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-specific-lines-with-codes-in-a-program/m-p/12112552#M1973711</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;I hope everyone is doing great today.&lt;/P&gt;
  &lt;P&gt;I have a program that requires to ignore or skip or just retain lines of codes that are commented out. Does anyone know the syntax to retain the codes.&lt;/P&gt;
  &lt;P&gt;Sample:&lt;/P&gt;
  &lt;P&gt;*Case 1: This is to change all c to mara (---&amp;gt;this is just a Comment)&lt;/P&gt;
  &lt;P&gt;Data: lv_matnr(18) type c.&lt;/P&gt;
  &lt;P&gt;The result should be that only the 'c' inside the Data Declaration will be changed. The syntax shouldn't change the 'c' in&lt;/P&gt;
  &lt;P&gt;*Case 1: This is to change all c to mara (---&amp;gt;this is just a Comment) .&lt;/P&gt;
  &lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 06:47:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-specific-lines-with-codes-in-a-program/m-p/12112552#M1973711</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-09-18T06:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Skip Specific Lines with Codes in a Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-specific-lines-with-codes-in-a-program/m-p/12112553#M1973712</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Are you trying to do 'Find and replace' and there want to ignore some lines?&lt;/P&gt;&lt;P&gt;If yes, you can find 'Type c' and then replace with 'Type Matnr'. There are no rules that you can set in 'find and replace' to ignore commented lines.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;GK&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 06:53:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-specific-lines-with-codes-in-a-program/m-p/12112553#M1973712</guid>
      <dc:creator>GK817</dc:creator>
      <dc:date>2019-09-18T06:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: Skip Specific Lines with Codes in a Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-specific-lines-with-codes-in-a-program/m-p/12112554#M1973713</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;I do not understand what is your exact requirement.  I am assuming that you are scanning codes of a program lines in another program. If you are storing all lines in a table,  you just have to ignore lines starting with '*'.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 11:23:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-specific-lines-with-codes-in-a-program/m-p/12112554#M1973713</guid>
      <dc:creator>dev_parbutteea</dc:creator>
      <dc:date>2019-09-18T11:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Skip Specific Lines with Codes in a Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-specific-lines-with-codes-in-a-program/m-p/12112555#M1973714</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Could you please rephrase your requirement,we're having trouble understanding it.&lt;/P&gt;&lt;P&gt;For retaining lines of code (if this is the requirement) but skipping them without commenting it I always use:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;If 1 = 2.
&amp;lt;code&amp;gt;
endif. "if 1 = 2
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Kind regards, Rob Dielemans&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 11:48:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-specific-lines-with-codes-in-a-program/m-p/12112555#M1973714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-09-18T11:48:20Z</dc:date>
    </item>
  </channel>
</rss>

