<?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: Issue with Delete Statement in ABAP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-delete-statement-in-abap/m-p/477583#M15573</link>
    <description>&lt;P&gt;Yeah Sure..I will try and let u know....Thanks!!!&lt;/P&gt;</description>
    <pubDate>Tue, 11 Apr 2017 11:04:47 GMT</pubDate>
    <dc:creator>former_member261705</dc:creator>
    <dc:date>2017-04-11T11:04:47Z</dc:date>
    <item>
      <title>Issue with Delete Statement in ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-delete-statement-in-abap/m-p/477581#M15571</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;I have the table with one of my column as;&lt;/P&gt;&lt;P&gt; 
  &lt;STRONG&gt;OBJECT_NO(Char
  30)&lt;/STRONG&gt;&lt;BR /&gt;       01.2013&lt;BR /&gt;       02.2013&lt;BR /&gt;       03.2013&lt;BR /&gt;       01.2014&lt;BR /&gt;       05.2014&lt;BR /&gt;       10.2014&lt;BR /&gt;       02.2015&lt;BR /&gt;       03.2015&lt;BR /&gt;       01.2016&lt;BR /&gt;       12.2016&lt;BR /&gt;
 &lt;/P&gt;&lt;P&gt; Now i have one Range table in the following format;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/29717-range-tab.jpg" /&gt;&lt;/P&gt;&lt;P&gt;I have written delete Statement as;&lt;/P&gt;&lt;P&gt;Delete&lt;STRONG&gt; Internal_table&lt;/STRONG&gt; where &lt;STRONG&gt;object_no&lt;/STRONG&gt; not in &lt;STRONG&gt;range_table&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;I am expecting output as 'All values greater than range table value should be deleted since there is NOT IN in delete statement'.&lt;/P&gt;&lt;P&gt;so in output 01.2013, 02.2013 should come in output.&lt;/P&gt;&lt;P&gt;But In real I am getting output as 01.2013,02.2013,01.2014,02.2015,01.2016  is coming.&lt;/P&gt;&lt;P&gt;The thing is here only starting two characters are compared instead of all string.&lt;/P&gt;&lt;P&gt;Kindly request you to provide me solution to go ahead with acheiving correct output...&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Akil Syed&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2017 09:54:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-delete-statement-in-abap/m-p/477581#M15571</guid>
      <dc:creator>former_member261705</dc:creator>
      <dc:date>2017-04-11T09:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Delete Statement in ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-delete-statement-in-abap/m-p/477582#M15572</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Since your column is char type, you cant able to delete with month and year format.&lt;/P&gt;&lt;P&gt;Try like FTI_MONTH_YEAR kind of data element.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2017 10:25:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-delete-statement-in-abap/m-p/477582#M15572</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-04-11T10:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Delete Statement in ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-delete-statement-in-abap/m-p/477583#M15573</link>
      <description>&lt;P&gt;Yeah Sure..I will try and let u know....Thanks!!!&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2017 11:04:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-delete-statement-in-abap/m-p/477583#M15573</guid>
      <dc:creator>former_member261705</dc:creator>
      <dc:date>2017-04-11T11:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Delete Statement in ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-delete-statement-in-abap/m-p/477584#M15574</link>
      <description>&lt;P&gt;ABAP doesn't know that you think mm.yyyy is a date. It treats it exactly as character data. Convert the mm.yyyy to yyyymm and it will get the ordering correct.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2017 11:22:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-delete-statement-in-abap/m-p/477584#M15574</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2017-04-11T11:22:04Z</dc:date>
    </item>
  </channel>
</rss>

