<?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: select stament with value checking... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-stament-with-value-checking/m-p/1300740#M158347</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;istype1 type n.----&amp;gt;  field for istype&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select the field in the internal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;t_tab-istype1 = itab-istype1.&lt;/P&gt;&lt;P&gt;modify t_tab.&lt;/P&gt;&lt;P&gt;endloop. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if it helps&lt;/P&gt;&lt;P&gt;gunjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 May 2006 08:30:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-25T08:30:10Z</dc:date>
    <item>
      <title>select stament with value checking...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-stament-with-value-checking/m-p/1300738#M158345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear friends..&lt;/P&gt;&lt;P&gt;  would you like give me a suggestion on select stament with value checking..&lt;/P&gt;&lt;P&gt;   well my problem is &lt;/P&gt;&lt;P&gt;  if table but0is which has one field called istype that has lenth of 4 CHAR in that istype column i have number stored in 0001 and 00001 in lenth of 4 and 5..&lt;/P&gt;&lt;P&gt;0001 = rbcode and 00001= f50code.. how i classify in two seprate column of internal table from the same data base table column... please give me suggestion or code, or article. to carry out this task.&lt;/P&gt;&lt;P&gt;thanking you,,&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;naim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2006 08:18:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-stament-with-value-checking/m-p/1300738#M158345</guid>
      <dc:creator>naimkhans_babi</dc:creator>
      <dc:date>2006-05-25T08:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: select stament with value checking...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-stament-with-value-checking/m-p/1300739#M158346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1)data:begin of itab occurs 0.&lt;/P&gt;&lt;P&gt;istype&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;rest field...&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;istype1 type n.----&amp;gt; 2nd field for istype&lt;/P&gt;&lt;P&gt;end of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)select &lt;/P&gt;&lt;P&gt;field into internal table itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)loop at itab.&lt;/P&gt;&lt;P&gt;itab-istype1 = itab-istype.&lt;/P&gt;&lt;P&gt;modify itab.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2006 08:22:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-stament-with-value-checking/m-p/1300739#M158346</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-25T08:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: select stament with value checking...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-stament-with-value-checking/m-p/1300740#M158347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;istype1 type n.----&amp;gt;  field for istype&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select the field in the internal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;t_tab-istype1 = itab-istype1.&lt;/P&gt;&lt;P&gt;modify t_tab.&lt;/P&gt;&lt;P&gt;endloop. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if it helps&lt;/P&gt;&lt;P&gt;gunjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2006 08:30:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-stament-with-value-checking/m-p/1300740#M158347</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-25T08:30:10Z</dc:date>
    </item>
  </channel>
</rss>

