<?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 Program query in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-query/m-p/7669126#M1574952</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I have 2 internal table , 1 inernal table have 4 fields and 10 records in that and the other hv 3 fields and 10 records in each field in that . My task is to transfer the 4th field and records of that of 1st table to 2nd field. Need some help on that..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           Table 1                                                  Table 2&lt;/P&gt;&lt;P&gt;fields- F1  F2  F3  F4                                        I1    I2    I3    I4&lt;/P&gt;&lt;P&gt;          A1  B1  C1  D1                                       A1  P1  Q1&lt;/P&gt;&lt;P&gt;          A2  B2  C2  D2                                       A2  P2  Q2&lt;/P&gt;&lt;P&gt;          .......................                                        ...................&lt;/P&gt;&lt;P&gt;         A10 B10 C10 D10                                   A10 P10 Q10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here i want records of f4 in i4. Is insert syntax is the way or any other way we can insert the data from table 1 to table 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks And regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;Moderator Message: Basic question. Please do a little more research and/or take an ABAP course.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: kishan P on Mar 1, 2011 2:13 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Mar 2011 07:14:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-03-01T07:14:12Z</dc:date>
    <item>
      <title>Program query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-query/m-p/7669126#M1574952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I have 2 internal table , 1 inernal table have 4 fields and 10 records in that and the other hv 3 fields and 10 records in each field in that . My task is to transfer the 4th field and records of that of 1st table to 2nd field. Need some help on that..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           Table 1                                                  Table 2&lt;/P&gt;&lt;P&gt;fields- F1  F2  F3  F4                                        I1    I2    I3    I4&lt;/P&gt;&lt;P&gt;          A1  B1  C1  D1                                       A1  P1  Q1&lt;/P&gt;&lt;P&gt;          A2  B2  C2  D2                                       A2  P2  Q2&lt;/P&gt;&lt;P&gt;          .......................                                        ...................&lt;/P&gt;&lt;P&gt;         A10 B10 C10 D10                                   A10 P10 Q10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here i want records of f4 in i4. Is insert syntax is the way or any other way we can insert the data from table 1 to table 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks And regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;Moderator Message: Basic question. Please do a little more research and/or take an ABAP course.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: kishan P on Mar 1, 2011 2:13 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 07:14:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-query/m-p/7669126#M1574952</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-01T07:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Program query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-query/m-p/7669127#M1574953</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;Loop at Internal table1 into worka area1.&lt;/P&gt;&lt;P&gt;modify Internaltable2 from work area1 transporting internaltable2-2nd filed = work area1-4th field.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Sree.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 07:40:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-query/m-p/7669127#M1574953</guid>
      <dc:creator>former_member125931</dc:creator>
      <dc:date>2011-03-01T07:40:05Z</dc:date>
    </item>
  </channel>
</rss>

