<?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: structure compatibility in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-compatibility/m-p/4610573#M1086388</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If both are internal tables with identical structures:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;cht_outtab[] = lt_outtab_me05[].&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that is not the case, you'll have to loop over lt_outtab_me05 and move each corresponding field of lt_outtab_me05 to cht_outtab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Oct 2008 08:17:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-09T08:17:24Z</dc:date>
    <item>
      <title>structure compatibility</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-compatibility/m-p/4610572#M1086387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;can we define a structure as like this:&lt;/P&gt;&lt;P&gt;cht_outtab[] = lt_outtab_me05.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am assigning this to cht_outtab, where cht_outtab is type any table and lt_outtab_me05 like table of zmere_outtab_me05.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me on this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2008 08:15:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-compatibility/m-p/4610572#M1086387</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-09T08:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: structure compatibility</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-compatibility/m-p/4610573#M1086388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If both are internal tables with identical structures:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;cht_outtab[] = lt_outtab_me05[].&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that is not the case, you'll have to loop over lt_outtab_me05 and move each corresponding field of lt_outtab_me05 to cht_outtab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2008 08:17:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-compatibility/m-p/4610573#M1086388</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-09T08:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: structure compatibility</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-compatibility/m-p/4610574#M1086389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey,&lt;/P&gt;&lt;P&gt;its defined like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM w3_alv_fill_table CHANGING &lt;STRONG&gt;cht_outtab&lt;/STRONG&gt; TYPE ANY TABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: ls_outtab_me05 like zmere_outtab_me05,&lt;/P&gt;&lt;P&gt;      &lt;STRONG&gt;lt_outtab_me05&lt;/STRONG&gt; like table of ls_outtab_me05.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and lastly it is cht_outtab[] = lt_outtab_me05.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am not understanding wats wrong?&lt;/P&gt;&lt;P&gt;any other way of defing cht_outtab??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2008 08:25:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-compatibility/m-p/4610574#M1086389</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-09T08:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: structure compatibility</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-compatibility/m-p/4610575#M1086390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Poonam,&lt;/P&gt;&lt;P&gt;I think, may be you should use field-symbols in that case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vishal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2008 08:31:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-compatibility/m-p/4610575#M1086390</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-09T08:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: structure compatibility</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-compatibility/m-p/4610576#M1086391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you tell me detail? how to proceed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2008 08:33:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-compatibility/m-p/4610576#M1086391</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-09T08:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: structure compatibility</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-compatibility/m-p/4610577#M1086392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To move the contents from 1 internal table to another in 1 go:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;itab1[] = itab2[].&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But what is the error you are getting?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2008 08:38:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-compatibility/m-p/4610577#M1086392</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-09T08:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: structure compatibility</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-compatibility/m-p/4610578#M1086393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Last statement should be ...&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;cht_outtab[] = lt_outtab_me05[].&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and while calling procedure w3_alv_fill_table you should pass table parameter cht_outtab as internal table of type zmere_outtab_me05&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Vishal Jadhav on Oct 9, 2008 2:18 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2008 08:48:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-compatibility/m-p/4610578#M1086393</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-09T08:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: structure compatibility</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-compatibility/m-p/4610579#M1086394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as they are not compatible. still getting the same error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Poonam Naik on Oct 9, 2008 11:10 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2008 09:06:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-compatibility/m-p/4610579#M1086394</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-09T09:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: structure compatibility</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-compatibility/m-p/4610580#M1086395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FORM w3_alv_fill_table CHANGING cht_outtab like zmere_outtab_me05.?????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should i define it like this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2008 09:11:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-compatibility/m-p/4610580#M1086395</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-09T09:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: structure compatibility</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-compatibility/m-p/4610581#M1086396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Both internal tables must have the same structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Somewhere you do a PERFORM w3_alv_fill_table CHANGING your_table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The definition of  your_table must be the same as the local internal table you want to copy from.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2008 09:12:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-compatibility/m-p/4610581#M1086396</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-09T09:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: structure compatibility</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-compatibility/m-p/4610582#M1086397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the problem is : perform statement is in standard include which i cant change and form is in z include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any other way out?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2008 09:16:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-compatibility/m-p/4610582#M1086397</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-09T09:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: structure compatibility</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-compatibility/m-p/4610583#M1086398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change the definition of your local internal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: ls_outtab_me05 like zmere_outtab_me05,
lt_outtab_me05 like table of ls_outtab_me05.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to the definition of the internal table you pass in the PERFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But... if this routine is going to be used for other internal tables (wiht other definition) as well, then you'll notice those will go wrong.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2008 09:23:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-compatibility/m-p/4610583#M1086398</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-09T09:23:54Z</dc:date>
    </item>
  </channel>
</rss>

