<?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: Including a Tabletype to Structure in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/including-a-tabletype-to-structure/m-p/12066321#M1969686</link>
    <description>&lt;P&gt;Check the below questions answer, it shows how to include structe in a structure.&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/questions/5317634/include-structure-in-types-declaration.html"&gt;https://answers.sap.com/questions/5317634/include-structure-in-types-declaration.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you want to use table, just use &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
...
fld1 type table of struct1 with default key,
...&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Aboe will be using ABAP code,&lt;/P&gt;&lt;P&gt; It will be reusuable if you create the structure in se11 though&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;</description>
    <pubDate>Tue, 19 Nov 2019 17:03:41 GMT</pubDate>
    <dc:creator>maheshpalavalli</dc:creator>
    <dc:date>2019-11-19T17:03:41Z</dc:date>
    <item>
      <title>Including a Tabletype to Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/including-a-tabletype-to-structure/m-p/12066319#M1969684</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
  &lt;P&gt;I have created a Table and structure. &lt;/P&gt;
  &lt;P&gt;Now i want to include the above table in my structure.&lt;/P&gt;
  &lt;P&gt;can you please help me with how to do that?&lt;/P&gt;
  &lt;P&gt;Thansk &amp;amp; Regards&lt;/P&gt;
  &lt;P&gt;Charitha&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2019 15:56:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/including-a-tabletype-to-structure/m-p/12066319#M1969684</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-11-19T15:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: Including a Tabletype to Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/including-a-tabletype-to-structure/m-p/12066320#M1969685</link>
      <description>&lt;P&gt;&lt;A href="https://answers.sap.com/users/903340/pamuru.html"&gt;Charitha Pamuru&lt;/A&gt;, &lt;/P&gt;&lt;P&gt;Can you more clearer on what you ask? &lt;/P&gt;&lt;P&gt;What is the actual requirement here. &lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2019 16:59:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/including-a-tabletype-to-structure/m-p/12066320#M1969685</guid>
      <dc:creator>former_member1716</dc:creator>
      <dc:date>2019-11-19T16:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Including a Tabletype to Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/including-a-tabletype-to-structure/m-p/12066321#M1969686</link>
      <description>&lt;P&gt;Check the below questions answer, it shows how to include structe in a structure.&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/questions/5317634/include-structure-in-types-declaration.html"&gt;https://answers.sap.com/questions/5317634/include-structure-in-types-declaration.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you want to use table, just use &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
...
fld1 type table of struct1 with default key,
...&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Aboe will be using ABAP code,&lt;/P&gt;&lt;P&gt; It will be reusuable if you create the structure in se11 though&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2019 17:03:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/including-a-tabletype-to-structure/m-p/12066321#M1969686</guid>
      <dc:creator>maheshpalavalli</dc:creator>
      <dc:date>2019-11-19T17:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: Including a Tabletype to Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/including-a-tabletype-to-structure/m-p/12066322#M1969687</link>
      <description>&lt;P&gt;Hi Charitha,&lt;/P&gt;&lt;P&gt;in my understanding, you can try like this :&lt;/P&gt;&lt;P&gt;"===============&lt;/P&gt;&lt;P&gt;types : begin of it_tab.&lt;/P&gt;&lt;P&gt;include struct1 type table1,&lt;/P&gt;&lt;P&gt;include struct2 type struct.&lt;/P&gt;&lt;P&gt;types : end of it_tab.&lt;/P&gt;&lt;P&gt;"=============&lt;/P&gt;&lt;P&gt;hope this help.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2019 07:38:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/including-a-tabletype-to-structure/m-p/12066322#M1969687</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-11-20T07:38:54Z</dc:date>
    </item>
  </channel>
</rss>

