<?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: append data to a nested table within structure in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-data-to-a-nested-table-within-structure/m-p/7784873#M1585843</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I knew i was close! &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
          LOOP AT gt_mpdcycle INTO gs_mpdcycle.
            APPEND gs_mpdcycle TO gs_create_mpd-cycledata.
*            INSERT gs_create_mpd-cycledata INTO gs_create_mpd.
          ENDLOOP.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Apr 2011 10:43:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-04-05T10:43:50Z</dc:date>
    <item>
      <title>append data to a nested table within structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-data-to-a-nested-table-within-structure/m-p/7784872#M1585842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to write some code (not really an ABAPer but helping out) and my code is not quite working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a structure that is made up of up three tables and a structure.  it is part of an DIMP add on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have typed my tables and structures and tables in line with target definition, however my data is not being passed across...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have tried a number of different ways of doing this, but have been unsuccessful.  I am sure i am close, but would like some guidance...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
         LOOP AT gt_mpdcycle INTO gs_mpdcycle.
            APPEND gs_mpdcycle TO gs_create_mpd-cycledata.
            INSERT gs_create_mpd-cycledata INTO gs_create_mpd.
          ENDLOOP.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the gs_create_mpd is typed to the overall structure...  the gt_mpdcycle is typed to table of mpdcycle and gs_mpdcycle is typed to mpdcycle structure.  the gs_create_mpd-mpdcycle is typed as type table of mpdcycle.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have also tried the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
gs_create_mpd-cycledata[] = gt_mpdcycle[].
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
INSERT gt_mpdcycle INTO gs_create_mpd-cycledata.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does that make sense?  can someone suggest a way of doing this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2011 10:20:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-data-to-a-nested-table-within-structure/m-p/7784872#M1585842</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-05T10:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: append data to a nested table within structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-data-to-a-nested-table-within-structure/m-p/7784873#M1585843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I knew i was close! &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
          LOOP AT gt_mpdcycle INTO gs_mpdcycle.
            APPEND gs_mpdcycle TO gs_create_mpd-cycledata.
*            INSERT gs_create_mpd-cycledata INTO gs_create_mpd.
          ENDLOOP.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2011 10:43:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-data-to-a-nested-table-within-structure/m-p/7784873#M1585843</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-05T10:43:50Z</dc:date>
    </item>
  </channel>
</rss>

