<?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 deletion indicator in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/deletion-indicator/m-p/4818047#M1127594</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;I have seleted banfn,matnr and loekz fields from eban table.Now I have to check if there is a deletion indicator(loekz) set for any of the material numbers and delete the corresponding materials from the internal table.How can I do that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Nov 2008 13:50:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-18T13:50:33Z</dc:date>
    <item>
      <title>deletion indicator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deletion-indicator/m-p/4818047#M1127594</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;I have seleted banfn,matnr and loekz fields from eban table.Now I have to check if there is a deletion indicator(loekz) set for any of the material numbers and delete the corresponding materials from the internal table.How can I do that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2008 13:50:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deletion-indicator/m-p/4818047#M1127594</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-18T13:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: deletion indicator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deletion-indicator/m-p/4818048#M1127595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You call yourself "abap developer" and you don't know how to do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2008 13:51:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deletion-indicator/m-p/4818048#M1127595</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2008-11-18T13:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: deletion indicator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deletion-indicator/m-p/4818049#M1127596</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;While retriving only u can filter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select matnr&lt;/P&gt;&lt;P&gt;         banfn&lt;/P&gt;&lt;P&gt;        lokez &lt;/P&gt;&lt;P&gt;from eban&lt;/P&gt;&lt;P&gt;        into table it_eban&lt;/P&gt;&lt;P&gt;where lokez ne 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will fetch onlty those reocrds whose lokez is space....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2008 13:52:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deletion-indicator/m-p/4818049#M1127596</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2008-11-18T13:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: deletion indicator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deletion-indicator/m-p/4818050#M1127597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u have all the data in ur internal table...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DELETE itab where LOEKZ EQ 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that deletes all the rows of the internal table that have the deletion flag set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2008 13:55:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deletion-indicator/m-p/4818050#M1127597</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-18T13:55:08Z</dc:date>
    </item>
  </channel>
</rss>

