<?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: internal table manual modification in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-manual-modification/m-p/7176905#M1518030</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;TYPES: BEGIN OF ty_ext,
param(32) type c,
row type i,
field(30) type c,
value(255) type c,
type(4) type c,
length(6) type n,
END OF ty_ext,

DATA: it_ext TYPE TABLE OF ty_ext,
          wa_ext type ty_ext.


wa_ext-param = '123'.
..
..

append wa_ext to it_text.&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Aug 2010 21:37:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-08-25T21:37:44Z</dc:date>
    <item>
      <title>internal table manual modification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-manual-modification/m-p/7176903#M1518028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I understand this is probably going to be the stupidest question ever posted here. But I wanted to know how to manually add values to an internal table without doing a select statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES: BEGIN OF ty_ext,&lt;/P&gt;&lt;P&gt;        param(32) type c,&lt;/P&gt;&lt;P&gt;        row type i,&lt;/P&gt;&lt;P&gt;        field(30) type c,&lt;/P&gt;&lt;P&gt;        value(255) type c,&lt;/P&gt;&lt;P&gt;        type(4) type c,&lt;/P&gt;&lt;P&gt;        length(6) type n,&lt;/P&gt;&lt;P&gt;       END OF ty_ext,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:       it_ext TYPE TABLE OF ty_ext.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just want to fill it_ext with data without doing select, I have the data stored in variables.&lt;/P&gt;&lt;P&gt;&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;Risad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Aug 2010 21:29:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-manual-modification/m-p/7176903#M1518028</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-25T21:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: internal table manual modification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-manual-modification/m-p/7176904#M1518029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Append -&amp;gt; press f1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Aug 2010 21:36:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-manual-modification/m-p/7176904#M1518029</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-08-25T21:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: internal table manual modification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-manual-modification/m-p/7176905#M1518030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;TYPES: BEGIN OF ty_ext,
param(32) type c,
row type i,
field(30) type c,
value(255) type c,
type(4) type c,
length(6) type n,
END OF ty_ext,

DATA: it_ext TYPE TABLE OF ty_ext,
          wa_ext type ty_ext.


wa_ext-param = '123'.
..
..

append wa_ext to it_text.&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Aug 2010 21:37:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-manual-modification/m-p/7176905#M1518030</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-25T21:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: internal table manual modification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-manual-modification/m-p/7176906#M1518031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message - Not stupid, but extremely basic. Please search and use the help files before posting here.

Thread locked.

Rob&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Aug 2010 21:42:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-manual-modification/m-p/7176906#M1518031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-25T21:42:18Z</dc:date>
    </item>
  </channel>
</rss>

