<?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: How we insert the value with out using insert command in an internal table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-we-insert-the-value-with-out-using-insert-command-in-an-internal-table/m-p/3441912#M826589</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no even i don't want to use append and collect also..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...can we use  field-symbol...if it is how we can..is there any exiting program&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Feb 2008 06:30:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-25T06:30:05Z</dc:date>
    <item>
      <title>How we insert the value with out using insert command in an internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-we-insert-the-value-with-out-using-insert-command-in-an-internal-table/m-p/3441907#M826584</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;Is there other way to insert the values in an internal table...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with out using the insert,update and modify command.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 06:21:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-we-insert-the-value-with-out-using-insert-command-in-an-internal-table/m-p/3441907#M826584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T06:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: How we insert the value with out using insert command in an internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-we-insert-the-value-with-out-using-insert-command-in-an-internal-table/m-p/3441908#M826585</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;We generally use modify,assert and update for inserting values into an internal table in addition to this we can also use APPEND also.APPEND can be done with the Standard Internal Table omly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward Points if found helpfull..&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Cheers,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Chandra Sekhar.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 06:25:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-we-insert-the-value-with-out-using-insert-command-in-an-internal-table/m-p/3441908#M826585</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T06:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: How we insert the value with out using insert command in an internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-we-insert-the-value-with-out-using-insert-command-in-an-internal-table/m-p/3441909#M826586</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;   Yes, we can do that with APPEND &amp;amp; COLLECT Statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Bujji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 06:27:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-we-insert-the-value-with-out-using-insert-command-in-an-internal-table/m-p/3441909#M826586</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T06:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: How we insert the value with out using insert command in an internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-we-insert-the-value-with-out-using-insert-command-in-an-internal-table/m-p/3441910#M826587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dude,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Try this way,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; it_name-fld1 = fld1_value. (or) move fld1_value to it_name-fld1.&lt;/P&gt;&lt;P&gt; it_name-fld2 = fld2_value. (or) move fld2_value to it_name-fld2.&lt;/P&gt;&lt;P&gt; it_name-fld3 = fld3_value. (or) move fld3_value to it_name-fld3.&lt;/P&gt;&lt;P&gt;                             append it_name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lakshmanan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 06:28:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-we-insert-the-value-with-out-using-insert-command-in-an-internal-table/m-p/3441910#M826587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T06:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: How we insert the value with out using insert command in an internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-we-insert-the-value-with-out-using-insert-command-in-an-internal-table/m-p/3441911#M826588</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;You can use 'APPEND' stmt to insert records in an internal table. (will add the record in last position)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APPEND &amp;lt;work_area&amp;gt; to &amp;lt;internal_table&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLZ reward points if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 06:28:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-we-insert-the-value-with-out-using-insert-command-in-an-internal-table/m-p/3441911#M826588</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T06:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: How we insert the value with out using insert command in an internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-we-insert-the-value-with-out-using-insert-command-in-an-internal-table/m-p/3441912#M826589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no even i don't want to use append and collect also..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...can we use  field-symbol...if it is how we can..is there any exiting program&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 06:30:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-we-insert-the-value-with-out-using-insert-command-in-an-internal-table/m-p/3441912#M826589</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T06:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: How we insert the value with out using insert command in an internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-we-insert-the-value-with-out-using-insert-command-in-an-internal-table/m-p/3441913#M826590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; APPEND line_spec TO itab [SORTED BY comp] [result].  &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; APPEND LINES OF jtab [FROM idx1] [TO idx2].  &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Effect&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;The rows of an internal table jtab are appended according to the same rules that apply for appending a workarea, in the sequence in which they exist in jtab. If jtab is an index table, you can restrict the rows to be appended by specifying FROM idx1 and TO idx2. In this case, only the table rows starting at table index idx1 or ending at table index idx2 from jtab are appended. For idx1 and idx2, data objects of type i are expected. If the value idx1 or idx2 is less than 0, an untreatable exception occurs. If idx1 is greater than idx2 or greater than the number of table rows, no rows are appended. If idx2 is greater than the number of table rows, it is set to the number of table rows. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Balaji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 06:31:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-we-insert-the-value-with-out-using-insert-command-in-an-internal-table/m-p/3441913#M826590</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T06:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: How we insert the value with out using insert command in an internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-we-insert-the-value-with-out-using-insert-command-in-an-internal-table/m-p/3441914#M826591</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;Append:Can be used with Standard internal table. &lt;/P&gt;&lt;P&gt;Insert:Can be used with standard,hashed and sorted internal table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;append always adds entry at the end of internal table. &lt;/P&gt;&lt;P&gt;insert for standard tables adds at end or index specified. &lt;/P&gt;&lt;P&gt;for sorted and hashed it will add entry as per the key given.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 06:32:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-we-insert-the-value-with-out-using-insert-command-in-an-internal-table/m-p/3441914#M826591</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T06:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: How we insert the value with out using insert command in an internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-we-insert-the-value-with-out-using-insert-command-in-an-internal-table/m-p/3441915#M826592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can not insert new record in internal table using field-symbols. The field-symbols are nothing but the address of the record. You can change the records wihtout using Modify statement using field-symbols but cant insert.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2008 13:05:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-we-insert-the-value-with-out-using-insert-command-in-an-internal-table/m-p/3441915#M826592</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-20T13:05:26Z</dc:date>
    </item>
  </channel>
</rss>

