<?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: coading in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/coading/m-p/1650627#M289125</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To copy the results of the SELECT statement into the Internal Table fields having the same name as the table field name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Wenceslaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Nov 2006 06:44:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-27T06:44:17Z</dc:date>
    <item>
      <title>coading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coading/m-p/1650623#M289121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;where we can exactly use 'into corresponding fields key word',what is main use of this?&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 06:41:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coading/m-p/1650623#M289121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T06:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: coading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coading/m-p/1650624#M289122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;INTO CORRSEPONING will serch for the field names in the internal table, and will insert.&lt;/P&gt;&lt;P&gt;so evn if the internal structure is in differnt order,it will work. but it will rslt in low performace.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 06:43:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coading/m-p/1650624#M289122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T06:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: coading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coading/m-p/1650625#M289123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if the order of the fields in sending structure different to the order of the fields in receiving structre then by using into corresponding-fields we can pass the values into same field names irrespective of their position.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 06:44:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coading/m-p/1650625#M289123</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T06:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: coading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coading/m-p/1650626#M289124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Into corresponding fields need to be used when two internal tables structures are diff, so that only those field names which are same data will me moved one table to the other. And also done use into corresponding fields in the select statements because it will effect performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Hemanth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 06:44:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coading/m-p/1650626#M289124</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T06:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: coading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coading/m-p/1650627#M289125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To copy the results of the SELECT statement into the Internal Table fields having the same name as the table field name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Wenceslaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 06:44:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coading/m-p/1650627#M289125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T06:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: coading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coading/m-p/1650628#M289126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raju,&lt;/P&gt;&lt;P&gt;Check this and the sysntax is provided in the help.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/fc/eb39eb358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/fc/eb39eb358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt; " To read data into one, use the following in the INTO clause:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT ... INTO [CORRESPONDING FIELDS OF] wa ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The target area wa must be at least as large as the line to be read into it. When you read the data into wa, its previous contents are overwritten. However, the components of wa that are not affected by the SELECTstatement retain their previous values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the work area is structured, you can use the CORRESPONDING FIELDS addition. This transfers only the contents of fields whose names are identical in the database table and the work area. This includes any alias column names that you specified in the selection. "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully this shd help.&lt;/P&gt;&lt;P&gt;Please provide points for helpful answers&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;Sri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 06:44:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coading/m-p/1650628#M289126</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T06:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: coading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coading/m-p/1650629#M289127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you h ave an internal table with 10 fields but u want to populate only 5 of them , u can use INTO CORRESPONDING FIELDS ... it will only populate the matching fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 06:44:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coading/m-p/1650629#M289127</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2006-11-27T06:44:53Z</dc:date>
    </item>
  </channel>
</rss>

