<?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: adding data into itable -urgent in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-data-into-itable-urgent/m-p/972837#M70114</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i´m not sure if i got it right but try with:&lt;/P&gt;&lt;P&gt;finalaccitab[] = accitab[].&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 04 Sep 2005 16:06:04 GMT</pubDate>
    <dc:creator>former_member182371</dc:creator>
    <dc:date>2005-09-04T16:06:04Z</dc:date>
    <item>
      <title>adding data into itable -urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-data-into-itable-urgent/m-p/972836#M70113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need help here...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an itab 'accitab' and has a field 'zsortgroup' that has no value in the current table for a given set of records. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am inserting these data records from accitab into an internaltable 'final_accitab'(structure same as 'accitab') and as I am inserting each record I need to populate the 'zsortgroup' field in this table too with a certain value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while  looping through 'accitab' is there a way I can insert the records at once into 'final_accitab' and poplating the field simultaneously instead of inserting one record at a time.&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;Vinu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Sep 2005 15:56:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-data-into-itable-urgent/m-p/972836#M70113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-04T15:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: adding data into itable -urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-data-into-itable-urgent/m-p/972837#M70114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i´m not sure if i got it right but try with:&lt;/P&gt;&lt;P&gt;finalaccitab[] = accitab[].&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Sep 2005 16:06:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-data-into-itable-urgent/m-p/972837#M70114</guid>
      <dc:creator>former_member182371</dc:creator>
      <dc:date>2005-09-04T16:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: adding data into itable -urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-data-into-itable-urgent/m-p/972838#M70115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are filling the same value on all the records then you can do the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear accitab-zsortgroup.&lt;/P&gt;&lt;P&gt;move 'MYCONSTVAL' to accitab-zsortgroup.&lt;/P&gt;&lt;P&gt;modify accitab transporting zsortgroup where zsortgroup is initial.&lt;/P&gt;&lt;P&gt;final_accitab[] = accitab[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are moving different values into this field for different records, then there is no choice but to loop. Alternatively, you can use different 'where' clauses in the 'modify' statement above to set different values for this field based on conditions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Sep 2005 16:06:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-data-into-itable-urgent/m-p/972838#M70115</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-04T16:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: adding data into itable -urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-data-into-itable-urgent/m-p/972839#M70116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Srinivas, It really helped. I shall award the points to you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Sep 2005 16:29:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-data-into-itable-urgent/m-p/972839#M70116</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-04T16:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: adding data into itable -urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-data-into-itable-urgent/m-p/972840#M70117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   There is no keyword in ABAP to copy the internal table as well as change the content at the same time. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Sanjeev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Sep 2005 16:36:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-data-into-itable-urgent/m-p/972840#M70117</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-04T16:36:27Z</dc:date>
    </item>
  </channel>
</rss>

