<?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/12593118#M2010359</link>
    <description>&lt;P&gt;How to create an internal table with some specification like quantity,price,material&lt;/P&gt;</description>
    <pubDate>Fri, 06 May 2022 16:38:44 GMT</pubDate>
    <dc:creator>former_member1340334</dc:creator>
    <dc:date>2022-05-06T16:38:44Z</dc:date>
    <item>
      <title>Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/12593118#M2010359</link>
      <description>&lt;P&gt;How to create an internal table with some specification like quantity,price,material&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2022 16:38:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/12593118#M2010359</guid>
      <dc:creator>former_member1340334</dc:creator>
      <dc:date>2022-05-06T16:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/12593119#M2010360</link>
      <description>&lt;P&gt;Thank
you for visiting SAP Community to get answers to your questions.&lt;/P&gt;

&lt;P&gt;Since you're asking a question here for the first time, I'd like
to recommend you with the following steps so you can get the most out of your
community membership:&lt;/P&gt;

&lt;UL&gt;
 &lt;LI&gt;Please
     see: &lt;A href="https://community.sap.com/resources/questions-and-answers"&gt;https://community.sap.com/resources/questions-and-answers&lt;/A&gt; as this
     resource page provides tips for preparing questions that draw responses
     from our members&lt;/LI&gt;
 &lt;LI&gt;Consider to take
     our Q&amp;amp;A tutorial at: &lt;A href="https://developers.sap.com/tutorials/community-qa.html" target="_blank"&gt;https://developers.sap.com/tutorials/community-qa.html&lt;/A&gt;. as that will
     help you when submitting questions to the community.&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;I also recommend that you include a profile picture. By
personalizing your profile, you encourage readers to respond: &lt;A href="https://developers.sap.com/tutorials/community-profile.html" target="_blank"&gt;https://developers.sap.com/tutorials/community-profile.html&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;I hope you find this advice useful, and we're happy to have you
as part of SAP Community!&lt;/P&gt;

&lt;P&gt;All the best,&lt;BR /&gt;
-Alex&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2022 16:42:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/12593119#M2010360</guid>
      <dc:creator>AlexGourdet</dc:creator>
      <dc:date>2022-05-06T16:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/12593120#M2010361</link>
      <description>&lt;P&gt;Like that?&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TYPES: BEGIN OF ty_structure,
         quantity TYPE decfloat16,
         price    TYPE decfloat16,
         material TYPE matnr,
       END OF ty_structure,
       ty_table TYPE STANDARD TABLE OF ty_structure WITH EMPTY KEY.

DATA(itab) = VALUE ty_table( ( quantity = 1 price = 1 material = 'MAT1' )
                             ( quantity = 2 price = 2 material = 'MAT2' ) ).&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 06 May 2022 16:43:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/12593120#M2010361</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-05-06T16:43:58Z</dc:date>
    </item>
  </channel>
</rss>

