<?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 regarding select and corresponding in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-regarding-select-and-corresponding/m-p/1404075#M195216</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You fill only field with same name in internal table. To fill the other you need to do something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select erdat AS edatu&lt;/P&gt;&lt;P&gt;from databasetable &lt;/P&gt;&lt;P&gt;into corresponding fields of table itab&lt;/P&gt;&lt;P&gt;where......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Jul 2006 15:35:47 GMT</pubDate>
    <dc:creator>LucianoBentiveg</dc:creator>
    <dc:date>2006-07-05T15:35:47Z</dc:date>
    <item>
      <title>Question regarding select and corresponding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-regarding-select-and-corresponding/m-p/1404069#M195210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Select erdat&lt;/P&gt;&lt;P&gt;from databasetable &lt;/P&gt;&lt;P&gt;into corresponding fields of table itab&lt;/P&gt;&lt;P&gt;where......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now if itab has two fields erdat and edatu which are both of same type (both erdat and edatu are of sy-datum type) , now which field of itab will be filled because of the above select statement. erdat or edatu?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2006 15:14:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-regarding-select-and-corresponding/m-p/1404069#M195210</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-05T15:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Question regarding select and corresponding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-regarding-select-and-corresponding/m-p/1404070#M195211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The corresponding means, that it will move the values from the same field names, not types.  So if you specify ERDAT it will try to move the value into the ERDAT field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To answer your question, ERDAT will be filled.&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;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2006 15:15:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-regarding-select-and-corresponding/m-p/1404070#M195211</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-07-05T15:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: Question regarding select and corresponding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-regarding-select-and-corresponding/m-p/1404071#M195212</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;Select erdat&lt;/P&gt;&lt;P&gt;from databasetable &lt;/P&gt;&lt;P&gt;into corresponding fields of table itab&lt;/P&gt;&lt;P&gt;where......&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;For this erdat field will get field up.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manohar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2006 15:16:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-regarding-select-and-corresponding/m-p/1404071#M195212</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-05T15:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Question regarding select and corresponding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-regarding-select-and-corresponding/m-p/1404072#M195213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The one with the same name as in DB table will be filled&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2006 15:16:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-regarding-select-and-corresponding/m-p/1404072#M195213</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-05T15:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: Question regarding select and corresponding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-regarding-select-and-corresponding/m-p/1404073#M195214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi nuren,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as u have into corresponding fields of itab&lt;/P&gt;&lt;P&gt;it will fill erdat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2006 15:18:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-regarding-select-and-corresponding/m-p/1404073#M195214</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-05T15:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: Question regarding select and corresponding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-regarding-select-and-corresponding/m-p/1404074#M195215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Nuren,&lt;/P&gt;&lt;P&gt;  Since you are selecting erdat field in your select statement it will fill &amp;lt;b&amp;gt;ERDAT&amp;lt;/b&amp;gt; field only&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2006 15:29:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-regarding-select-and-corresponding/m-p/1404074#M195215</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-05T15:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Question regarding select and corresponding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-regarding-select-and-corresponding/m-p/1404075#M195216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You fill only field with same name in internal table. To fill the other you need to do something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select erdat AS edatu&lt;/P&gt;&lt;P&gt;from databasetable &lt;/P&gt;&lt;P&gt;into corresponding fields of table itab&lt;/P&gt;&lt;P&gt;where......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2006 15:35:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-regarding-select-and-corresponding/m-p/1404075#M195216</guid>
      <dc:creator>LucianoBentiveg</dc:creator>
      <dc:date>2006-07-05T15:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: Question regarding select and corresponding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-regarding-select-and-corresponding/m-p/1404076#M195217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;GOOD&lt;/P&gt;&lt;P&gt;IT WILL FILLED YOUR INTERNAL TABLE WITH DATA FROM BOTH THE FIELDS, MOVE CORRESPONDING DOES NOT MAKES ANY DIFFERENCE IN YOUR CASE.&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;MRUTYUN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2006 15:57:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-regarding-select-and-corresponding/m-p/1404076#M195217</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-05T15:57:48Z</dc:date>
    </item>
  </channel>
</rss>

