<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/2412276#M538140</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx kiran and Chandrasekhar &lt;/P&gt;&lt;P&gt;Points awarded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Jul 2007 13:49:05 GMT</pubDate>
    <dc:creator>SG141</dc:creator>
    <dc:date>2007-07-03T13:49:05Z</dc:date>
    <item>
      <title>Internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/2412273#M538137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My internal table has 5 fields. I would like to hardcode the value for one  field in internal table how would i do that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 13:34:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/2412273#M538137</guid>
      <dc:creator>SG141</dc:creator>
      <dc:date>2007-07-03T13:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/2412274#M538138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Karthik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lets say your internal table is ITAB with fields F1, F2, F3, F4 and F5.&lt;/P&gt;&lt;P&gt;and W_TAB is the work area defined for ITAB having the same structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me assume that F2 is to be hard-coded with a value 2000 .&lt;/P&gt;&lt;P&gt; 1) if you would like all records to have the same value for F2, &lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;P&gt;         loop at itab into w_tab.&lt;/P&gt;&lt;P&gt;             w_tab-f2 = 2000.&lt;/P&gt;&lt;P&gt;             modify itab from w_tab transporting f2.&lt;/P&gt;&lt;P&gt;         endloop.&lt;/P&gt;&lt;P&gt;2) if you want a particular record to have the hardcoded value 2000. fetch that record by say condition c2(this condition is based on your selection).&lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;P&gt;         read table itab into w_tab where &amp;lt;c2&amp;gt;.&lt;/P&gt;&lt;P&gt;         w_tab-f2 = 2000.&lt;/P&gt;&lt;P&gt;         modify itab from w_tab transporting fw where &amp;lt;c2&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points for helpful answers.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 13:40:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/2412274#M538138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T13:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/2412275#M538139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;loop at itab.
 itab-field1 = 'VALUE'.
 append itab.
endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 13:45:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/2412275#M538139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T13:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/2412276#M538140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx kiran and Chandrasekhar &lt;/P&gt;&lt;P&gt;Points awarded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 13:49:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/2412276#M538140</guid>
      <dc:creator>SG141</dc:creator>
      <dc:date>2007-07-03T13:49:05Z</dc:date>
    </item>
  </channel>
</rss>

