<?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: different structure types in itab in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/different-structure-types-in-itab/m-p/4168270#M996503</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;can u try like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : BEGIN OF it_itab OCCURS 0.      &lt;/P&gt;&lt;P&gt;           INCLUDE STRUCTURE &amp;lt;any structure&amp;gt;.     " structure.&lt;/P&gt;&lt;P&gt;DATA : END OF it_itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the error u got.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jul 2008 02:12:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-16T02:12:27Z</dc:date>
    <item>
      <title>different structure types in itab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/different-structure-types-in-itab/m-p/4168269#M996502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i fill the itab with different structure types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i give the componenttype/domain to  'any' in my structure declaration, then its not saving and showing the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to solve this problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 01:27:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/different-structure-types-in-itab/m-p/4168269#M996502</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-16T01:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: different structure types in itab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/different-structure-types-in-itab/m-p/4168270#M996503</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;can u try like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : BEGIN OF it_itab OCCURS 0.      &lt;/P&gt;&lt;P&gt;           INCLUDE STRUCTURE &amp;lt;any structure&amp;gt;.     " structure.&lt;/P&gt;&lt;P&gt;DATA : END OF it_itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the error u got.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 02:12:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/different-structure-types-in-itab/m-p/4168270#M996503</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-16T02:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: different structure types in itab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/different-structure-types-in-itab/m-p/4168271#M996504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;data: begin of w_tab,&lt;/P&gt;&lt;P&gt;           matnr type matnr,     "Data element&lt;/P&gt;&lt;P&gt;           belnr  type bkpf-belnr,     "Referring a field&lt;/P&gt;&lt;P&gt;           fld      type marc,       "Refering the structure of MARC table&lt;/P&gt;&lt;P&gt;        end of w_tab,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        itab like standard table of w_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this what you are asking?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 03:06:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/different-structure-types-in-itab/m-p/4168271#M996504</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-16T03:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: different structure types in itab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/different-structure-types-in-itab/m-p/4168272#M996505</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;thanks for your responce,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its not one structre to include, i mean in itab the first entry will be one structre type and second will be different strcture type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any generic type of structure to include for itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Time&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 08:09:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/different-structure-types-in-itab/m-p/4168272#M996505</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-16T08:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: different structure types in itab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/different-structure-types-in-itab/m-p/4168273#M996506</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;I hope you can make use of FIELD-SYMBOLS inside a internal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 08:10:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/different-structure-types-in-itab/m-p/4168273#M996506</guid>
      <dc:creator>bpawanchand</dc:creator>
      <dc:date>2008-07-16T08:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: different structure types in itab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/different-structure-types-in-itab/m-p/4168274#M996507</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; I think there is no general structure which accepts data of any types. I have the doubt why you need one internal table for storing data of different structure. You can declare multiple internal tables and store corresponding structure to that itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are looking for some internal table type whose structure can be dynamic then you can go for Field symbols table which is of form&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;field-symbols &amp;lt;itab&amp;gt; type standard table.&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; this can hold data of any structure. &lt;/P&gt;&lt;P&gt;but not rows of different structure ( which i think have no reason to be so )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Kothand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 08:15:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/different-structure-types-in-itab/m-p/4168274#M996507</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-16T08:15:26Z</dc:date>
    </item>
  </channel>
</rss>

