<?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 not working in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-not-working/m-p/853932#M46786</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i doubt with internal table definition.&lt;/P&gt;&lt;P&gt;could you please check out that..is it correct.&lt;/P&gt;&lt;P&gt;ambichan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Feb 2005 11:31:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-02-16T11:31:32Z</dc:date>
    <item>
      <title>append not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-not-working/m-p/853928#M46782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have internal table &lt;/P&gt;&lt;P&gt;Main report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;begin of itab_lst occurs 0,&lt;/P&gt;&lt;P&gt;   seqno like zfit_cos01-seqno,&lt;/P&gt;&lt;P&gt;   gsber like tgsbt-gsber,&lt;/P&gt;&lt;P&gt;   cntsl like glt01-tslvt,&lt;/P&gt;&lt;P&gt;   cnhsl like glt0-tslvt,&lt;/P&gt;&lt;P&gt;end of itab_lst.&lt;/P&gt;&lt;P&gt;data: xtab_lst like table of itab_lst with header line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perform frm_gsber.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Form.........................../&lt;/P&gt;&lt;P&gt;form frm_gsber.&lt;/P&gt;&lt;P&gt;loop at itab_rbusa.&lt;/P&gt;&lt;P&gt;  perform frm_make_data. (inside this form i have &lt;/P&gt;&lt;P&gt;                          itab_lst table, each time i have to append&lt;/P&gt;&lt;P&gt;                          the records to xtab_list.)&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  loop at itab_lst.&lt;/P&gt;&lt;P&gt;  move-corresponding itab_lst to xtab_lst.&lt;/P&gt;&lt;P&gt;  append xtab_list.&lt;/P&gt;&lt;P&gt;  endloop.&lt;/P&gt;&lt;P&gt;  [&lt;/P&gt;&lt;P&gt;    in this place if i print the xtab_list table it has&lt;/P&gt;&lt;P&gt;    all the records appended.i get all records.&lt;/P&gt;&lt;P&gt;  ]&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[ but if we loop xtab_list and print outside the form it prints&lt;/P&gt;&lt;P&gt;only last records appended to it.why]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2005 10:59:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-not-working/m-p/853928#M46782</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-16T10:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: append not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-not-working/m-p/853929#M46783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ambichan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a doubt about your global and local declarations. could you please check that out once?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you mean &amp;lt;i&amp;gt;outside the form&amp;lt;/i&amp;gt;? Where exactly? and outside which form?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, please give the entire code and point out the area of your problem more clearly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2005 11:07:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-not-working/m-p/853929#M46783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-16T11:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: append not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-not-working/m-p/853930#M46784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey&lt;/P&gt;&lt;P&gt;do u have any mail id.&lt;/P&gt;&lt;P&gt;prog is very big...i can explain u the fact and send u in mail..is it possible.&lt;/P&gt;&lt;P&gt;ambichan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2005 11:25:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-not-working/m-p/853930#M46784</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-16T11:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: append not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-not-working/m-p/853931#M46785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ambi chan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the WRITE statement, as you are mentioning that it is displaying only last record.May be the records are overwritten while displaying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Lakshman&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Lakshman Tandra&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Lakshman Tandra&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2005 11:29:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-not-working/m-p/853931#M46785</guid>
      <dc:creator>Lakshmant1</dc:creator>
      <dc:date>2005-02-16T11:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: append not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-not-working/m-p/853932#M46786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i doubt with internal table definition.&lt;/P&gt;&lt;P&gt;could you please check out that..is it correct.&lt;/P&gt;&lt;P&gt;ambichan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2005 11:31:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-not-working/m-p/853932#M46786</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-16T11:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: append not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-not-working/m-p/853933#M46787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;actually what i want to do here is..&lt;/P&gt;&lt;P&gt;i want to append the records for each loop and pass it to&lt;/P&gt;&lt;P&gt;seperate table called xtab_lst..&lt;/P&gt;&lt;P&gt;finally i want to see the total records displayed here..&lt;/P&gt;&lt;P&gt;ambichan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2005 11:33:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-not-working/m-p/853933#M46787</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-16T11:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: append not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-not-working/m-p/853934#M46788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ambichan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm almost sure that you don't need to have nested loops in here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you call the Subroutine FRM_GSBER, the internal tables &amp;lt;b&amp;gt;itab_lst&amp;lt;/b&amp;gt; and &amp;lt;b&amp;gt;xtab_lst&amp;lt;/b&amp;gt; are both empty. Is that correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What exactly are you trying to do in the Subroutine FRM_MAKE_DATA?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why are you loopping at ITAB_LST after calling FRM_MAKE_DATA ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2005 11:40:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-not-working/m-p/853934#M46788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-16T11:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: append not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-not-working/m-p/853935#M46789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ambichan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the source code which you had sent is the actual one, as I could see the internal table names which you are using while APPEND and MOVE-CORRESPONDING are different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Lakshman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2005 11:41:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-not-working/m-p/853935#M46789</guid>
      <dc:creator>Lakshmant1</dc:creator>
      <dc:date>2005-02-16T11:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: append not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-not-working/m-p/853936#M46790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is a very good observation , Lakshman.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2005 11:46:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-not-working/m-p/853936#M46790</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-16T11:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: append not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-not-working/m-p/853937#M46791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) wheather the same variable has been used as local in the subroutine&lt;/P&gt;&lt;P&gt;2) Also check wheather the list is printed in the same line whereas it should have been Write:\&lt;/P&gt;&lt;P&gt;3) Before looping xtab_lst just try to execute the command of READ TABLE XTAB_LST INDEX 0 and then try to run the Loop&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2005 13:39:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-not-working/m-p/853937#M46791</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-16T13:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: append not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-not-working/m-p/853938#M46792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey i have posted the continued of this as new post&lt;/P&gt;&lt;P&gt;shall i close this and continue with that new post.&lt;/P&gt;&lt;P&gt;sorry for the inconvinience..&lt;/P&gt;&lt;P&gt;ambichan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2005 15:10:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-not-working/m-p/853938#M46792</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-16T15:10:21Z</dc:date>
    </item>
  </channel>
</rss>

