<?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 itab small logic in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/itab-small-logic/m-p/2319205#M508934</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello abap gurus,&lt;/P&gt;&lt;P&gt;in my requirement, i have to check, that in one internal table ITAB, &lt;/P&gt;&lt;P&gt;i should make sure that one field A is not empty,  and one field B should be empty in all the records.&lt;/P&gt;&lt;P&gt;if this condition is not satisfied it should through an error.&lt;/P&gt;&lt;P&gt;wat is the best way of coding this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 20 May 2007 02:53:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-20T02:53:50Z</dc:date>
    <item>
      <title>itab small logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/itab-small-logic/m-p/2319205#M508934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello abap gurus,&lt;/P&gt;&lt;P&gt;in my requirement, i have to check, that in one internal table ITAB, &lt;/P&gt;&lt;P&gt;i should make sure that one field A is not empty,  and one field B should be empty in all the records.&lt;/P&gt;&lt;P&gt;if this condition is not satisfied it should through an error.&lt;/P&gt;&lt;P&gt;wat is the best way of coding this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 May 2007 02:53:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/itab-small-logic/m-p/2319205#M508934</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-20T02:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: itab small logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/itab-small-logic/m-p/2319206#M508935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data : begin of itab occurs 0,&lt;/P&gt;&lt;P&gt;          fld1 type c,&lt;/P&gt;&lt;P&gt;          fld2 type c,&lt;/P&gt;&lt;P&gt;          end of itab.&lt;/P&gt;&lt;P&gt;data v_flag type c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear v_flag.&lt;/P&gt;&lt;P&gt;if not itab-fld1 is initail .&lt;/P&gt;&lt;P&gt;if itab-fld2 is initial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;v_flag = 'X'&lt;/P&gt;&lt;P&gt;exit.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if v_flag = 'x'.&lt;/P&gt;&lt;P&gt;message.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if it is helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Seshu Maramreddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 May 2007 03:25:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/itab-small-logic/m-p/2319206#M508935</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-20T03:25:42Z</dc:date>
    </item>
  </channel>
</rss>

