<?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 internal table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/2802013#M654345</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have this two internal table&lt;/P&gt;&lt;P&gt;types:begin of y_lt_mkpf,&lt;/P&gt;&lt;P&gt;      bldat type mkpf-bldat,&lt;/P&gt;&lt;P&gt;      frbnr type mkpf-frbnr,&lt;/P&gt;&lt;P&gt;      bktxt type mkpf-bktxt,&lt;/P&gt;&lt;P&gt;      end of y_lt_mkpf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types:begin of y_lt_lfa1,&lt;/P&gt;&lt;P&gt;      name1 type lfa1-name1,&lt;/P&gt;&lt;P&gt;end of y_lt_lfa1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:y_li_mkpf type table of y_lt_mkpf.&lt;/P&gt;&lt;P&gt;data:y_li_lfa1 type table of y_lt_lfa1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to add the field name1 in the internal table y_li_lfa1 to the internal table y_li_mkpf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so that i get this internal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types:begin of y_lt_mkpf,&lt;/P&gt;&lt;P&gt;      bldat type mkpf-bldat,&lt;/P&gt;&lt;P&gt;      frbnr type mkpf-frbnr,&lt;/P&gt;&lt;P&gt;      bktxt type mkpf-bktxt,&lt;/P&gt;&lt;P&gt;      name1 type lfa1-name1,&lt;/P&gt;&lt;P&gt;end of y_lt_mkpf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:y_li_mkpf type table of y_lt_mkpf.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Sep 2007 06:27:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-17T06:27:27Z</dc:date>
    <item>
      <title>internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/2802013#M654345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have this two internal table&lt;/P&gt;&lt;P&gt;types:begin of y_lt_mkpf,&lt;/P&gt;&lt;P&gt;      bldat type mkpf-bldat,&lt;/P&gt;&lt;P&gt;      frbnr type mkpf-frbnr,&lt;/P&gt;&lt;P&gt;      bktxt type mkpf-bktxt,&lt;/P&gt;&lt;P&gt;      end of y_lt_mkpf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types:begin of y_lt_lfa1,&lt;/P&gt;&lt;P&gt;      name1 type lfa1-name1,&lt;/P&gt;&lt;P&gt;end of y_lt_lfa1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:y_li_mkpf type table of y_lt_mkpf.&lt;/P&gt;&lt;P&gt;data:y_li_lfa1 type table of y_lt_lfa1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to add the field name1 in the internal table y_li_lfa1 to the internal table y_li_mkpf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so that i get this internal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types:begin of y_lt_mkpf,&lt;/P&gt;&lt;P&gt;      bldat type mkpf-bldat,&lt;/P&gt;&lt;P&gt;      frbnr type mkpf-frbnr,&lt;/P&gt;&lt;P&gt;      bktxt type mkpf-bktxt,&lt;/P&gt;&lt;P&gt;      name1 type lfa1-name1,&lt;/P&gt;&lt;P&gt;end of y_lt_mkpf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:y_li_mkpf type table of y_lt_mkpf.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2007 06:27:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/2802013#M654345</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-17T06:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/2802014#M654346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi rajan,&lt;/P&gt;&lt;P&gt;U can add t directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else if u want to add it through programatically,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use &amp;lt;b&amp;gt;Include structure y_lt_lfa1 &amp;lt;/b&amp;gt; in the defination of y_lt_mkpf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points if useful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2007 06:37:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/2802014#M654346</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-17T06:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/2802015#M654347</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;there is no link (similar filed name) between these two tables. So, you won't be able to move the required field name to first table directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2007 06:38:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/2802015#M654347</guid>
      <dc:creator>dev_parbutteea</dc:creator>
      <dc:date>2007-09-17T06:38:40Z</dc:date>
    </item>
  </channel>
</rss>

