<?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: find missing value in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-missing-value/m-p/4634449#M1091284</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not a single reply...?&lt;/P&gt;&lt;P&gt;why so...?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Oct 2008 05:43:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-20T05:43:36Z</dc:date>
    <item>
      <title>find missing value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-missing-value/m-p/4634448#M1091283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;i have a small prob i.e. in selection screen user enters a period range and i calc. the stock for it. is the period in the given range is missing in the table i need to perform some action.&lt;/P&gt;&lt;P&gt;suppose range is 2 to 5 and 4th period is missing then how shld i find that .&lt;/P&gt;&lt;P&gt;thanx...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2008 05:19:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-missing-value/m-p/4634448#M1091283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-20T05:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: find missing value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-missing-value/m-p/4634449#M1091284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not a single reply...?&lt;/P&gt;&lt;P&gt;why so...?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2008 05:43:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-missing-value/m-p/4634449#M1091284</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-20T05:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: find missing value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-missing-value/m-p/4634450#M1091285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nilesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select Options data is stored in an internal table with fields, &lt;STRONG&gt;SIGN,OPTION,LOW,HIGH&lt;/STRONG&gt;,  i think by looking into these table we can know what values are excluded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;comment on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kumar M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2008 05:49:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-missing-value/m-p/4634450#M1091285</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-20T05:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: find missing value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-missing-value/m-p/4634451#M1091286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the selection screen take a range of type i. &lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;u can make a domain with fixed value range. and use it in the Select-options..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose u make a domain period in se11(yperiod) and set the fixed values say 1,2,3,4....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now use &lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: PERIOD FOR YPERIOD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this way u can select a range and also individual values.&lt;/P&gt;&lt;P&gt;i think this may help u.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2008 05:53:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-missing-value/m-p/4634451#M1091286</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-20T05:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: find missing value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-missing-value/m-p/4634452#M1091287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;//in the given range is missing in the table i need to perform some action.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok ur sel screen range is 1-5 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and stock table entries are 1 , 2 , 5 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As u say 3,4 is missing in ur stock table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;compare the two tables (selection range table  ).. with ur selection key (as in range ) and filter out the missing . if that is the case ..&lt;/P&gt;&lt;P&gt;you can perfom the action of missed out entries . &lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;Vijay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2008 06:01:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-missing-value/m-p/4634452#M1091287</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-20T06:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: find missing value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-missing-value/m-p/4634453#M1091288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nilesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; go through following code...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of itab occurs 0,&lt;/P&gt;&lt;P&gt;      empid type i,&lt;/P&gt;&lt;P&gt;      name(20) type c,&lt;/P&gt;&lt;P&gt;      address(40) type c,&lt;/P&gt;&lt;P&gt;      end of itab.&lt;/P&gt;&lt;P&gt;data:val1 like itab-empid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; itab-empid = '01'.&lt;/P&gt;&lt;P&gt; itab-name = 'Taneesha'.&lt;/P&gt;&lt;P&gt; itab-address = '1001/11 shalimar garden '.&lt;/P&gt;&lt;P&gt; append itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; itab-empid = '02'.&lt;/P&gt;&lt;P&gt; itab-name = 'Taneesha1'.&lt;/P&gt;&lt;P&gt; itab-address = '1001/11 shalimar garden '.&lt;/P&gt;&lt;P&gt; append itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    itab-empid = '04'.&lt;/P&gt;&lt;P&gt; itab-name = 'Taneesha3'.&lt;/P&gt;&lt;P&gt; itab-address = '1001/11 shalimar garden '.&lt;/P&gt;&lt;P&gt; append itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; select-options:s_empid for itab-empid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; val1 = s_empid-low.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; loop at itab where empid in   s_empid .&lt;/P&gt;&lt;P&gt; if val1  &amp;gt; s_empid-high.&lt;/P&gt;&lt;P&gt; exit.&lt;/P&gt;&lt;P&gt; endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; if itab-empid = val1.&lt;/P&gt;&lt;P&gt; write:/ itab-empid ,&lt;/P&gt;&lt;P&gt; itab-name,&lt;/P&gt;&lt;P&gt; itab-address.&lt;/P&gt;&lt;P&gt; elseif itab-empid ne val1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; write:/ 'data not found'.&lt;/P&gt;&lt;P&gt; endif.&lt;/P&gt;&lt;P&gt; val1 = val1 + 1.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope u will get some help .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks  &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Ashu Singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2008 06:58:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-missing-value/m-p/4634453#M1091288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-20T06:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: find missing value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-missing-value/m-p/4634454#M1091289</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;As per my understanding you are saying that if some range is missing in table .&lt;/P&gt;&lt;P&gt;You can handle that in &lt;/P&gt;&lt;P&gt;At Selection-Screen on &amp;lt;Field&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check and send message at this point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Neha Shukla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2008 09:19:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-missing-value/m-p/4634454#M1091289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-20T09:19:50Z</dc:date>
    </item>
  </channel>
</rss>

