<?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: doubt in internal table. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-internal-table/m-p/4312376#M1027987</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please explain your problem in detail. AS regards what data you r uploading &amp;amp; which DB tables are involved.&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>Mon, 04 Aug 2008 09:25:33 GMT</pubDate>
    <dc:creator>SuhaSaha</dc:creator>
    <dc:date>2008-08-04T09:25:33Z</dc:date>
    <item>
      <title>doubt in internal table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-internal-table/m-p/4312373#M1027984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have  populated  the internal table  INT_TAB1 from the excel sheet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this internal table is filled I have another internal table INT_TAB2 with structure same as INT_TAB1 with 3 additional fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have transferred the contents of  INT_TAB1 to INT_TAB2.Now I WANT TO FILL THE REMAINING 3 FIELDS from 3 different database tables.There s no relationship between them.&lt;/P&gt;&lt;P&gt;How can I do this?&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;Selva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2008 09:20:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-internal-table/m-p/4312373#M1027984</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-04T09:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in internal table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-internal-table/m-p/4312374#M1027985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think there is any way other than looping at the internal table 2 and populating the fields based on the requirement and modifying your internal table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2008 09:23:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-internal-table/m-p/4312374#M1027985</guid>
      <dc:creator>former_member195698</dc:creator>
      <dc:date>2008-08-04T09:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in internal table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-internal-table/m-p/4312375#M1027986</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;Fetch the values from the database table individually based on the key field in the internal table INT_TAB1 into another internal table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use modify statement inside the loop at internal table INT_TAB2 to fill the values in the INT_TAB2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sharin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: sharin varghese on Aug 4, 2008 2:55 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2008 09:24:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-internal-table/m-p/4312375#M1027986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-04T09:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in internal table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-internal-table/m-p/4312376#M1027987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please explain your problem in detail. AS regards what data you r uploading &amp;amp; which DB tables are involved.&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>Mon, 04 Aug 2008 09:25:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-internal-table/m-p/4312376#M1027987</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2008-08-04T09:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in internal table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-internal-table/m-p/4312377#M1027988</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;you can do it in the following way,&lt;/P&gt;&lt;P&gt;let s_INT_TAB1 be structure for INT_TAB2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;s_INT_TAB1-field1 = (field1 value).
s_INT_TAB1-field2 = (field2 value).
s_INT_TAB1-field3 = (field3 value).

APPEND s_INT_TAB1  to INT_TAB2.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2008 09:26:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-internal-table/m-p/4312377#M1027988</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-04T09:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in internal table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-internal-table/m-p/4312378#M1027989</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 at int_tab2.&lt;/P&gt;&lt;P&gt;select single ur fields&lt;/P&gt;&lt;P&gt;   into int_tab2-filed.&lt;/P&gt;&lt;P&gt; where condition.&lt;/P&gt;&lt;P&gt;modify int_tab2 from ur fields.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;hope it helps you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2008 09:26:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-internal-table/m-p/4312378#M1027989</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-04T09:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in internal table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-internal-table/m-p/4312379#M1027990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try fetching data from the three database tables in a loop (at int_tab2) and then modifying the three fields using the command &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
MODIFY int_tab2 TRANSPORTING field3 INDEX sy-tabix.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2008 09:28:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-internal-table/m-p/4312379#M1027990</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-04T09:28:35Z</dc:date>
    </item>
  </channel>
</rss>

