<?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: Question reg. select statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-select-statement/m-p/1581974#M262543</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For example if u have a internal tabel like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of i_data occurs 0,&lt;/P&gt;&lt;P&gt;       data1 type char10,&lt;/P&gt;&lt;P&gt;       data2 type char10,&lt;/P&gt;&lt;P&gt;       data3 type char10,&lt;/P&gt;&lt;P&gt;      end of i_data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select data1 data2 into table i_data from &amp;lt;table&amp;gt;.&lt;/P&gt;&lt;P&gt;Here into corresponding fields is not necessary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But,&lt;/P&gt;&lt;P&gt;Select data2 data3 into corresponding fields of table i_data from &amp;lt;table&amp;gt;.&lt;/P&gt;&lt;P&gt;Here it is neccessary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It all depends on ur internal table declaration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prakash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Sep 2006 14:20:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-29T14:20:40Z</dc:date>
    <item>
      <title>Question reg. select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-select-statement/m-p/1581969#M262538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I mention the fields to be selected in the select statement, do I still need to mention 'Into corresponding fields of'?&lt;/P&gt;&lt;P&gt;select fieldA fieldB fieldC&lt;/P&gt;&lt;P&gt;from dbtable&lt;/P&gt;&lt;P&gt;into table itab&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR &lt;/P&gt;&lt;P&gt;select fieldA fieldB fieldC&lt;/P&gt;&lt;P&gt;from dbtable&lt;/P&gt;&lt;P&gt;into corresponding fields of table itab&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Krishen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 14:15:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-select-statement/m-p/1581969#M262538</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-29T14:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: Question reg. select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-select-statement/m-p/1581970#M262539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes - when order of your fiels in your select statment is different from order of the field in you it_tablee.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR, JAcek&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Jacek Slowikowski&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 14:16:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-select-statement/m-p/1581970#M262539</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-29T14:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: Question reg. select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-select-statement/m-p/1581971#M262540</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;it depends on the declaration of internal table. If the field sequence in internal table is in sequence with select then no need of into corresponding fields addition else it is required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 14:18:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-select-statement/m-p/1581971#M262540</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-29T14:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Question reg. select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-select-statement/m-p/1581972#M262541</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; Yes, you have to mention it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; though you mention fields in select statement, you have to specify &amp;lt;b&amp;gt;into corresponding fields of table it_table&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;If the fields are specified in the same sequence as in internal table, we can just say &amp;lt;b&amp;gt; into table it_table&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Sailaja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 14:19:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-select-statement/m-p/1581972#M262541</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-29T14:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: Question reg. select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-select-statement/m-p/1581973#M262542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi krishen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one abap tip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to avoid into corressponding.it will reduce performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;declare ur internal table in correct format.&lt;/P&gt;&lt;P&gt;select fields in the same order of the internal table fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use INTO TABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RGDS&lt;/P&gt;&lt;P&gt;anver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls mark hlpful anwsers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 14:19:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-select-statement/m-p/1581973#M262542</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2006-09-29T14:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Question reg. select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-select-statement/m-p/1581974#M262543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For example if u have a internal tabel like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of i_data occurs 0,&lt;/P&gt;&lt;P&gt;       data1 type char10,&lt;/P&gt;&lt;P&gt;       data2 type char10,&lt;/P&gt;&lt;P&gt;       data3 type char10,&lt;/P&gt;&lt;P&gt;      end of i_data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select data1 data2 into table i_data from &amp;lt;table&amp;gt;.&lt;/P&gt;&lt;P&gt;Here into corresponding fields is not necessary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But,&lt;/P&gt;&lt;P&gt;Select data2 data3 into corresponding fields of table i_data from &amp;lt;table&amp;gt;.&lt;/P&gt;&lt;P&gt;Here it is neccessary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It all depends on ur internal table declaration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prakash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 14:20:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-select-statement/m-p/1581974#M262543</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-29T14:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: Question reg. select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-select-statement/m-p/1581975#M262544</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; It depends on the declaration of your internal table. If you have declared the data in the internal table in the same order of the select statement that is like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of itab occurs 0,&lt;/P&gt;&lt;P&gt;       a type i,&lt;/P&gt;&lt;P&gt;       b type i,&lt;/P&gt;&lt;P&gt;       c type i,&lt;/P&gt;&lt;P&gt;       d type i,&lt;/P&gt;&lt;P&gt;      end of itab.&lt;/P&gt;&lt;P&gt;then no need of into corresponding fields of. &lt;/P&gt;&lt;P&gt;If the data is not in the order which you mentioned in the internal table then you have to use into corresponding fields of.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Haritha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 14:20:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-select-statement/m-p/1581975#M262544</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-29T14:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: Question reg. select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-select-statement/m-p/1581976#M262545</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;Declare like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types: begin of ty_strt,&lt;/P&gt;&lt;P&gt;        fielda like db-fieldname,&lt;/P&gt;&lt;P&gt;         fieldb like db-fieldname,&lt;/P&gt;&lt;P&gt;        fieldc like db-fieldname,&lt;/P&gt;&lt;P&gt;end of ty_strt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : ta_strt type table of ty_strt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now write select query&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select&lt;/P&gt;&lt;P&gt;field1&lt;/P&gt;&lt;P&gt;fieldb&lt;/P&gt;&lt;P&gt;fieldc&lt;/P&gt;&lt;P&gt;from db &lt;/P&gt;&lt;P&gt;into table ta_strt.&lt;/P&gt;&lt;P&gt;&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>Fri, 29 Sep 2006 14:21:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-select-statement/m-p/1581976#M262545</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2006-09-29T14:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: Question reg. select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-select-statement/m-p/1581977#M262546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the field list in the internal table is exactly the same as the fields in your internal table(data type and length), then there is no need to use "INTO CORRESPONDING",  but you still need to say INTO TABLE OF.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 14:21:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-select-statement/m-p/1581977#M262546</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-09-29T14:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: Question reg. select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-select-statement/m-p/1581978#M262547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you friends.&lt;/P&gt;&lt;P&gt;does 'into corresponding fields of' decrease performance in any way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Krishen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 14:21:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-select-statement/m-p/1581978#M262547</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-29T14:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: Question reg. select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-select-statement/m-p/1581979#M262548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes . performance of into corresonding field is worse then into table statment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 14:21:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-select-statement/m-p/1581979#M262548</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-29T14:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Question reg. select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-select-statement/m-p/1581980#M262549</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;Yes performance wise it is not recommended.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 14:23:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-select-statement/m-p/1581980#M262549</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-29T14:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: Question reg. select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-select-statement/m-p/1581981#M262550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi krishen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Both will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. to get a taste of it, just copy paste&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;report abc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="---------------------" /&gt;&lt;P&gt;DATA : BEGIN OF ITAB OCCURS 0,&lt;/P&gt;&lt;P&gt;       BUKRS LIKE T001-BUKRS,&lt;/P&gt;&lt;P&gt;       BUTXT LIKE T001-BUTXT,&lt;/P&gt;&lt;P&gt;       END OF ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="---------------------" /&gt;&lt;P&gt;SELECT BUKRS BUTXT&lt;/P&gt;&lt;P&gt;INTO TABLE ITAB&lt;/P&gt;&lt;P&gt;FROM T001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT BUKRS BUTXT&lt;/P&gt;&lt;P&gt;INTO CORRESPONDING FIELDS OF TABLE ITAB&lt;/P&gt;&lt;P&gt;FROM T001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BREAK-POINT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 14:23:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-select-statement/m-p/1581981#M262550</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-29T14:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: Question reg. select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-select-statement/m-p/1581982#M262551</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;  If the order of the fields selected in the select statement and the order of fields in the table are same then it is not necessary to use into corresponding fields. And it is not recommended to use INTO CORRESPONDING addition in veiw of performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Bharat Kumar Reddy.V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 14:23:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-select-statement/m-p/1581982#M262551</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-29T14:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: Question reg. select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-select-statement/m-p/1581983#M262552</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; Yes, it does. &lt;/P&gt;&lt;P&gt; It has to first find the corresponding field and then send data to it. In case of into table, it just sends data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; So, into corresponding fields take make time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sailaja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 14:23:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-select-statement/m-p/1581983#M262552</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-29T14:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Question reg. select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-select-statement/m-p/1581984#M262553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi krishen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if ur issue solved, kindly close the thread after giving suitable points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;anver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 14:27:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-select-statement/m-p/1581984#M262553</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2006-09-29T14:27:59Z</dc:date>
    </item>
  </channel>
</rss>

