<?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: Problem while executing the report? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-executing-the-report/m-p/5872502#M1323518</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;REFRESH your internal table before populating..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Jul 2009 04:19:35 GMT</pubDate>
    <dc:creator>alex_m</dc:creator>
    <dc:date>2009-07-10T04:19:35Z</dc:date>
    <item>
      <title>Problem while executing the report?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-executing-the-report/m-p/5872499#M1323515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have wriiten a program to upload data. The program is working fine.  But the problem is if the program is  executed using a file, after wards when i am trying to execute the program with another file immediately, the data in the previous file also uploading. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I couldn't get the reason . I have put a push button on the seletion screen. and executing the program when user clicks on the push button using at slection-screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me to solve the problem? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Aravind.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2009 04:11:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-executing-the-report/m-p/5872499#M1323515</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-10T04:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while executing the report?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-executing-the-report/m-p/5872500#M1323516</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;Please refresh the internal table below you upload the data from the local file path.&lt;/P&gt;&lt;P&gt;Perform this upload under &lt;STRONG&gt;START-OF-SELECTION&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
START-OF-SELECTION.
  REFRESH itab.

  "call GUI_UPLOAD to upload file into itab
  "or use your own method to upload file into itab
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tarun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2009 04:17:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-executing-the-report/m-p/5872500#M1323516</guid>
      <dc:creator>I355602</dc:creator>
      <dc:date>2009-07-10T04:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while executing the report?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-executing-the-report/m-p/5872501#M1323517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Refresh internal table&lt;/STRONG&gt; which you are used to store file content before reading data from tile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2009 04:19:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-executing-the-report/m-p/5872501#M1323517</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-10T04:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while executing the report?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-executing-the-report/m-p/5872502#M1323518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;REFRESH your internal table before populating..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2009 04:19:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-executing-the-report/m-p/5872502#M1323518</guid>
      <dc:creator>alex_m</dc:creator>
      <dc:date>2009-07-10T04:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while executing the report?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-executing-the-report/m-p/5872503#M1323519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aravind,&lt;/P&gt;&lt;P&gt;Please make the doubt a little more clear i.e. where are you uploading the data and from where, so that it would be easy to answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2009 04:20:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-executing-the-report/m-p/5872503#M1323519</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-10T04:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while executing the report?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-executing-the-report/m-p/5872504#M1323520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the replies. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using a push button on the selection-screen. &lt;/P&gt;&lt;P&gt;So i am unable to call GUI_upload under start-of-selection. &lt;/P&gt;&lt;P&gt;Can you help me how to call start-of-selection while using push buttons?&lt;/P&gt;&lt;P&gt;I am clearing the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am uploading flat file data into SAP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Aravind&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2009 04:25:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-executing-the-report/m-p/5872504#M1323520</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-10T04:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while executing the report?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-executing-the-report/m-p/5872505#M1323521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;Use initialization Event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within this event, clear/refresh all variables, Internal tables and work areas as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shashi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2009 04:27:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-executing-the-report/m-p/5872505#M1323521</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-10T04:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while executing the report?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-executing-the-report/m-p/5872506#M1323522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;problem lies with internla table data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can even REFRESH internal table content once your upload is successul...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;REFRESH itab.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2009 04:29:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-executing-the-report/m-p/5872506#M1323522</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-10T04:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while executing the report?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-executing-the-report/m-p/5872507#M1323523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi raja, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. actually i have already refreshed all the tables except the error record table. So each time it is displaying the previous error records also. Now i have cleared this and problem solved. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Aravind.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2009 04:38:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-executing-the-report/m-p/5872507#M1323523</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-10T04:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while executing the report?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-executing-the-report/m-p/5872508#M1323524</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;Interactive report programs provide menus for user interaction. When the user clicks within the start-of-selection section, code under section at user_command. is invoked. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the user selects a row and clicks a defined PF key (i.e., Shift+F12), code under section at pf24. is invoked. Because most PC keyboards have 12 F keys: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;13 = Shift F1 &lt;/P&gt;&lt;P&gt;14 = Shift F2 &lt;/P&gt;&lt;P&gt;15 = Shift F3 &lt;/P&gt;&lt;P&gt;16 = Shift F4 &lt;/P&gt;&lt;P&gt;17 = Shift F5 &lt;/P&gt;&lt;P&gt;18 = Shift F6 &lt;/P&gt;&lt;P&gt;19 = Shift F7 &lt;/P&gt;&lt;P&gt;20 = Shift F8 &lt;/P&gt;&lt;P&gt;21 = Shift F9 &lt;/P&gt;&lt;P&gt;22 = Shift F10 &lt;/P&gt;&lt;P&gt;23 = Shift F11 &lt;/P&gt;&lt;P&gt;24 = Shift F12 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the user selects a row and clicks the Enter key, code under section at user-command. is invoked. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at user-command. &lt;/P&gt;&lt;P&gt;if sy-ucomm=20 . &lt;/P&gt;&lt;P&gt;call GUI_UPLOAD.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2009 04:39:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-executing-the-report/m-p/5872508#M1323524</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-10T04:39:28Z</dc:date>
    </item>
  </channel>
</rss>

