<?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: insert data from internal tables into structure table. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-data-from-internal-tables-into-structure-table/m-p/9008026#M1698468</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; What you are trying to do ? From internal tabel you want to update the structure table (SE11)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Ex: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have the 2 internal tables and 2 DB tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Fetch the records from SE11 2 DB table and populate the 2 internal tables.&lt;/P&gt;&lt;P&gt;2. Create the SE11 structure and an internal table(FINAL) .&lt;/P&gt;&lt;P&gt;3. Loop the 2 internal tables and move to the final internal table(FINAL).&lt;/P&gt;&lt;P&gt;4. Use INSERT statement with FINAL internal table and update the structure you want to update .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INSERT Structure from FINAL(Internal table).&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;Pradeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Aug 2012 06:30:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-08-14T06:30:37Z</dc:date>
    <item>
      <title>insert data from internal tables into structure table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-data-from-internal-tables-into-structure-table/m-p/9008024#M1698466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hi good day,&amp;nbsp; i have a question about report,&amp;nbsp; I have 2 structure table,&amp;nbsp; so these have differents fields and information,&amp;nbsp; i need to get the information and save it into new structure table.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;How can i do it?&amp;nbsp; I .&lt;/P&gt;&lt;P&gt;I already created the structure with all fields from two tables and the same data types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 1 has 5 records, Table 2 has 50 records,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tryed with Loop:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at&amp;nbsp; Table1 &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; move Table1-field1 to New_structure-Field1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; move Table1-field1 to New_structure-Field1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .........................&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT TABLE2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; move Table2-field2 to New_structure-Field2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; move Table2-field2 to New_structure-Field2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .............................&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;It works, and retrieve records from both tables, but result set is according to first table, i mean,&amp;nbsp;&amp;nbsp; total rows are 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for all your advices!.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2012 19:25:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-data-from-internal-tables-into-structure-table/m-p/9008024#M1698466</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-13T19:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: insert data from internal tables into structure table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-data-from-internal-tables-into-structure-table/m-p/9008025#M1698467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;maintain the structurefields as body like [ ] &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2012 06:06:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-data-from-internal-tables-into-structure-table/m-p/9008025#M1698467</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-14T06:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: insert data from internal tables into structure table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-data-from-internal-tables-into-structure-table/m-p/9008026#M1698468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; What you are trying to do ? From internal tabel you want to update the structure table (SE11)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Ex: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have the 2 internal tables and 2 DB tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Fetch the records from SE11 2 DB table and populate the 2 internal tables.&lt;/P&gt;&lt;P&gt;2. Create the SE11 structure and an internal table(FINAL) .&lt;/P&gt;&lt;P&gt;3. Loop the 2 internal tables and move to the final internal table(FINAL).&lt;/P&gt;&lt;P&gt;4. Use INSERT statement with FINAL internal table and update the structure you want to update .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INSERT Structure from FINAL(Internal table).&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;Pradeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2012 06:30:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-data-from-internal-tables-into-structure-table/m-p/9008026#M1698468</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-14T06:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: insert data from internal tables into structure table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-data-from-internal-tables-into-structure-table/m-p/9008027#M1698469</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;If the table1 have header data and Tbale2 have the Item level data. Means the bussines should be Header level data(Comman for all items) and Item related data.&lt;/P&gt;&lt;P&gt;Ex : A single user bye the 10 no of items. So these 10 number of items have the byer details should be same (Header details).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your bussiness requriment is like above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there Table1 and Table2 have some relation field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you can Achive your requriment like below.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Loop the Item table (Table2 - 50 records)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; move the fields values to final internal table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Read the Table1 with respect to relation fields of Table2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; move the filed values of work area of Table1 to Final internal table.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Endloop.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2012 06:48:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-data-from-internal-tables-into-structure-table/m-p/9008027#M1698469</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-14T06:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: insert data from internal tables into structure table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-data-from-internal-tables-into-structure-table/m-p/9008028#M1698470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please paste the code for the two loop statements you are using?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gautam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2012 07:28:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-data-from-internal-tables-into-structure-table/m-p/9008028#M1698470</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-14T07:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: insert data from internal tables into structure table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-data-from-internal-tables-into-structure-table/m-p/9008029#M1698471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;Looping Table 1 separately and Table 2 separately will not work in your scenarios.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;That’s obvious if you are looping both tables separately then you will get only 1 tables data in your 'New_structure'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;So solution for this is if your two tables having some relation (Common key field/s) then you can loop one(Header) table and Read another(Item level).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;If No relation in two tables means you can loop in side loop, But for performance constraints we should not loop in side loop.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2012 09:47:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-data-from-internal-tables-into-structure-table/m-p/9008029#M1698471</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-14T09:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: insert data from internal tables into structure table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-data-from-internal-tables-into-structure-table/m-p/9008030#M1698472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi saul ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First find out the link in table1 and table2 , as you have to join them .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after finding the link surely they are the common fields in table1 &amp;amp; table2 :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at table1 / table2 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; move the field value of table1 / table2 into new structure. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; read table2 / table1 with key .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; move the field value of table1 / table2 into new structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; append the new structure into new table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;new table will contain the required data you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yogendra Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2012 10:39:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-data-from-internal-tables-into-structure-table/m-p/9008030#M1698472</guid>
      <dc:creator>yogendra_bhaskar</dc:creator>
      <dc:date>2012-08-14T10:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: insert data from internal tables into structure table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-data-from-internal-tables-into-structure-table/m-p/9008031#M1698473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gautam, this is the code of loop:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;LOOP &lt;SPAN class="L0S52"&gt;AT &lt;/SPAN&gt;it1 &lt;SPAN class="L0S52"&gt;into &lt;/SPAN&gt;wa1.&lt;BR /&gt;&amp;nbsp; clear: wa3, wa2.&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;move-corresponding &lt;/SPAN&gt;wa1 &lt;SPAN class="L0S52"&gt;to &lt;/SPAN&gt;wa3.&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;read &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;table &lt;/SPAN&gt;it2 &lt;SPAN class="L0S52"&gt;into &lt;/SPAN&gt;wa2 &lt;SPAN class="L0S52"&gt;with &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;key &lt;/SPAN&gt;BAPINOTE_elem_no&amp;nbsp; = wa1-elem_no.&amp;nbsp; &lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;IF &lt;/SPAN&gt;sy-subrc &lt;SPAN class="L0S52"&gt;eq &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;0 &lt;/SPAN&gt;.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;move-corresponding &lt;/SPAN&gt;wa2 &lt;SPAN class="L0S52"&gt;to &lt;/SPAN&gt;wa3.&lt;BR /&gt;&amp;nbsp; ENDIF.&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;append &lt;/SPAN&gt;wa3 &lt;SPAN class="L0S52"&gt;to &lt;/SPAN&gt;it_data.&lt;BR /&gt;&amp;nbsp; ENDLOOP.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;LOOP &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;AT&amp;nbsp; &lt;/SPAN&gt;IT_DATA &lt;SPAN class="L0S52"&gt;ASSIGNING &lt;/SPAN&gt;&amp;lt;STRUCT&amp;gt;.&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;MOVE-CORRESPONDING &lt;/SPAN&gt;&amp;lt;STRUCT&amp;gt; &lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;zstuct_ftnbapi.&lt;BR /&gt;&amp;nbsp; ENDLOOP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;it works, but just with key tables.&amp;nbsp;&amp;nbsp;&amp;nbsp; So the tables does not have relationship.&amp;nbsp; So result set just retrieve records according the condition statement and not show all records from second table&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2012 16:45:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-data-from-internal-tables-into-structure-table/m-p/9008031#M1698473</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-14T16:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: insert data from internal tables into structure table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-data-from-internal-tables-into-structure-table/m-p/9008032#M1698474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yogendra,&amp;nbsp; the tables does not have relationship,&amp;nbsp; the result is from a function, and i need to save it into a new structure.&lt;/P&gt;&lt;P&gt;I have did with key,&amp;nbsp; but not show all records from second table,&amp;nbsp;&amp;nbsp; I have posted code from the loop&amp;nbsp; to&amp;nbsp; Gautam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2012 16:51:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-data-from-internal-tables-into-structure-table/m-p/9008032#M1698474</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-14T16:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: insert data from internal tables into structure table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-data-from-internal-tables-into-structure-table/m-p/9008033#M1698475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi saul ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;did you mean for &lt;SPAN class="L0S52"&gt;wa1-elem_no you have multiple values in it2 .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;In that case , you must loop at it2 and append , rather than the read statement.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;Regards ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;Yogendra Bhaskar&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2012 04:41:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-data-from-internal-tables-into-structure-table/m-p/9008033#M1698475</guid>
      <dc:creator>yogendra_bhaskar</dc:creator>
      <dc:date>2012-08-16T04:41:01Z</dc:date>
    </item>
  </channel>
</rss>

