<?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: Interal tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/interal-tables/m-p/5065900#M1177006</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI manoj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for ur sugetion...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;acoording to the total lines of  it_tab ur looping the table...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when i enter the data in the selection screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date 01.03.2009 to 31.03.2009.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am getting the data up to &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;27.01.2009... only in this case according to ur suggestion the last record of the internal table is 27.01.2009...&lt;/P&gt;&lt;P&gt;but i want the data up to 31.01.2009...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i do...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls let me know if any issue...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Best Regards,&lt;/P&gt;&lt;P&gt;Prveen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: praveen rao on Jan 29, 2009 9:53 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Jan 2009 08:53:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-29T08:53:30Z</dc:date>
    <item>
      <title>Interal tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interal-tables/m-p/5065891#M1176997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guru's,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the selection screen i have only one field i.e  Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having the one internal table it_tab in that i have the data like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date             material number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.01.2009      11111&lt;/P&gt;&lt;P&gt;2.01.2009      22222&lt;/P&gt;&lt;P&gt;4.01,2009     44444&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the above exampel ther is no materials at 03.01.2009 that is why i am not getting the data on that particular date...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But  i want the data in the internal table it_itab like this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date             material number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.01.2009      11111&lt;/P&gt;&lt;P&gt;2.01.2009      22222&lt;/P&gt;&lt;P&gt;3.01.2009      00000&lt;/P&gt;&lt;P&gt;4.01,2009      44444 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one suggest me how to do this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Best Regards&lt;/P&gt;&lt;P&gt;Praveen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 06:28:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interal-tables/m-p/5065891#M1176997</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-29T06:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Interal tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interal-tables/m-p/5065892#M1176998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;seach SCN first then you will find your answer..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 06:30:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interal-tables/m-p/5065892#M1176998</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-29T06:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Interal tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interal-tables/m-p/5065893#M1176999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;loop the internal table.&lt;/P&gt;&lt;P&gt;take the first date in one variable.&lt;/P&gt;&lt;P&gt;then in second date in another variable check whether it is sequencence if not append that date by incrementing by one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 06:35:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interal-tables/m-p/5065893#M1176999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-29T06:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: Interal tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interal-tables/m-p/5065894#M1177000</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;Then first pass all your dates to your internal table.&lt;/P&gt;&lt;P&gt;Then select the materials and try to pass them to appropriate rows / Columns &amp;amp; modify internal table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 06:36:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interal-tables/m-p/5065894#M1177000</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-29T06:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Interal tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interal-tables/m-p/5065895#M1177001</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 hope your question means that you want to copy data from it_tab to it_itab but you want it to have entries for all the dates. Try the following then:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: st_dt like sy-datum. &lt;/P&gt;&lt;P&gt;read table it_tab index 1 .&lt;/P&gt;&lt;P&gt;st_dt = it_tab-date.               "initialise start date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at it_tab.&lt;/P&gt;&lt;P&gt;     if st_dt eq it_tab-date.&lt;/P&gt;&lt;P&gt;          read table it_tab into it_itab.&lt;/P&gt;&lt;P&gt;          append it_itab.&lt;/P&gt;&lt;P&gt;        else.&lt;/P&gt;&lt;P&gt;           it_itab-date = st_dt.&lt;/P&gt;&lt;P&gt;           it_itab-mat_no = 0.&lt;/P&gt;&lt;P&gt;           append it_itab.&lt;/P&gt;&lt;P&gt;      endif.   &lt;/P&gt;&lt;P&gt;       st_dt = st_dt + 1.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jayanthi.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 06:40:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interal-tables/m-p/5065895#M1177001</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-29T06:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: Interal tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interal-tables/m-p/5065896#M1177002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
LOOP AT S_DATE. "S_DATE --&amp;gt; Selection-screen date
READ TABLE ITAB TRANSPORTING NO FIELDS
WITH KEY DATE = S_DATE-LOW.
IF SY-SUBRC NE 0.
ITAB-DATE = S_DATE-LOW.
APPEND ITAB.
ENDIF. 
ENDLOOP.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 06:42:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interal-tables/m-p/5065896#M1177002</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2009-01-29T06:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Interal tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interal-tables/m-p/5065897#M1177003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;give your first date 01.01.2009 to function module get the next date ie 02.01.2009.&lt;/P&gt;&lt;P&gt;check out put of FM with internal table second row. if it not equal insert the Fm output date to internal table,&lt;/P&gt;&lt;P&gt;try this FM&lt;/P&gt;&lt;P&gt;RP_CALC_DATE_IN_INTERVAL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 06:42:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interal-tables/m-p/5065897#M1177003</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-29T06:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Interal tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interal-tables/m-p/5065898#M1177004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen,&lt;/P&gt;&lt;P&gt;you can try this code,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: w_dat TYPE sy-datum,
           w_lines TYPE i.

it_tab1 = it_tab. "it_tab1 is of same structure as it_tab
READ TABLE it_tab INTO wa_tab INDEX 1.
w_dat = wa_tab-date. "Get the date of first record

DESCRIBE TABLE it_tab LINES w_lines. "Get the total lines

DO.
  w_dat = w_dat + 1. "Increment the date
  READ TABLE it_tab INTO wa_tab WITH KEY date = w_dat.

  IF sy-subrc NE 0. "If that date is not there append it to the copied int tab 
    wa_tab-date = w_dat.
    wa_tab-matnr = '0000'.
    APPEND wa_tab TO it_tab1.
  ELSEIF sy-tabix = w_lines. "If date is there and if it last record end the loop
    EXIT.
  ENDIF.
ENDDO.

SORT it_tab1 BY date. "Sort it based on date&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;i/p: it_tab&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
01.01.2009 1111
02.01.2009 2222
04.01.2009 3333
06.01.2009 4444&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;o/p: it_tab1&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
01.01.2009 1111
02.01.2009 2222
03.01.2009 0000
04.01.2009 3333
05.01.2009 0000
06.01.2009 4444&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manoj Kumar P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 07:01:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interal-tables/m-p/5065898#M1177004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-29T07:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: Interal tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interal-tables/m-p/5065899#M1177005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi jayanthi...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am having the selection screen field  date... if i enter the value in the selection screen like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for exampple...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date   01.03.2009 to 31.03.2009&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have to loop the table up to 31.03.2009..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but according to ur suggestion its working  after 31.03.2009 also...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls suggest me how to do this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnak &amp;amp; Best Regards,&lt;/P&gt;&lt;P&gt;Praveen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 07:19:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interal-tables/m-p/5065899#M1177005</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-29T07:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: Interal tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interal-tables/m-p/5065900#M1177006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI manoj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for ur sugetion...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;acoording to the total lines of  it_tab ur looping the table...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when i enter the data in the selection screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date 01.03.2009 to 31.03.2009.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am getting the data up to &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;27.01.2009... only in this case according to ur suggestion the last record of the internal table is 27.01.2009...&lt;/P&gt;&lt;P&gt;but i want the data up to 31.01.2009...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i do...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls let me know if any issue...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Best Regards,&lt;/P&gt;&lt;P&gt;Prveen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: praveen rao on Jan 29, 2009 9:53 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 08:53:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interal-tables/m-p/5065900#M1177006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-29T08:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Interal tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interal-tables/m-p/5065901#M1177007</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;The code I gave loops through all entries of it_tab alone and fills in the dates in between.&lt;/P&gt;&lt;P&gt;If you want it to limit between two dates, store the dates in st_dt and end_dt and use the following code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at it_tab.&lt;/P&gt;&lt;P&gt;     if st_dt eq it_tab-date.&lt;/P&gt;&lt;P&gt;            read table it_tab into it_itab.&lt;/P&gt;&lt;P&gt;            append it_itab.&lt;/P&gt;&lt;P&gt;     else.&lt;/P&gt;&lt;P&gt;            it_itab-date = st_dt.&lt;/P&gt;&lt;P&gt;            it_itab-mat_no = 0.&lt;/P&gt;&lt;P&gt;            append it_itab.&lt;/P&gt;&lt;P&gt;      endif. &lt;/P&gt;&lt;P&gt;st_dt = st_dt + 1.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if st_dt eq end_dt.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;    &lt;STRONG&gt;exit.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;endif.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it works now &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jayanthi.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 08:59:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interal-tables/m-p/5065901#M1177007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-29T08:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Interal tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interal-tables/m-p/5065902#M1177008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you check my code? Is it not working as per your requirement ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 09:02:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interal-tables/m-p/5065902#M1177008</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2009-01-29T09:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Interal tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interal-tables/m-p/5065903#M1177009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen,&lt;/P&gt;&lt;P&gt;If you want to include range of dates mentioned entered in the select options, then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;START-OF-SELECTION.
  w_dat = so_date-low. "Intialise the date

  WHILE w_dat LE so_date-high. "Only upto to range mentioned in select option
    READ TABLE it_tab INTO wa_tab WITH KEY date = w_dat.
    
    IF sy-subrc NE 0. "If the date is not there
      wa_tab-date = w_dat.
      wa_tab-matnr = '0000'.
      APPEND wa_tab TO it_tab. "Appended
    ENDIF.
    w_dat = w_dat + 1. "Increment the date
  ENDWHILE.
"Now the table it_tab contains all the dates of select option range
  SORT it_tab BY date.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manoj Kumar P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 09:03:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interal-tables/m-p/5065903#M1177009</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-29T09:03:50Z</dc:date>
    </item>
  </channel>
</rss>

