<?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 VALUES TO A TABLE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-values-to-a-table/m-p/6196298#M1375417</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
ZIAUSWG TYPE TABLE OF  MGAUSWG with header line .

ZIAUSWG-field1 = '10'.
append ZIAUSWG.
clear ZIAUSWG.

ZIAUSWG-field1 = '20'.
append ZIAUSWG.
clear ZIAUSWG.

loop at ZIAUSWG.
write: ZIAUSWG-field1.
endloop.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 20 Sep 2009 08:09:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-20T08:09:42Z</dc:date>
    <item>
      <title>APPEND VALUES TO A TABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-values-to-a-table/m-p/6196295#M1375414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ive declared a new local variable like this in my program:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ZIAUSWG TYPE MGAUSWG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to append values to this structure/Table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First row 01&lt;/P&gt;&lt;P&gt;second row 20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can append values to this kind of structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KInd regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Sep 2009 07:45:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-values-to-a-table/m-p/6196295#M1375414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-20T07:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: APPEND VALUES TO A TABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-values-to-a-table/m-p/6196296#M1375415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello David&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not able to understand the question. Just tell me MGAUSWG is a table type or data element?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Sep 2009 08:01:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-values-to-a-table/m-p/6196296#M1375415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-20T08:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: APPEND VALUES TO A TABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-values-to-a-table/m-p/6196297#M1375416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is a table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WLCL_ZIAUSWG TYPE MGAUSWG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The original is  IAUSWG TYPE MGAUSWG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This table contains the screens from material master, I just want to know how to append values to this table in a program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IAUSWG-ROW1 = 01&lt;/P&gt;&lt;P&gt;IAUSWG-ROW2 = 02&lt;/P&gt;&lt;P&gt;IAUSWG-ROW3 = 03&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Sep 2009 08:06:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-values-to-a-table/m-p/6196297#M1375416</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-20T08:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: APPEND VALUES TO A TABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-values-to-a-table/m-p/6196298#M1375417</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
ZIAUSWG TYPE TABLE OF  MGAUSWG with header line .

ZIAUSWG-field1 = '10'.
append ZIAUSWG.
clear ZIAUSWG.

ZIAUSWG-field1 = '20'.
append ZIAUSWG.
clear ZIAUSWG.

loop at ZIAUSWG.
write: ZIAUSWG-field1.
endloop.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Sep 2009 08:09:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-values-to-a-table/m-p/6196298#M1375417</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-20T08:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: APPEND VALUES TO A TABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-values-to-a-table/m-p/6196299#M1375418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello David&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try in the following way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: WA_MGAUSWG LIKE LINE OF MGAUSWG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WA_MGAUSWG = '01'.&lt;/P&gt;&lt;P&gt;APPEND WA_MGAUSWG TO IAUSWG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WA_MGAUSWG = '02'.&lt;/P&gt;&lt;P&gt;APPEND WA_MGAUSWG TO IAUSWG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WA_MGAUSWG = '03'.&lt;/P&gt;&lt;P&gt;APPEND WA_MGAUSWG TO IAUSWG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;[How2SAP.com|http://www.how2sap.com/blog/alv/multi-line-alv-using-row_pos-in-field-catalog/]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Sep 2009 08:14:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-values-to-a-table/m-p/6196299#M1375418</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-20T08:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: APPEND VALUES TO A TABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-values-to-a-table/m-p/6196300#M1375419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to first decide which field of the table is to be populated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then take help on APPEND by pressing f1 on the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Populate the field with desired value in workarea and append the same to internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope its help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Sep 2009 08:30:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-values-to-a-table/m-p/6196300#M1375419</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-20T08:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: APPEND VALUES TO A TABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-values-to-a-table/m-p/6196301#M1375420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I create an Internal table that I can use to add my values and then assign it to my ZIAWUG variable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Sep 2009 08:44:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-values-to-a-table/m-p/6196301#M1375420</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-20T08:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: APPEND VALUES TO A TABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-values-to-a-table/m-p/6196302#M1375421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the case of this proposal, the compailer says : Tables with headers are no longer supported in the OO context.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Sep 2009 08:53:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-values-to-a-table/m-p/6196302#M1375421</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-20T08:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: APPEND VALUES TO A TABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-values-to-a-table/m-p/6196303#M1375422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello David&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow the following steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: ZIAUSWG TYPE STANDARD TABLE OF  MGAUSWG,&lt;/P&gt;&lt;P&gt;            WA_MGAUSWG TYPE MGAUSWG.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;WA_MGAUSWG-field1 = '10'.&lt;/P&gt;&lt;P&gt;append WA_MGAUSWG TO ZIAUSWG.&lt;/P&gt;&lt;P&gt;WA_MGAUSWG-field1 = '20'.&lt;/P&gt;&lt;P&gt;append WA_MGAUSWG TO ZIAUSWG.&lt;/P&gt;&lt;P&gt;WA_MGAUSWG-field1 = '30'.&lt;/P&gt;&lt;P&gt;append WA_MGAUSWG TO ZIAUSWG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check it. This should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers &lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;P&gt;[How2SAP.com|http://www.how2sap.com/blog/sap-abap/persisting-setget-parameter-values-in-user-profile/]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Sep 2009 09:19:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-values-to-a-table/m-p/6196303#M1375422</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-20T09:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: APPEND VALUES TO A TABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-values-to-a-table/m-p/6196304#M1375423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, this in fact works like a charm, only a final question, how I can assign this structure  to my other variable:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: ZIAUSWG TYPE MGAUSWG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: ZZIAUSWG TYPE STANDARD TABLE OF MGAUSWG,&lt;/P&gt;&lt;P&gt;WA_MGAUSWG TYPE MGAUSWG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WA_MGAUSWG-AUSWG = '10'.&lt;/P&gt;&lt;P&gt;append WA_MGAUSWG TO ZZIAUSWG.&lt;/P&gt;&lt;P&gt;WA_MGAUSWG-AUSWG = '20'.&lt;/P&gt;&lt;P&gt;append WA_MGAUSWG TO ZZIAUSWG.&lt;/P&gt;&lt;P&gt;WA_MGAUSWG-AUSWG = '30'.&lt;/P&gt;&lt;P&gt;append WA_MGAUSWG TO ZZIAUSWG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I assign ZZIAUSWG. to ZIAUSWG &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Sep 2009 09:40:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-values-to-a-table/m-p/6196304#M1375423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-20T09:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: APPEND VALUES TO A TABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-values-to-a-table/m-p/6196305#M1375424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what I got.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to Assign: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ZZIAUSWG		Standard Table[16x1(4)]	&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ZIAUSWG		Structure: flat &amp;amp; charlike	&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Sep 2009 10:06:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-values-to-a-table/m-p/6196305#M1375424</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-20T10:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: APPEND VALUES TO A TABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-values-to-a-table/m-p/6196306#M1375425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Structures cannot hold any records like tables do. They can only be used for reference structures in the programs. They hold values only during the execution of the program i,e runtime . Declare a internal table of the type of the structure and assign.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Sep 2009 14:34:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-values-to-a-table/m-p/6196306#M1375425</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-20T14:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: APPEND VALUES TO A TABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-values-to-a-table/m-p/6196307#M1375426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;possibly you haven't got too much ABAP training. A book could help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before getting too many too confusing answers here in the forum, it is always worth to use &lt;/P&gt;&lt;P&gt;[SAP online help - it is free!|http://help.sap.com/]&lt;/P&gt;&lt;P&gt;as a primary source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For you, [Internal Tables, Creating Internal Tables,   Processing Internal Tables|http://help.sap.com/saphelp_NW70EHP1/helpdata/en/c9/5472f6787f11d194c90000e8353423/frameset.htm] may be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Sep 2009 15:37:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-values-to-a-table/m-p/6196307#M1375426</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2009-09-20T15:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: APPEND VALUES TO A TABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-values-to-a-table/m-p/6196308#M1375427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just wanted to say that my problem was solved, Im a JAVA programmer and Im really used to a different way of using objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to those how made a constructive response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This what the final result:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INTERFACE METHOD:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@78\QImporting@	ZIRMMG1	TYPE RMMG1	Mat. Master Maintenance: Initial Parameters - Orig. Material&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@79\QExporting@	ZIAUSWG_RET	TYPE STANDARD TABLE	Material Maintenance: Selected Screens&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;method ZINTF_ASSIGN_VIEWS~ASSIGNPLANTVIEWS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE:/5  'MATERIAL RECIEVED' COLOR 5 INTENSIFIED,&lt;/P&gt;&lt;P&gt;       35 'PLANT RECIEVED' COLOR 5 INTENSIFIED.&lt;/P&gt;&lt;P&gt;SKIP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE:/5  ZIRMMG1-MATNR,&lt;/P&gt;&lt;P&gt;       35 ZIRMMG1-WERKS.&lt;/P&gt;&lt;P&gt;SKIP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: ZZIAUSWG TYPE STANDARD TABLE OF MGAUSWG,&lt;/P&gt;&lt;P&gt;WA_MGAUSWG TYPE MGAUSWG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WA_MGAUSWG-AUSWG = '07'.&lt;/P&gt;&lt;P&gt;append WA_MGAUSWG TO ZZIAUSWG.&lt;/P&gt;&lt;P&gt;WA_MGAUSWG-AUSWG = '08'.&lt;/P&gt;&lt;P&gt;append WA_MGAUSWG TO ZZIAUSWG.&lt;/P&gt;&lt;P&gt;WA_MGAUSWG-AUSWG = '09'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ZIAUSWG_RET = ZZIAUSWG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endmethod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Sep 2009 17:57:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-values-to-a-table/m-p/6196308#M1375427</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-20T17:57:19Z</dc:date>
    </item>
  </channel>
</rss>

